aschuma

VIDEO :: MP4 to DIVX

Oct 13th, 2015
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. # Source: http://lubos.bruha.net/software/how-to-encode-video-by-ffmpeg-using-divx-codec/
  2.  
  3. ffmpeg -i input.mp4 -vtag DIVX -f avi -vcodec mpeg4 -s 640×360 -b:v 1145k -acodec mp3 -ab 128k -ac 2 -ar 44.1k output.avi
Advertisement
Add Comment
Please, Sign In to add comment