PDA

View Full Version : MPEG2Source directly & demux job


neo squidward
20th May 2006, 20:10
Hi,

I'm planning to convert about 1 TiB of DVB-S MPEG2 recordings from my LinuxVDR to x264. This will take some time and I'm just beginning to expierence what Avisynth can do.

Can I somehow load a m2v file directly or do I always have to generate this d2v file? Or can I at least somehow automate it?

Im demuxing my VDR files with ProjectX (cause other demuxer worked). Might there be a possiblity to get the demuxing of ProjectX (or a working one) for Linux VDR files in Avisnyth?

thank you very much

neuron2
20th May 2006, 20:27
Can I somehow load a m2v file directly or do I always have to generate this d2v file? Load it into what? If you want to serve your video through Avisynth and not use DGMPGDec (which requires project generation), there are alternative ways. You can use DirectShowSource for example. Nic made a plugin that decodes directly, too:

http://forum.doom9.org/showthread.php?t=31329

The problem with these things is that they are often unreliable and cannot reliably do random access.

Or can I at least somehow automate it? What do you mean by that? There is a CLI interface for example. Third party tools (such as AGK) use it to automate things.