<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I looked at mythburn.py and I looked at the switches<br>set and the mplex command switches are:
<br><br>-f 8 -v 0 -o<br><br>Is the 8 where the bitrate is set or am I totally<br>missing what's going on?<br></blockquote></div><br>8 is to output in a dvd compatible format. Here are the choices:<br><br>&nbsp;0&nbsp; - Generic MPEG1.&nbsp; A simple general-purpose MPEG1 format primarily suitable for software decoders.&nbsp; Buffer sizes and VBR must be specified.&nbsp; Bit-rate can be auto-detected.
<br>1 - VCD.&nbsp; Standard VCD.&nbsp; Overrides other option settings.<br>2 - User VCD.&nbsp; VCD format but buffer size, bit rate and VBR can be set manually.<br>3 - Generic MPEG2.&nbsp; Like 0 except MPEG2.<br>4 - SVCD.&nbsp; Standard SVCD.&nbsp; Overrides other option settings.
<br>5 - User-rate SVCD.&nbsp; SVCD format but buffer size bit rate and VBR can be set.<br>6 - VCD Stills stream (mixed mode with hi-res and standard-res image streams&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; multiplexed are supported).<br>7 - SVCD Stills stream.
<br>8 - DVD (with NAV sectors). Don't get too excited.&nbsp; This is really a<br>&nbsp;&nbsp;&nbsp;&nbsp; very minimal mux format.&nbsp; It includes empty versions of the peculiar<br>&nbsp;&nbsp;&nbsp;&nbsp; VOBU start sectors DVD VOB's include.&nbsp; This is enough to persuade some
<br>&nbsp;&nbsp;&nbsp;&nbsp; hardware players to play the stream but is a long way from full DVD authoring.<br>9 - DVD.&nbsp; As above but without the empty VOBU sectors.<br><br><br>I do not think any of these will help. You are working with HD video correct?
<br><br>John