Skip to content

Instantly share code, notes, and snippets.

@indatawetrust
Last active October 30, 2018 12:10
Show Gist options
  • Save indatawetrust/9c2412814e56ad749ed740c75aab7de1 to your computer and use it in GitHub Desktop.
Save indatawetrust/9c2412814e56ad749ed740c75aab7de1 to your computer and use it in GitHub Desktop.
ffmpeg -loop 1 -i image1.jpg -c:v libx264 -t 1 -pix_fmt yuv420p -vf scale=320:240 out.mp4
ffmpeg -i out.mp4 -loop 1 -framerate 24 -t 1 -i image1.jpg -filter_complex "[0]scale=500:500,setsar=1[im];[1]scale=500:500,setsar=1[vid];[im][vid]concat=n=2:v=1:a=0" out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment