lils000 / xvid4psp

Automatically exported from code.google.com/p/xvid4psp
GNU General Public License v2.0
0 stars 0 forks source link

16:9 480p fix #68

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Whenever I want to encode 854x480p, it automatically resize the video to 
848x480.
Maybe you'll say that 848x480 is closest to 16:9 compared to 854/853x480, but I 
don't think so. 854/853 fit perfectly in youtube, while 848 causes some black 
borders, which makes the video -needless to say- ugly.

I tried to resize the resolution manually in the option Resolution/Aspect, and 
even though it is written that it's encoding 854x480, the outcome become 
848x480 without any notice.

I'm using 5.10.305 in Windows7 x64

Original issue reported on code.google.com by cinna...@gmail.com on 22 Mar 2013 at 8:42

GoogleCodeExporter commented 8 years ago
854 = mod2 (not even mod4 or 8). By default allowed mod for the width is 16 - 
that's why 854 becomes 848 (848/16=53 with no remainder). You can change the 
default resolution limitations in the Format settings window on the Video tab 
("mod: 16x8" - you need to change this). But there is no mod2 for the width, 
only mod4..

About second part - I can't say anything without seeing your encoding log.

Original comment by forc...@gmail.com on 22 Mar 2013 at 12:20

GoogleCodeExporter commented 8 years ago
I can't find Format settings on the Video tab.

The only options under Video tab:
Refresh preview
Demux
Decoding
Detect black borders
Detect interlace
Color correction
Resolution/aspect
Interlace/framerate
Encoding settings

Original comment by cinna...@gmail.com on 22 Mar 2013 at 3:26

GoogleCodeExporter commented 8 years ago
click on the icons that looks like a wheel.

Original comment by Okocha1...@gmail.com on 22 Mar 2013 at 6:27

GoogleCodeExporter commented 8 years ago
don't forget you can always use AvsP Editor to change the resize resolution and 
if you got bunch of files to encode then you can always modify settings for 
batch encoding! 

Original comment by Ashur.Ir...@gmail.com on 24 Aug 2013 at 4:16