From: Giacomo C. <enc...@us...> - 2005-10-31 20:08:08
|
On Mon, Oct 31, 2005 at 03:43:54PM -0500, Osmany Guirola cruz wrote: > sorry, in the last mail i forgot to add the option -mpeg1vbr > i used it in my command line.... my intention is encode a film that have > 2 hrs of duration in a simple 700MB-CD, but i am wasting space(~100MB), > if the same film have a size similar to 800MB the quality should be > better, i think Increase the bitrate then. But keep in mind that it could still be possible that the mpeg wont fill the CD. With variable video bit rate, the encoder uses only the bit rate necessary. Even if you specify 5000, the encoder will not use that value in practice because the VCD resolution can be encoded with a much lower bit rate. Giacomo > > On Mon, 2005-10-31 at 12:03 -0400, Giacomo Comes wrote: > > On Mon, Oct 31, 2005 at 11:35:36AM -0500, Osmany Guirola cruz wrote: > > > Hi list > > > > > > I am doing a vcd with a fixed size i use this command line > > > > > > encode2mpeg film.avi -vcd -mpeg -encode 5:4:2 -usesbr 2 > > > > > > i want fix the file in a 700MB CD....but my final vcd is about > > > 670MB :-( i am losing 100MB of the aproximate 800MB that fill a 700MB CD > > > > > > What can i do? > > > Thanks > > > > > > Osmany > > > > You just specify a higher vbr. Add -vbr 2000 to your command line. > > But keep in mind that the VCD standard requires 1152 for vbr. > > Your VCD should play on modern DVD player, but it will be > > non standard. > > I suppose that you want to have an mpeg with the highest quality that > > fill the CD. You may therefore also add -mpeg1vbr (if your player > > plays mpeg1 vbr). > > > > Another possibility is to use mpeg2 like: > > > > encode2mpeg film.avi -svcd 2 -mpeg -encode 5:4:2 -usesbr 2 > > > > Giacomo |