Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
encapp: add text feedback in the "--dry-run" case
Dry run does not require a connected device. All media will be transcoded as needed to be run and protobuf files generated. The generated file can be run in a second run, e.g: >python3 encapp.py run . -c c2.exynos.hevc.encoder -r 250k,500k -i corpus \ --local-workdir PRE_RUN --dry-run \ -e common.output_filename "[configure.bitrate]kbps" >python3 encapp.py run PRE_RUN/expanded_corpus.pbtxt -w ACTUAL ok: test id: ".250000bps" run_id: 250000kbps result: ok ok: test id: ".250000bps" run_id: 250000kbps result: ok ok: test id: ".500000bps" run_id: 500000kbps result: ok ok: test id: ".500000bps" run_id: 500000kbps result: ok Signed-off-by: JohanBlome <[email protected]>
- Loading branch information