Log in

View Full Version : Splitter for svq3 streams ?


varunb
22nd November 2006, 06:43
Well i downloaded Order of the Phoenix trailer(in quicktime format) yesterday & frameserved it using avisynth. When i tried to play it on Media player classic, it gave me this error:

"The splitter failed to provide necessary information to decode the svq3(sorenson....) stream properly. Please try an alternative source filter".

I tried playing the avs file after installing Haali splitter, Gabest Mp4 splitter, 3ivx but none of them helped. I have ffdshow_rev486_20061102_clsid installed but it didn't help either. So is there any filter available that can help me play such quicktime files using avisynth ?

mediator
22nd November 2006, 08:41
Nero Filters (NeMP4Splitter.ax, NeQTDec.ax) allow playback of QuickTime movies with QuickTime native codecs in any DS-based application, this should normally also work for frameserving if you use DirectShowSource...

varunb
22nd November 2006, 10:13
Well Mediator, the .mov file plays fine on MPC but on frameserving this using avisynth to MPC, it gives me this error. I dont know about NeMP4splitter.ax but NeQTdec.ax didn't help me. I have tried this using Graphedit but i still get this error with the avs file.

Peuj
22nd November 2006, 10:33
Well i downloaded Order of the Phoenix trailer(in quicktime format) yesterday & frameserved it using avisynth. When i tried to play it on Media player classic, it gave me this error:

"The splitter failed to provide necessary information to decode the svq3(sorenson....) stream properly. Please try an alternative source filter".

I tried playing the avs file after installing Haali splitter, Gabest Mp4 splitter, 3ivx but none of them helped. I have ffdshow_rev486_20061102_clsid installed but it didn't help either. So is there any filter available that can help me play such quicktime files using avisynth ?

If you use ffdshow + MPC you have to set like this:

MPC: Options -> Format -> File Extensions
Set Quicktime with Directshow

ffdshow Video: Codecs
Set SVQ1 and SVQ3 to libavcodec

ffdshow Audio: Codecs
Set QDM2 to libavcodec

varunb
22nd November 2006, 13:30
Thanx Peuj. I did as u said:

If you use ffdshow + MPC you have to set like this:

MPC: Options -> Format -> File Extensions
Set Quicktime with Directshow

ffdshow Video: Codecs
Set SVQ1 and SVQ3 to libavcodec

ffdshow Audio: Codecs
Set QDM2 to libavcodec

But it still didn't help. I was wondering if the ffdshow version i am using is fine for decoding svq3 streams.

foxyshadis
22nd November 2006, 18:40
Try rev568. The SVQ3 decoder is fully working way before 486, and it'll only give that message if the splitter fails to provide a required structure with the video data. But it works for sure in the latest MPC with MPC's (gabest's) splitter, so I'm not sure why it isn't there.

The alternative is that yours is somhow more interesting and the decoder is totally failing on yours.

bond
22nd November 2006, 20:06
try gabest's or haali's mp4 splitter, together with ffdshow with svq3 enabled

or try mplayer or videolan

foxyshadis
22nd November 2006, 20:33
Haali's specifically doesn't work, it's the one the message was inserted for.

clsid
22nd November 2006, 20:40
Here is an SVN build of Gabest's MP4 splitter:
http://ffdshow.faireal.net/mirror/Media%20Player%20Classic/external%20filters/unicode/MP4Splitter.7z

varunb
23rd November 2006, 12:35
Thanx guyz! to all of u. I downloaded both ffdshow 586 & the link to svn build of mp4 splitter & its working now. Thanx all of u once again.