Add video_sequence.sh which is shared by
av1 and vp9 tests - Minor format change. Change-Id: Ic851351d27c3cff9a37c0517c738b3b2a93e9ce6
This commit is contained in:
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"
|
Reference in New Issue
Block a user