Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Source: http://lubos.bruha.net/software/how-to-encode-video-by-ffmpeg-using-divx-codec/
- 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