Skip to content

Commit

Permalink
Add ffmpeg command line to make movie
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaultier committed Sep 19, 2018
1 parent 09066ec commit b274b70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/make_movie.ksh
@@ -0,0 +1 @@
ffmpeg -r 1 -f image2 -s 600x600 -i ./pict/img_%04d.png -vcodec libx264 -crf 25 -pix_fmt yuv420p ./movie.mp4

0 comments on commit b274b70

Please sign in to comment.