Log in

View Full Version : problems opening a raw h.264 stream via directshowsource


bond
18th May 2004, 09:34
i recently tried opening a raw .264 bitstream via directshowsource() in avisynth
i can play the stream in graphedit with the mainconcept h.264 filter set, so thought it would work in avisynth too

when opening the script below i get the following messages:
"avisynth open failure
directshowsource: could not open as video or audio.

video returned: "directshowsource: unable to determine the duration of the video"

audio returned: "directshowsource: the filter graph manager wont talk to me" "

directshowsource("C:\path to\test.264", fps=25)when i open a .mpg file carrying the h.264 stream the same way, also via mainconcept, it works