On Jan 21, 2008 1:18 PM, Frank [Antispam account] <[EMAIL PROTECTED]> wrote: > I'm trying the encoding server and it works like a charm. > The only 'thinggie' is that the resulting .avi is in a 4:3 format, while I > like it in 16:9. > > Where can I change the resolution for the to encode mpeg? > (I have 2 options when I go into the "Transcode this file"-->"Modify > resolution". The first one is 320:240 (4:3) and the second is "Optimal"
You can set the following in your local_conf.py and Just select start encoding(if you select another profile it will overwrite these options) or you can try svn which has more options btw. REENCODE_CONTAINER = 'avi' REENCODE_RESOLUTION = '720:405' REENCODE_VIDEOCODEC = 'MPEG 4 (lavc)' REENCODE_VIDEOBITRATE = 3800 REENCODE_AUDIOCODEC = 'MPEG 1 Layer 3 (mp3)' REENCODE_AUDIOBITRATE = 128 REENCODE_NUMPASSES = 1 REENCODE_VIDEOFILTER = None > Thanks, > Frank > > PS: The wiki needs updating vor 1.7.3 so maybe this answer can go into the > wiki ;) > PS2: I'm running Freevo 1.7.5. > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Freevo-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/freevo-users > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
