View Single Post
Old 9th August 2006, 20:31   #39  |  Link
rig_veda
Registered User
 
Join Date: Aug 2005
Posts: 20
Quote:
Originally Posted by karl_lillevold
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.
Did some tests got the same result here, too. The final video looks identical to the original source in VdubMod, so nothing gets changed on the encoding/decoding side. But when I fed it cropped source without restoring the borders to give it it's original width back, it still looked darker though, so i guess the presumed bug must be in the YV12->RGB conversion for preview section of VdubMod. Fast recompress or direct stream copy isn't affected, but according to my tests full processing is. Anyway, this is the wrong thread for this, i'm heading over to VdubMod.
rig_veda is offline   Reply With Quote