PDA

View Full Version : Demuxing via Graphedit


Cyberia
20th June 2004, 22:40
I have no idea what forum to put this in, so I'm asking here. Move it if necessary.

I have a broken AVI, that plays fine in WMP or DirectShowSource, but Vdub wont open. Other programs crash when they try to open it. You can read about the situation here (http://forum.doom9.org/showthread.php?s=&threadid=78358).

I don't want to re-encode it, so I need a way to demux the Xvid and AC3 streams so I can try to re-mux them again.

Graphedit opens the AVI and builds a graph. I need to come out of the AVIFileSplitter and save the seperate streams. Can someone help me build the correct graph to do this.

Thanks

eb
20th June 2004, 23:07
@ cyberia,

Try to instal AC3ACM filter, then open your file in VirtualDubMod and demux as AC3 or wave .
It should work with your file

eb

iradic
21st June 2004, 01:03
i think you need "dump.ax" dshow filter (its in doom9 graphedit package) register it and connect it after avi spliter... (render file and remove all filters after avi spliter)

file.avi -> avi spliter ->
-> first instance of dump.ax for video connected to video output pin
-> second instance of dump.ax for audio connected to audio output pin

dump.ax will ask for file name after each inserting

i done it long time ago, but it should be this way...