2006-10-13, 08:36 PM
I assume these settings are placed on config.xml.
What I am trying to accomplish is to use them in an mencoder command line.
I know the -vf crop x:x:x:x part but I still do not understand the scale part.
For Instance, I want to crop that little annoying line on the top of the 4x3 image that is on all recordings (I believe has to do with closed captioning). I am on NTSC land, so the 720x480 would become 720x478.
Remember ,I want to REMOVE the black bars, not Add them. So, based on your config samples, do I do
-vf crop=720:478:0:2,scale=1368:908 (based on a 1.9 zoom factor) .
Is that Scale part that really has me confused. Who would have thought that 4x3 and 16x9 both have the same 720x480 resolution ?
What I am trying to accomplish is to use them in an mencoder command line.
I know the -vf crop x:x:x:x part but I still do not understand the scale part.
For Instance, I want to crop that little annoying line on the top of the 4x3 image that is on all recordings (I believe has to do with closed captioning). I am on NTSC land, so the 720x480 would become 720x478.
Remember ,I want to REMOVE the black bars, not Add them. So, based on your config samples, do I do
-vf crop=720:478:0:2,scale=1368:908 (based on a 1.9 zoom factor) .
Is that Scale part that really has me confused. Who would have thought that 4x3 and 16x9 both have the same 720x480 resolution ?