Skip to content

Commit

Permalink
scripts: add hevc extension in sample-multi-transcode-HEVC-4K command…
Browse files Browse the repository at this point in the history
… line

That's needed for grepping fps to work.

Signed-off-by: Jianshui Yu <[email protected]>
  • Loading branch information
Jianshui authored and dvrogozh committed Aug 11, 2023
1 parent 0235906 commit a30bb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sample-multi-transcode-HEVC-4K.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ for ((i=0; i<$nstreams; i++)); do
sample_multi_transcode -device $device -i::h265 $stream -hw -async $async -lowpower:on -u $preset -b $bitrate -lad 8 -vbr \
-extbrc::implicit -num_ref 4 -gop_size 256 -dist 8 -AdaptiveI:on -AdaptiveB:on -NalHrdConformance:off -VuiNalHrdParameters:off \
-MaxKbps $((bitrate * 2)) -hrd $((bitrate / 2)) -InitialDelayInKB $((bitrate / 4)) -n 6000 \
-o::h265 $output | tee $(basename $stream).${nstreams}.${i}.dev$((i % ndevs)).smt.log &
-o::h265 $output | tee $(basename $stream).${nstreams}.${i}.dev$((i % ndevs)).hevc.smt.log &

done

Expand Down

0 comments on commit a30bb2c

Please sign in to comment.