PDA

View Full Version : MOBILE crop question


AndyP
13th January 2007, 21:20
Hi

Using 1.20.5

Attempting to crop/size DVD to fit fullscreen onto 240x320 pocketpc.

Source is Flightplan R2 PAL DVD (Movie Only).

If I select 320x240 from the program it resizes to 320x180 and adds 30/30 border top and bottom.

What I want to do is actually crop picture on right/left to fit fullscreen.

I added

Crop(0,84,720,408) // To remove the black bars top/bottom
BicubicResize(564,240) // Resize 2.35:1
Crop(122,0,320,240) // Crop to 320x240

to the end of the AVS file but when I click encode it adds another bicubicresize line, hence scuppering the above. Can this be stopped/made part of the prepare phase?? (so to not interfere with my changes)

Thanks,
Andy