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):
Results are as follows: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)
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.How do I go about trouble-shooting and fixing this, please?
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 ........"
Many thanks,
Francois
+ Reply to Thread
Results 1 to 3 of 3
Similar Threads
-
Confused over colorspace (YV12) and DV AVI
By sasuweh in forum Video ConversionReplies: 4Last Post: 30th Sep 2010, 05:34 -
Render Using x264vfw64 with Vegas 9 on Windows 7
By dsDoan in forum Newbie / General discussionsReplies: 8Last Post: 8th Nov 2009, 00:32 -
YV12 to RGB color problem
By wydesenej in forum Video ConversionReplies: 2Last Post: 30th Oct 2009, 07:42 -
error yv12 fliter??
By f1st in forum Video Streaming DownloadingReplies: 0Last Post: 21st Mar 2009, 11:04 -
DVD to DVD: YV12 to RGB to YV12, color problem ???
By cd090580 in forum RestorationReplies: 9Last Post: 24th Oct 2008, 10:16