I've been using QuEnc to convert AviSynth files created by FitCd (in order to add blocks of overscan to the file. Well, After trying some things to make the program work for mp4s (an utter failure), I now get the error message saying that input format is not YV12 colorspace. I've already reinstalled both programs, but the error remains. Is there a problem with the avisynth code, and if so, what do I need to do to fix it?
+ Reply to Thread
Results 1 to 9 of 9
-
-
Read my blog here.
-
You mean the boxes like YUY2-output? I tried checking each of those boxes, but the same error message keeps coming up when I bring the file to QuEnc. Also, the thumbnail image for my avisynth script files is gone (if that helps)
-
-
Some filters require certain colourspaces to work, in which case you may have to convert earlier in your script. Virtualdub usually gives you a line number with your error. Use this to find where in the script your conversion is missing.
Read my blog here.
-
Only certain AVC profiles support YUY2. So chances are that your mp4 does contain YV12. You just need to configure whatever decoder is being used to output it. Saves a YV12-->YUY2-->YV12 conversion.
Could also check out AVIDemux. Supports mp4 input, can add borders and can use libavcodec for DVD output. -
Never mind, figured that out...
I am at a loss to figure out what I should have in the video box. I can't add borders if I select copy, but there's no .avi option. I can't do anything with the Mpeg4 converted file. Which would be the appropriate video option for burning video DVDs? And does the option in the format box have any impact on the file? -
Copy, means exactly that. So you can't use filters, etc. It is like direct streaming in VDub(Mod).
For a DVD you would want DVD or DVD (lavc) for video, FFm AC3 for audio and I guess MPEG PS A+V since it doesn't appear to do elementary streams.
AVIDemux can output avi's, but you don't want that for DVD anyway. So yes the output format does make a difference.
Similar Threads
-
unsupported colorspace - x264 requires yv12
By codemaster in forum Video ConversionReplies: 17Last Post: 3rd Jan 2012, 10:30 -
Confused over colorspace (YV12) and DV AVI
By sasuweh in forum Video ConversionReplies: 4Last Post: 30th Sep 2010, 05:34 -
What is Native DV(PAL) colorspace? YV12 or YUY2
By Josip in forum Newbie / General discussionsReplies: 7Last Post: 13th Nov 2008, 23:25 -
Sony Vegas YV12 colorspace
By MagicSparky in forum EditingReplies: 4Last Post: 8th Mar 2008, 12:40 -
Raw YUY2 to YV12 format?
By allyli2007 in forum ProgrammingReplies: 8Last Post: 2nd Jun 2007, 12:43