]> granicus.if.org Git - libvpx/commitdiff
Remove --good from aomenc_auto_720p.sh
authorYi Luo <luoyi@google.com>
Thu, 25 Jan 2018 20:42:06 +0000 (12:42 -0800)
committerYi Luo <luoyi@google.com>
Thu, 25 Jan 2018 20:42:06 +0000 (12:42 -0800)
Change-Id: I92fce3fc109900470ef302fc17b730159023ccc6

scripts/aomenc_auto_720p.sh

index c74554e564e923f21f83d6f99d9ff7eabc9720f8..7b3440c023b374aaf9e784f35736b6a5b93a301d 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Unique calling argument: frame number
 #
-set -x
+#set -x
 
 if [ "$#" -ne 1 ]; then
   frames=25
@@ -38,4 +38,4 @@ fps=30
 bitrate=2500
 laginframes=19
 
-taskset -c 0 ./aomenc -o /run/shm/$bitstream ~/Dev/samples/videos/speed-set/night_720p30.y4m --codec=av1 --fps=$fps/1 --skip=0 -p 2 --good --cpu-used=0 --target-bitrate=$bitrate --lag-in-frames=$laginframes --profile=$prof $bitdepth --limit=$frames --enable-cdef=0 --min-q=0 --max-q=63 --auto-alt-ref=1 --kf-max-dist=150 --kf-min-dist=0 --drop-frame=0 --static-thresh=0 --bias-pct=50 --minsection-pct=0 --maxsection-pct=2000 --arnr-maxframes=7 --arnr-strength=5 --sharpness=0 --undershoot-pct=100 --overshoot-pct=100 --frame-parallel=0 -t 1 --psnr --test-decode=warn -D
+taskset -c 0 ./aomenc -o /run/shm/$bitstream ~/Dev/samples/videos/speed-set/night_720p30.y4m --codec=av1 --fps=$fps/1 --skip=0 -p 2 --cpu-used=0 --target-bitrate=$bitrate --lag-in-frames=$laginframes --profile=$prof $bitdepth --limit=$frames --enable-cdef=0 --min-q=0 --max-q=63 --auto-alt-ref=1 --kf-max-dist=150 --kf-min-dist=0 --drop-frame=0 --static-thresh=0 --bias-pct=50 --minsection-pct=0 --maxsection-pct=2000 --arnr-maxframes=7 --arnr-strength=5 --sharpness=0 --undershoot-pct=100 --overshoot-pct=100 --frame-parallel=0 -t 1 --psnr --test-decode=warn -D