+ Reply to Thread
Results 1 to 4 of 4
Using pan and scan option in meizu video converter software
This is a discussion on Using pan and scan option in meizu video converter software within the Video and Imaging forums, part of the miniPlayer M6 / SL category; Hello all, After trying a number of converters, the one to use is the Video Converter supplied with the M6 ...
-
04-14-2007 #1Passing By
- Join Date
- Apr 2007
- Posts
- 4
- Thanks
- 0
Thanked 0 Times in 0 PostsUsing pan and scan option in meizu video converter software
Hello all,
After trying a number of converters, the one to use is the Video Converter supplied with the M6 player.
However, when converting 16/9 widescreen source, there are black bands above and under the picture.
With a converter like Iriverter, you can set the option "pan and scan" to get rid of these black bands.
As the Video Converter software is using Mencoder as coding engine, there should be an option to set this.
When you click the settings button in the main window, you get an advance settings window.
On the last line of this is a editable box with "additional settings".
Does anyone know the command to add for getting pan and scan to work?
-
04-14-2007 #2
Well, in mencoder, to crop you can add this option
-vf-add crop=x,y
where x and y are the new resolutions (centered in the screen). So if you had black bands of 80 pixels on top and bottom, on a 720x576 pixel screen (kinda standard for 16:9 cinema screens encoded in widescreen), then you would add:
-vf-add crop=720x416
EDIT: this should read -vf-add crop=720:416. END EDIT.
See the Wikepedia entry for the Miniplayer for a good typical command-line that will also maintain the image proportions, and take care of the multiples-of-16 requirement for video resolutions.Last edited by member; 04-15-2007 at 09:12 PM.
-
04-15-2007 #3Passing By
- Join Date
- Apr 2007
- Posts
- 4
- Thanks
- 0
Thanked 0 Times in 0 PostsThanks for the info MEMBER
Your command works only if I type
-vf-add crop=720:416 in place of -vf-add crop=720x416
However your method has a disenvantage: each source resolution must be examined to set the correct crop value.
I found however a better method on this forum (search mencoder)
Just add -vf scale=427:240,expand=:240:::1,crop=320:240,rotate= 1
and nearly all 16/9 videos are recalculated to use the whole screen.
-
04-15-2007 #4
Oof! Right! I always make that mistake (using "x" instead of ":") when encoding videos too
. I still haven't learned it seems.
I think I used that form of command line that you found at one point, but it was sometimes stretching videos (not maintaining aspect ratio)... perhaps I just remember wrong though! Does it do that? I'll try it again next time.
Similar Threads
-
MZ Video Converter
By Err0r in forum Video and ImagingReplies: 20Last Post: 07-01-2010, 03:30 PM -
Video Converter for M3
By xx-c in forum music card M3Replies: 8Last Post: 05-31-2010, 05:39 AM -
Loli Video Converter for M6
By Lolita in forum Video and ImagingReplies: 127Last Post: 12-25-2009, 01:23 AM -
Mencoder Video Converter Info
By FirePower in forum Video and ImagingReplies: 46Last Post: 01-06-2009, 02:06 PM -
Settings beim Video Converter
By brillos in forum GermanReplies: 11Last Post: 12-09-2007, 08:47 PM



Reply With Quote