Log in

View Full Version : DV Stream inside MP4 & DirectShow ?


altar
11th February 2010, 17:11
Hello folks,

I have a MP4 with a DV video stream inside. If I play it with vlc or quicktime (qt pro built this file), it works juste fine.

On the other hand, if I try to build a DS graph it won't work.

So it looks like there is no DirectShow MP4 Splitter that support a video Stream encoded in DV. Am I right or am I missing something ? :confused:

:thanks:

von_Runkel
11th February 2010, 20:36
ffmpeg -i INFILE -vcodec copy -acodec copy OUTFILE.AVI


Try to build a graph with the avi file.