When I start to encode a DVD title to H.264 using MEncoder and x264, MEncoder outputs the following:
but it continues to encode without any problem and the encoded stream looks properly encoded.Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.
Theese are the parameters I use in MEncoder for the first pass:
and the second pass:Code:mencoder vobfile.vob -vf crop=704:464:12:8,yadif,hqdn3d -nosound -ovc x264 -x264encopts threads=auto:pass=1:profile=high:bitrate=1220:preset=slower -of rawvideo -o /dev/null
But even if I append the scale filter to the above parameters, like MEncoder tells me:Code:mencoder vobfile.vob -vf crop=704:464:12:8,yadif,hqdn3d -nosound -ovc x264 -x264encopts threads=auto:pass=2:profile=high:bitrate=1220:preset=slower -of rawvideo -o encodedstream.264
then MEncoder still outputs the same message as it does when I don't append the scale filter to the filter list:Code:mencoder vobfile.vob -vf crop=704:464:12:8,yadif,hqdn3d,scale
This is what the scale filter does (it's from mencoder's manual):Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.
Code:scale[=w:h[:interlaced[:chr_drop[:par[:par2[:presize[:noup[:arnd]]]]]]]]From this, I understand that it converts the source frames to RBG before sending them to x264, but I don't know if this conversion is necesary, therefore, I don't know if the scale filter is needed, but even if I add it, mencoder tells me to add it.Scales the image with the software scaler (slow) and performs a YUV<−>RGB colorspace conversion
+ Reply to Thread
Results 1 to 1 of 1
-
Last edited by codemaster; 21st Sep 2011 at 18:27.
Similar Threads
-
Where can I get a program that outputs an "I-frame only" MPEG-2 video?
By Videogamer555 in forum Video ConversionReplies: 8Last Post: 1st Sep 2011, 07:23 -
Unable to find "Play next clip" when authoring DVD
By zonag5 in forum Authoring (DVD)Replies: 4Last Post: 16th Oct 2010, 01:50 -
DeVeDe 3.16.9 build 2 Mencoder "bug" error under XP64
By mail2tom in forum Video ConversionReplies: 1Last Post: 19th Aug 2010, 19:35 -
Burning VOBs - error "Couldn't find any VOB unit"
By kshavo in forum Authoring (DVD)Replies: 7Last Post: 17th Feb 2009, 13:23 -
Mencoder/FFMPEG and "HD" formats (mjpeg-b)
By glueater in forum LinuxReplies: 0Last Post: 3rd Aug 2007, 20:15