Log in

View Full Version : troubles with Megui and AddBorders


cloporte
24th November 2008, 13:44
Hello

i try to reencode a mvk with is 816P instead of 1080 due to cropping
i do this to avoid the famous green bars on PS3 when reencoding to
Blu-ray structure, the problem is that most of the time it works fine
i'am able to get 1080p but sometimes not !
For instance i do in that particular case (1080-816)/2 = 132
so add i my avs script AddBorders (0,132,0,132)
and when i reencode the video i get 1084 :s

so it tried different values for the addborders and the closest
i can get is 1082 but i still have the green bars with this

This is driving me crazy !

Any help will be much appreciated

cloporte
24th November 2008, 20:08
after further tests

it has nothing to do with the AddBorders function

in fact even if i take a mkv which is 1080 and i want to

reencode it for instance into a smaller file ( bit rate smaller )

when it finishes i have 1920 * 1084 :p

Very very strange

frank
24th November 2008, 21:04
Show us your AVS script!
What is the source? MPEG-2, H.264, VC-1?

There are some problems with DirectShowSource() and HD resolutions.
What codecs are installed? I suggest to use ffdshow ONLY.

cloporte
24th November 2008, 23:32
Show us your AVS script!
What is the source? MPEG-2, H.264, VC-1?

There are some problems with DirectShowSource() and HD resolutions.
What codecs are installed? I suggest to use ffdshow ONLY.

Ok , got it

it's tsmuxergui that gives me the wrong info

it says it's 1920*1084 but when i take media player classic

i have 1920*1080 and the proof is that i have remuxed it to

a BD structure , i can read it on my PS3 without any green bars !

now i just wonder why tsmuxergui gimme that false info :confused:

here is my script

DirectShowSource("N:\video.mkv",fps=23.9759856527702,audio=false)
AddBorders(0,132,0,132)
#deinterlace
#crop
#resize
#denoise

i use ffdshow but there might be some codecs remaining from the past ...