MP4 to XVID

If you are new here check this forum first, your question may have been answered.
Post Reply New Topic
RELATED
PRODUCTS

Post

I know it's a bit off-topic, but this is the only forum i use. I'm confident that somebody here will give me the answer.

What is a trustworthy free converter of MP4 to XVID for large files for example 3gb?

Thanks!!

Post

For video conversion I often use the cmd line tool FFmpeg.

For XVID you might try:
ffmpeg -i input.mp4 -c:v mpeg4 -vtag xvid output.avi

or

ffmpeg -i INPUT_FILE -c:v libxvid -q:v 5 -q:a 5 OUTPUT_FILE.avi

source: https://superuser.com/questions/843234/ ... dvd-player
== VDX == One Man can make a difference!
My music is on https://soundcloud.com/vdxi | Info | More Info

Post

jackoo wrote: Wed Dec 08, 2021 4:10 pm For video conversion I often use the cmd line tool FFmpeg.

For XVID you might try:
ffmpeg -i input.mp4 -c:v mpeg4 -vtag xvid output.avi

or

ffmpeg -i INPUT_FILE -c:v libxvid -q:v 5 -q:a 5 OUTPUT_FILE.avi

source: https://superuser.com/questions/843234/ ... dvd-player
Thanks for your reply, i forgot i had asked this question! I knew KVR wouldn't let me down. :)

Post Reply

Return to “Getting Started (AKA What is the best...?)”