Log in

View Full Version : How to open MPEG-1 into avisynth?


ronnylov
28th November 2003, 16:50
What is the preferred method to open mpeg-1 in avisynth?
directshowsource() or Nic mpegdecoder or anything else?

Wilbert
28th November 2003, 16:53
Nic mpegdecoder
Has some issues with mpeg1 files. Try DirectShowSource.

PowerMacG4
29th November 2003, 06:22
I am pretty sure you can open MPEG1 files in DVD2AVIdg and then open the .d2v file with mpeg2dec3

stickboy
29th November 2003, 10:08
How hard would it be to pull the MPEG1 parser out of VirtualDub and to incorporate it into AviSynth (or to make a plug-in from it)?

Boulder
29th November 2003, 10:42
Originally posted by PowerMacG4
I am pretty sure you can open MPEG1 files in DVD2AVIdg and then open the .d2v file with mpeg2dec3

This works sometimes but not every time.

I recommend DirectShowSource too.

Cyberia
29th November 2003, 19:59
Originally posted by PowerMacG4
I am pretty sure you can open MPEG1 files in DVD2AVIdg and then open the .d2v file with mpeg2dec3

This ability is coming, but is not yet available. It may be a while too.

Red Raven
1st December 2003, 04:05
This works for me

load mpeg1 into DVD2AVI
load .dv2 into VFAPI
i can now load the file as an .avi using avisynthscript(avisource)/CCE