From: Osmany G. c. <osm...@ci...> - 2005-10-31 19:43:16
|
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 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 > > > ------------------------------------------------------- > This SF.Net email is sponsored by the JBoss Inc. > Get Certified Today * Register for a JBoss Training Course > Free Certification Exam for All Training Attendees Through End of 2005 > Visit http://www.jboss.com/services/certification for more information > _______________________________________________ > Encode2mpeg-users mailing list > Enc...@li... > https://lists.sourceforge.net/lists/listinfo/encode2mpeg-users |