Log in

View Full Version : Apply filter to mpeg2


Lime
16th March 2010, 17:27
Hi

What's the fastest way to apply a deinterlace-filter to a mpeg2-file?

Mpeg2 -> Avisynth -> Mpeg2

Is encoding necessary?

What I have in mind is deinterlace, maybe there are better ways than AviSynth?

Emulgator
16th March 2010, 21:39
DGIndex -> Avisynth -> Deint -> Encode to MPEG2. (HCEnc)
The plugins that can be accessed through avisynth can be tailored for any purpose.
The results can be better than any NLE can offer, but it takes some learning.
It is not fast to learn, but quality never came fast...

Blue_MiSfit
17th March 2010, 00:55
You cannot deinterlace without re-encoding :)

Your best bet is either to simply deinterlace / IVTC your source during playback, or do a full re-encode.

~MiSfit