-
Motion JPEG to Raw avi
Hi,
I captured some videos with my digital camera. I would like to convert them to raw avi to do some processing with a program i wrote afterwards. At the moment I use a command:
ffmpeg -i input.AVI -vcodec mpeg2video ouput.avi
Unfortunately the quality is really bad and the output file is smaller than the input file. How do I get a raw file in good quality?
Thanks in advance,
Mo