Hi
I have a video that I want to fix the top border but I do not want to re-encode it. I know how to apply Avisynth Crop and AddBorders filters to clean that unwanted noise, but the challenger is to do so without to have to re-encode the video.
So the question: Is there some way to write "blank" bytes to the video stream to affect just that range of pixels at the top border, without re-encode it?
Sample video is here:
http://www.4shared.com/file/_UgWaYMA/forum_border.html
+ Reply to Thread
Results 1 to 4 of 4
-
Thank you.
-
Thank you poisondeathray.
But I was thinking, if we could know where are the unwanted pixels we could write some x20 bytes or black ones to cover the few top lines and fix the problem. This way we don't need to re-encode.
It's because I see how Womble Mpeg Wizar works. When I cut some clip, it just re-write the file without re-encoding, finding the place where to begins the write task. The same is when I use AC3DelayCorrector. It just write some extra bytes, or cut them without re-encoding.
So, I made such question. Are you sure there are no ways to write bytes in a video stream?Thank you. -
When you cut in womble it's cutting between individual frames, not within a frame (like a crop)
The difference is like Trim vs. Crop
Same with AC3DelayCorrector. If you change volume or normalize, it has to re-encode, because changes are made within a "frame"
If you crop or make an adjustment to frame , it re-encodes all affected frames .
Similar Threads
-
Resolution, pixels, bitrate and bytes transferred over network
By loveaks002@gmail.com in forum Video Streaming DownloadingReplies: 14Last Post: 5th Dec 2011, 12:03 -
How to apply filters to video?
By kaona in forum Newbie / General discussionsReplies: 0Last Post: 13th Apr 2011, 13:59 -
how do I convert a video that shows square pixels to no pixels?
By sxpredman in forum Newbie / General discussionsReplies: 4Last Post: 10th Jan 2010, 02:56 -
Another question: Converting square pixels into round pixels.
By Earthling2000 in forum Newbie / General discussionsReplies: 13Last Post: 23rd Nov 2009, 10:20 -
Unneeded Bytes At The End Of DivX Video
By kinlunyu in forum Video ConversionReplies: 1Last Post: 11th Jun 2008, 11:01