Log in

View Full Version : Question about croping


Satlover
26th February 2004, 12:24
Is it possible to crop black borders without stretching the video?

Normally I have used lancos resize 720x400 but dont want to resize the video, I want to keep it orginal size like 720x576 but crop the black borders without stretching the video. Is that possible?
I can also use hybridFupp if that will do this but I cant seem to figure out how I can do this

I am using

AviSynth 2.54, MPEG2Dec3.dll V1.10, VirtualDubMod 1.5.4.1 (2066), XviD-1.0-RC2-07022004.exe

LoadPlugin("C:\Program Files\DVD\AviSynth plugins\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\DVD\AviSynth plugins\UnFilter.dll")
LoadPlugin("C:\Program Files\DVD\AviSynth plugins\Undot.dll")
mpeg2source("F:\DVD\1.d2v
UnFilter(+40,+40)
Crop(4,60,-0,-60)
#LanczosResize(720,400)
undot()

Thanks:D

bb
26th February 2004, 13:02
You can either crop and add borders again (for clean black borders), or you can resize the video. As your target resolution is fixed, there's nothing else you can do.

bb

Satlover
26th February 2004, 13:07
Thanks, GordonKot gives me all the information i need when using the auto crop by pixel
:D
thanks