Log in

View Full Version : MJPEG -> XVID or MPEG4


ezmech
4th February 2007, 02:38
.......

Blue_MiSfit
4th February 2007, 10:59
Use avisynth to load it, denoise it (fft3dfilter recommended), and then encode with virtualdub (xvid).

ezmech
4th February 2007, 14:52
.......

bb
5th February 2007, 13:19
Moved, because this is not DV related.

bb

Blue_MiSfit
6th February 2007, 07:16
Install AviSynth 2.5.7 (google will get it for you)

Make a new text file with extension avs - example "foo.avs"

put in this file something like this:

avisource("my_mjpeg_video.avi")


and open that avs file in VirtualDub. Again, google will find this if you don't have it already.

Let us know once you get that working, and then we can talk about more advanced stuff :)