Can't open MKV files
-
- Joined: Sat Dec 31, 2011 1:48 am
Can't open MKV files
I've tried using FFMpegSource2("C:\file.mkv") as my script but windows media player is giving an error that it couldn't open the file I don't have the codecs. It works fine when I do FFAudioSource("C:\song.mp3") and Version(). I have CCP installed as well.
How can I open MKV files with AviSynth?
How can I open MKV files with AviSynth?
-
- Joined: Tue Dec 25, 2007 8:26 am
- Status: better than you
- Contact:
Re: Can't open MKV files
FFVideoSource() for starters. Then depending on the codec inside the MKV, you'd have to know if your LAVC decoder can handle it or if it's being offset elsewhere, and if so what that other decoder is doing.
- Enigmo
- Joined: Fri Oct 29, 2010 5:34 am
- Location: London, United Kingdom
- Contact:
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: Can't open MKV files
No, don't. It's not frame accurate. FFVideoSource is the better choice unless there is a more specific filter to better handle certain cases.EnIgMoZz2 wrote:Use DirectShowSource.
-
- Joined: Tue Dec 25, 2007 8:26 am
- Status: better than you
- Contact:
Re: Can't open MKV files
Has anyone setup the LAV filter decoders for use in avs yet? FFMS2 uses libav direct and DSS uses ffdshow, but I wonder how accurate it is with LAV filters? Probably not very, but I'd be interested in actual stats on that.
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: Can't open MKV files
DSS/2 use whatever directshow is set to use, hence even LAV Filters or CoreAVC or whatever you have as default for DirectShow. They underlying issue is that DirectShow itself does not require frame accuracy when requesting a frame X and can give you X-1 or X+1, for example, which in turn means that LAV Filters can't be checked accurately with DSS/2 anyway.Mister Hatt wrote:DSS uses ffdshow
-
- Joined: Tue Dec 25, 2007 8:26 am
- Status: better than you
- Contact:
Re: Can't open MKV files
I know that, my question was more if anyone had tried DSS and friends with LAV filters instead of ffdshow. A sane setup will always use, for the moment, ffdshow though.
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact: