Home » Questions » Computers [ Ask a new question ]

How to convert mjpg file type to flv using ffmpeg?

How to convert mjpg file type to flv using ffmpeg?

I can convert avi, wmv and other video files easilly, but not this format. I`ve looked for some info how to convert mjpg files with ffmpeg and found nothing.

Asked by: Guest | Views: 350
Total answers/comments: 1
bert [Entry]

"I had the same issue but wanted .mp4 instead of .flv. Was able to get it working using ffmpeg (v1.1.2-tessus).

ffmpeg -i input_movie.mjpg -c:v libx264 output_movie.mp4

Once you have it in .mp4 you can easily convert it to other formats. Play around with using different codecs if you're looking for lossless quality conversion."