View Single Post
Old 9th August 2006, 18:55   #38  |  Link
karl_lillevold
Moderator
 
karl_lillevold's Avatar
 
Join Date: Oct 2002
Location: Seattle
Posts: 1,584
So what I tried next was the following:
Video 1:
Rawsource("foremn_c.yuv",352,288,"I420").AssumeFPS(30.0).Crop(2,2,-2,-2)
resulting in 348x284 video. I saved 10 frames, using Direct Stream Copy. Then I added back borders:
AVISource("f_crop.avi").AddBorders(2,2,2,2)
Again saved using Direct Stream Copy.

Then I compared this with the original video, and the only pixels that differed, were the ones within the 2 pixel border around the edge.
__________________
This information is provided "AS IS" with no warranties, grants no rights, and reflects my personal opinion.
karl_lillevold is offline   Reply With Quote