I am trying to generate an SHVC video stream using the reference software SHM12.3. The repository has the source files so I was able to compile and generate the executables. The problem now is with the parameters that I have to pass to the encoder.
The documentation provided with the reference software contains a quick start guide to use the encoder, which mentions a sample command to run:
./targetBitrates.sh -q 22 -o "~/myOutputDirectory/" -ci ldHE BQSquare_416x240_60 -tb "5000 34241 6541" -ca '-e ~/bin/TAppEncoder.exe -cd ~/cfg/'
This gives me an error "Unexpected exit status from encodeCommand.sh" although I have created all the required directories and I have all the executables that are required by the shell script targetBitrates.sh. Did anyone else try with SHM12.3 or even any previous version and succeeded to encode a video sequence?