View Single Post
Old 15th April 2007, 11:07   #8  |  Link
smallbrain
Registered User
 
Join Date: Oct 2006
Location: Hannover, Germany
Posts: 7
Deleting horizontal garbage lines and complying with mod8 and mod16 rules

When deleting x garbage lines at the bottom of a digitzed analogue video with

#Crop(clip clip, int left, int top, int -right, int -bottom, bool align)
cropped=crop(video,0,0,0,x)

does the above imply

y=(x modulo 8)
blown=addborders(cropped,0,0,0,y) to preserve the quality of the remaining video?

I assume vertical line cutting requires the same treatment.

Regards

Last edited by smallbrain; 15th April 2007 at 18:54. Reason: logical error in problem description
smallbrain is offline   Reply With Quote