VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. 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?
    Quote Quote  
  2. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    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
    Quote Quote  
  3. 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”)
    Quote Quote  
  4. Try LWLibavVideoSource() from the LSmash source package.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!