Skip to content

Instantly share code, notes, and snippets.

@atomlayer
Created November 20, 2016 04:17
Show Gist options
  • Save atomlayer/3be1878f3331d2fbf9cab0b0a5b78c2d to your computer and use it in GitHub Desktop.
Save atomlayer/3be1878f3331d2fbf9cab0b0a5b78c2d to your computer and use it in GitHub Desktop.
ffmpeg command
ffmpeg -i music.mp3 -acodec copy -i video.avi -vcodec copy video_finale.mkv
//ffmpeg -i video.avi -vcodec mpeg4 -b 50000k video_finale.mp4
ffmpeg -f image2 -r 20 -i img%d.png -vcodec mpeg4 -b 50000k video3.avi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment