Last active
December 13, 2017 06:51
-
-
Save arieljannai/71792131d67918c0d39af719c0ba5461 to your computer and use it in GitHub Desktop.
ffmpeg commands
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 movie.mov -vcodec h264 -acodec aac -strict -2 movie.mp4 | |
ffmpeg.exe -i movie.mp4 -vf scale=854:480 movie_2.mp4 | |
ffmpeg.exe -i audio -acodec libmp3lame audio.mp3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment