diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-11-21 03:37:33 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-11-21 03:37:33 +0000 |
commit | cbb6e405c0fdc4708565859e7db60c98cf9bf11a (patch) | |
tree | cdbdce8c7f1f6a108c2c319a38da10f3138a82c3 /ffmpeg.c | |
parent | 6813f1d5cf87a2cac92678b28910a6a9f4a75a26 (diff) | |
download | ffmpeg-cbb6e405c0fdc4708565859e7db60c98cf9bf11a.tar.gz |
parts of the dvd patch from ("Chris" <chris <at< garveycocker >dot< com> and Paul Curtis <pfc >at> terrapin <dot< com>)
Originally committed as revision 3700 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3763,6 +3763,9 @@ static void opt_target(const char *arg) video_rc_min_rate = 0; //1500000; video_rc_buffer_size = 224*1024*8; + mux_packet_size= 2048; // from www.mpucoder.com: DVD sectors contain 2048 bytes of data, this is also the size of one pack. + mux_rate = 10080000; // from mplex project: data_rate = 1260000. mux_rate = data_rate * 8 + audio_bit_rate = 448000; audio_sample_rate = 48000; |