comparison DOCS/man/en/mplayer.1 @ 21382:ff5daa88fde7

improve description of lavf's i_certify_that_my_video_stream_does_not_use_b_frames
author gpoirier
date Thu, 30 Nov 2006 09:27:45 +0000
parents c88f4069c619
children 3d28035a0319
comparison
equal deleted inserted replaced
21381:71dcc8c27e60 21382:ff5daa88fde7
9765 .PD 1 9765 .PD 1
9766 .TP 9766 .TP
9767 .B i_certify_that_my_video_stream_does_not_use_b_frames 9767 .B i_certify_that_my_video_stream_does_not_use_b_frames
9768 MEncoder cannot assign correct timestamps when there are 9768 MEncoder cannot assign correct timestamps when there are
9769 B-frames in the video stream, resulting in broken encodes. 9769 B-frames in the video stream, resulting in broken encodes.
9770 If you wish to use lavf muxer, you must not let the video codec use
9771 B-frames (see the relevant documentation of each codec) and you also
9772 must specify this option.
9770 . 9773 .
9771 .TP 9774 .TP
9772 .B muxrate=<rate> 9775 .B muxrate=<rate>
9773 Nominal bitrate of the multiplex, in bits per second; 9776 Nominal bitrate of the multiplex, in bits per second;
9774 currently it is meaningful only for MPEG[12]. 9777 currently it is meaningful only for MPEG[12].