Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Splitting an avi file into two files(audio and video)

Status
Not open for further replies.

sroohani

Programmer
Jan 18, 2003
11
ES
Hi,

I have an AVI file and want to split it into two files (audio stream in a .wav file and video stream in a .avi file). Assuming that its codec is installed on my machine, could anybody please tell me which sequence of filters I should use in DirectShow 8.0 to convert an interleaved .avi file into a .wav audio file and a video-only (not audio interleaved) .avi file?

Regards.

 
Could generate job listings and call VirtualDub ( ----------------------------------------------------------------------------------
...but I'm just a C man trying to see the light
 
Hi,

The simplest way to check it is using GraphEdit. Just Drop the media-file from your explorer into the GraphEdit window. Graph-edit will try to make a FilterGraph rendering both audio and video. It uses a AVI Splitter to split audio and video. Just replace both renderers with file writer Filters (in Directshow filters) maybe you also need to use compression filters to wrtie a stream to a file writer.

greeting Pjotr
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top