Add video_sequence.sh which is shared by
av1 and vp9 tests - Minor format change. Change-Id: Ic851351d27c3cff9a37c0517c738b3b2a93e9ce6
This commit is contained in:
@@ -22,19 +22,7 @@ build_dir=$root_dir/release
|
||||
test_dir=~/Dev/nightly
|
||||
script_dir=~/Dev/sandbox/libvpx/scripts
|
||||
|
||||
video=~/Dev/samples/videos/yaowu/soccer_cif.y4m
|
||||
wi=352
|
||||
he=288
|
||||
frames=5
|
||||
bitrate=500
|
||||
fps="30/1"
|
||||
|
||||
# video=~/Dev/samples/videos/speed-set/BasketballDrive_1920x1080_50.y4m
|
||||
# wi=1920
|
||||
# he=1080
|
||||
# frames=150
|
||||
# bitrate=4000
|
||||
# fps="50/1"
|
||||
. video_sequence.sh
|
||||
|
||||
# General options
|
||||
codec="--codec=av1"
|
||||
|
15
scripts/video_sequence.sh
Executable file
15
scripts/video_sequence.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
# video=~/Dev/samples/videos/yaowu/soccer_cif.y4m
|
||||
# wi=352
|
||||
# he=288
|
||||
# frames=5
|
||||
# bitrate=500
|
||||
# fps="30/1"
|
||||
|
||||
video=~/Dev/samples/videos/speed-set/BasketballDrive_1920x1080_50.y4m
|
||||
wi=1920
|
||||
he=1080
|
||||
frames=150
|
||||
bitrate=4000
|
||||
fps="50/1"
|
@@ -22,19 +22,7 @@ build_dir=$root_dir/release
|
||||
test_dir=~/Dev/nightly
|
||||
script_dir=~/Dev/sandbox/libvpx/scripts
|
||||
|
||||
video=~/Dev/samples/videos/yaowu/soccer_cif.y4m
|
||||
wi=352
|
||||
he=288
|
||||
frames=5
|
||||
bitrate=500
|
||||
fps="30/1"
|
||||
|
||||
# video=~/Dev/samples/videos/speed-set/BasketballDrive_1920x1080_50.y4m
|
||||
# wi=1920
|
||||
# he=1080
|
||||
# frames=150
|
||||
# bitrate=4000
|
||||
# fps="50/1"
|
||||
. video_sequence.sh
|
||||
|
||||
# General options
|
||||
codec="--codec=vp9"
|
||||
|
Reference in New Issue
Block a user