I hava a java program to stream mjpeg files.I am not able to find mjpeg file anywhere.can anyone help me how to get the file.Or tell me how to convert a file to mjpeg format? I have tried converting an avi file to mjpeg using total video converter but it didnt work.
Use ffmpeg like so:
ffmpeg -i input.mpg -vcodec mjpeg -qscale 1 -an output.avi
Just substitute the input file with the one of your choice.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With