Skip to content

Instantly share code, notes, and snippets.

@kepstin
Created December 2, 2014 21:05
Show Gist options
  • Save kepstin/c1f9628823695b8d3146 to your computer and use it in GitHub Desktop.
Save kepstin/c1f9628823695b8d3146 to your computer and use it in GitHub Desktop.
ffmpeg -i /var/www/html/ffmpeg_open.mp4 -i /var/www/html/"$filename".mp4 -i /var/www/html/ffmpeg_close.mp4 -filter_complex concat=n=3:v=1:a=1 -acodec aac -vcodec libx264 -movflags +faststart -strict -2 -f mp4 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment