Created
November 20, 2016 04:17
-
-
Save atomlayer/3be1878f3331d2fbf9cab0b0a5b78c2d to your computer and use it in GitHub Desktop.
ffmpeg command
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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