View Single Post
Old 16th December 2011, 22:03   #7  |  Link
vampiredom
Registered User
 
Join Date: Aug 2008
Posts: 233
Quote:
I meant try{indexing} and if not OK, do it with FFMS.
You should be able to do this with the MpegAutoIndexSource function, like:

Code:
try{MpegAutoIndexSource("foo.xyz")}
catch(errmsg){FFVideoSource("foo.xyz")}
Quote:
And what would be good recomendation for wmv?
As for .wmv files, I have had luck with the Nvidia version of neuron2's tools, which has VC1 support, providing that you demux the video first (which gets handled automatically by MpegAutoIndex). I can't say this works for all .wmv files, however. Note that in order to use the NVidia version, you need a license from neuron2 and must set MpegAutoIndexSource(nv=true). VC-1 only works with that version of the indexer.

Last edited by vampiredom; 17th December 2011 at 01:57. Reason: fixed the erroneously swapped CODE and QUOTE tags
vampiredom is offline   Reply With Quote