> Hi, > > I am trying to transcode some TV recordings and remove the logo; > for some reason, remove-logo does not seem to work for encoding, Err, sorry, but "does not work" is a bit vague as an error description. Try something like No output file created Mencoder hangs Mencoder crashes It takes hours for every frame Output file not playable Output file still contains the logo Output file has the logo replaced by a purple banana Picture quality is bad Output file is all black ... > mencoder emits some error messages, but because I also get > similar error messages if everything works fine, they are > probably not significant: > > > Trying filter chain: remove-logo expand x264 > > Could not find matching colorspace - retrying with -vf scale... > > Opening video filter: [scale] > > SwScale params: -1 x -1 (-1=no scaling) > > Trying filter chain: scale remove-logo expand x264 > > 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. I can see no "error" messages. I just see that the "scale" filter has been automatically inserted to do colorspace conversion. That's pretty ok. > Is this a problem with the "remove-logo" filter or am I doing > something wrong? That's hard to say as long as you don't say what you're doing. A full command line might be helpful, along with information on how you created the bitmap you passed to the remove-logo filter. Greets, Kiste