Log in

View Full Version : evilmpasource and svcd


slavickas
27th November 2003, 13:45
Hi, does evilmpasource supports "riff'ed" svcd, because it everytime hangs on such files, tested only on 2 files

cweb
30th November 2003, 20:44
I've never used evilmpasource but perhaps you could first demux your source file... just an idea..

slavickas
30th November 2003, 23:14
Originally posted by cweb
I've never used evilmpasource but perhaps you could first demux your source file... just an idea..

it should work that way, but i'm going to convert over 200 files, so i want make it as much automatic as possible

Mug Funky
2nd December 2003, 13:42
if you've got the newer avisynth builds you should be able to go:

clip=whatever video you like

audiodub(clip,directshowsource("x:\mympegaudio.mpa"))


so long as you've got the right directshow filters for decoding the audio (and you're happy with the quality it gives) then you'll be fine.

so if you can play these files in media player or whatever you should be able to get them into avisynth this way. (i'd still recommend a dedicated MPEG video loader in avisynth like mpeg2dec3, as i don't like the directshow filters that do the same very much - not as versatile).