VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    Aug 2007
    Location
    Isle of Man
    Search Comp PM
    Hi All,

    I'm processing some video with AviSynth, but can't get the YV12 video output to render on my system. My current system is Windows 7 Pro 32-bit on Core i5 @ 2.6 GHz with 4 GB RAM. Previously this worked on Windows XP. I need the video in YV12 format!

    For what it's worth, the AviSynth script is (for now):
    Code:
     
    Input="Test.aac.avi"
    LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\ffms2-r309\ffms2.dll")
    FFIndex(source=Input, cachefile=Input+".ffindex", indexmask=-1, dumpmask=0, errorhandling=3, overwrite=false)
    Audio=FFAudioSource(source=Input, track=-1, cache=true, cachefile=Input+".ffindex", adjustdelay=-1)
    Video=FFVideoSource(source=Input, track=-1, cache=true, cachefile=Input+".ffindex", seekmode=1, rffmode=0, width=-1, height=-1, colorspace="YV12")
    AudioDub(Video, Audio)
    Results are as follows:

    VirtualDub 1.9.6 reads and renders the video
    Windows Media Player 12 plays, but displays blank video
    Media Player Classic-Home Cinema 1.3.1976 reports:
    Media Player Classic could not render some of the pins in the graph, you may not have the needed codecs or filters installed on the system.

    The following pin(s) failed to find a connectable filter:
    C:\Users\fvisagie\Videos\Home Videos\20120714 Honingklip 4x4\Outputs\Test.aac.avi.Copy.AVS::Avisynth video #1

    Media Type 0:
    --------------------------
    Video: YV12 720x576 25.00fps

    AM_MEDIA_TYPE:
    majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
    subtype: MEDIASUBTYPE_YV12 {32315659-0000-0010-8000-00AA00389B71}
    formattype: FORMAT_VideoInfo {05589F80-C356-11CE-BF01-00AA0055595A}
    bFixedSizeSamples: 1
    bTemporalCompression: 0
    lSampleSize: 622080
    cbFormat: 88

    VIDEOINFOHEADER:
    rcSource: (0,0)-(0,0)
    rcTarget: (0,0)-(0,0)
    dwBitRate: 0
    dwBitErrorRate: 0
    AvgTimePerFrame: 400000

    BITMAPINFOHEADER:
    biSize: 40
    biWidth: 720
    biHeight: 576
    biPlanes: 1
    biBitCount: 12
    biCompression: YV12
    biSizeImage: 622080
    biXPelsPerMeter: 0
    biYPelsPerMeter: 0
    biClrUsed: 0
    biClrImportant: 0

    pbFormat:
    0000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    0020: 00 00 00 00 00 00 00 00 80 1a 06 00 00 00 00 00 ........€.......
    0030: 28 00 00 00 d0 02 00 00 40 02 00 00 01 00 0c 00 (...Ð...@.......
    0040: 59 56 31 32 00 7e 09 00 00 00 00 00 00 00 00 00 YV12.~..........
    0050: 00 00 00 00 00 00 00 00 ........"

    How do I go about trouble-shooting and fixing this, please?

    Many thanks,
    Francois
    Quote Quote  
  2. run ripbot264 once. Missing YV12 filter will be automatically installed.
    Quote Quote  
  3. Member
    Join Date
    Aug 2007
    Location
    Isle of Man
    Search Comp PM
    Be Blessed!
    Quote Quote  



Similar Threads

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