generate testvideos
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@ create_file() {
|
|||||||
|
|
||||||
rm -rf testdata
|
rm -rf testdata
|
||||||
mkdir testdata
|
mkdir testdata
|
||||||
create_file "a.mp4"
|
ffmpeg -f lavfi -i testsrc -t 30 -pix_fmt yuv420p testdata/a.mp4
|
||||||
create_file "a.gif"
|
create_file "a.gif"
|
||||||
create_file "b.gif"
|
create_file "b.gif"
|
||||||
create_file "b.jpeg"
|
create_file "b.jpeg"
|
||||||
create_file "c.mp4"
|
ffmpeg -f lavfi -i testsrc -t 30 -pix_fmt yuv420p testdata/b.mp4
|
||||||
|
|||||||
Reference in New Issue
Block a user