I'm trying to load a mkv file into avisynth with
FFmpegSource2("video.mkv")
The problem is that it's all grey, almost black and white.
Video
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High 4:2:2@L4
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Bit rate mode : Variable
Maximum bit rate : 40.0 Mbps
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate : 23.976 (23976/1000) fps
Color space : YUV
Chroma subsampling : 4:2:2
Bit depth : 8 bits
Scan type : Progressive
I've tried to add ConvertYV12() with no success.
Any ideas?
+ Reply to Thread
Results 1 to 4 of 4
-
-
What is the version of FFMS2 that you're using
4:2:2 (and even 4:4:4) should not be a problem for FFVideoSource
FWIW, you could give a try to the latest C-plugin compiled by qyot27:
http://forum.doom9.org/showthread.php?p=1762372#post1762372 -
I'm using 2.22.
Actually it's weird after updating to 2.22 version the screen was green and upside down.
I was able to fix that with this:
Loadplugin(“C:\Program Files (x86)\Haali\MatroskaSplitter\avss.dll”)
Loadplugin(“C:\Program Files (x86)\AviSynth\plugins\ffms2.dll”)
ESB=ffvideosource(“video.mkv”)
Similar Threads
-
ffmpegsource2 error in Avisynth
By fidogenial in forum Newbie / General discussionsReplies: 23Last Post: 16th Jun 2016, 18:58 -
Media for DCP Color space xyz or res709
By singhasubhajit.i in forum EditingReplies: 4Last Post: 7th Mar 2016, 23:17 -
Video is not YV12... color space
By Mark22 in forum Video ConversionReplies: 3Last Post: 6th Mar 2015, 12:41 -
mencoder -> ffmpeg -> color space mix-up
By Selur in forum Video ConversionReplies: 9Last Post: 12th Jul 2013, 11:23 -
DV Video color space examples
By peg in forum Newbie / General discussionsReplies: 0Last Post: 15th Apr 2012, 18:59