VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. I would like run my video through VirtualDub to analyze it after I had done some work on it in Selur Hybrid in order to see some numbers associated with my changes [using the #Histogram("Levels") and ColorYUV(Analyze=true) analysis].

    Which Processing Video codec should I pick in Selur Hybrid? I've tried a few including FFVH and the AVS/VirtualDub script gives me various Avisynth open failure errors, such as:
    - Histogram: Levels mode only available in PLANAR
    - ColorYUV: Only work with YUV colorspace

    How should I go about solving this? Adding the regular HuffYUV to Hybrid (is that even possible)? Adding something to the VirtualDub2 subfolders to make it access the codec(s) using in Hybrid?


    Example of my AVS script.
    DirectshowSource("test.avi")
    #Histogram("Levels")
    ColorYUV(Analyze=true)

    INFO ON MY AVI FILE
    Format : AVI
    Format/Info : Audio Video Interleave
    Format profile : OpenDML
    File size : 4.22 GiB
    Duration : 24 s 892 ms
    Overall bit rate : 1 455 Mb/s
    Writing application : MEncoder SVN-r38327-11.2.0
    Writing library : MPlayer

    Video
    ID : 0
    Format : HuffYUV
    Format version : Version 3
    Codec ID : FFVH
    Duration : 24 s 892 ms
    Bit rate : 1 452 Mb/s
    Width : 2 560 pixels
    Height : 1 440 pixels
    Display aspect ratio : 16:9
    Frame rate : 59.940 (60000/1001) FPS
    Color space : YUV
    Chroma subsampling : 4:4:4
    Bit depth : 8 bits
    Scan type : Progressive
    Bits/(Pixel*Frame) : 6.570
    Stream size : 4.21 GiB (100%)
    Quote Quote  
  2. To open FFVH in avisynth you need a different source filter such as ffms2 or lsmash

    FFVideoSource("test.avi")
    or
    LWLibavVideoSource("test.avi")


    Another option should be UTVideo in AVI. If you install the official UTVideo, you can open it with AVISource("test.avi")
    Quote Quote  
  3. Basically, don't use DirectShowSource(). But since you are, try adding ConvertToYV12() or ConvertToYV12(interlaced=true) right after it.
    Quote Quote  



Similar Threads

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