Log in

View Full Version : Region of Interest/Resolution Cropping


MLT
23rd August 2006, 19:14
Im trying to encode a 364x284 resolution file in CCE and it automatically crops it to 352x272. I have tried to adjust the output file paramaters in the area setting menu, but every time I correct the (w, h) Region of Interest output resolution manually, it changes it back to the cropped resolution (352x272). Even if this resolution may not be a standard, CCE shouldn't care. Is there a way to force input = output resolution?

Mug Funky
24th August 2006, 03:50
resolutions for mpeg1/2 must be mod16.

284/16 = 17.75
272/16 = 17

CCE is snapping to the nearest mod16 resolution.

you could add borders to your input with avisynth though - get it up to 368x288 by adding black borders.