I am try to make an XVCD but I don't want to used 352x240 res as the final resolution, so what I did is add the following line in the avisynth script
ReduceBy2
Addborder(176,120, 176,120)
(the video 352x480 doesn't look as good when it been stretch to fit on a 50 inch tv)
So my question is how many bit does it take to encoded the border around the video?
Thanks in advance
+ Reply to Thread
Results 1 to 4 of 4
-
-
If you pay attention to the macroblock boundaries, almost no bits are wasted to the borders. Well it depends on the encoder too.
ReduceBy2
Addborder(176,112, 176,128) -
If I use CCE to as my encoder do I loose any bits to the borders with the new changes you have suggested.
ReduceBy2
Addborder(176,112, 176,128) -
If your source is 704x480 (I guess it is, because you use ReduceBy2), and you use ccesp 2.50, resize to a multiple of 16 minus 1 pixel top and bottom.
Crop(0,2,704,476)
ReduceBy2
AddBorders(176,113,176,129)
If you use ccesp 2.6x (due to different motion compensation)
Crop(0,4,704,472)
ReduceBy2
AddBorders(176,114,176,130)
Calculated by FitCD.
Similar Threads
-
10-bit encode capable tools?
By rapunzel in forum Video ConversionReplies: 0Last Post: 25th Feb 2012, 21:54 -
how to encode aac 5.1 to ac3 on the fly in 64-bit windows 7
By MR 3 in forum AudioReplies: 3Last Post: 4th Apr 2010, 17:47 -
I have a 64bit system, to encode files do i need 64 bit codecs?
By shadowofanubis6 in forum Newbie / General discussionsReplies: 5Last Post: 1st Mar 2010, 10:24 -
Need a bit help with DVD authoring (doing audio change without re-encode)
By loa0305 in forum Authoring (DVD)Replies: 4Last Post: 26th Mar 2008, 16:21 -
little bit of pixels after encode
By StoneColdWhat in forum Video ConversionReplies: 21Last Post: 28th Jun 2007, 16:47