Author: gpoirier Date: Thu Nov 30 10:27:45 2006 New Revision: 21398 Modified: trunk/DOCS/man/en/mplayer.1 Log: improve description of lavf's i_certify_that_my_video_stream_does_not_use_b_frames Modified: trunk/DOCS/man/en/mplayer.1 ============================================================================== --- trunk/DOCS/man/en/mplayer.1 (original) +++ trunk/DOCS/man/en/mplayer.1 Thu Nov 30 10:27:45 2006 @@ -9767,6 +9767,9 @@ .B i_certify_that_my_video_stream_does_not_use_b_frames MEncoder cannot assign correct timestamps when there are B-frames in the video stream, resulting in broken encodes. +If you wish to use lavf muxer, you must not let the video codec use +B-frames (see the relevant documentation of each codec) and you also +must specify this option. . .TP .B muxrate=<rate>
On Thu, Nov 30, 2006 at 10:27:46AM +0100, gpoirier wrote:
Log: improve description of lavf's i_certify_that_my_video_stream_does_not_use_b_frames
--- trunk/DOCS/man/en/mplayer.1 (original) +++ trunk/DOCS/man/en/mplayer.1 Thu Nov 30 10:27:45 2006 @@ -9767,6 +9767,9 @@ .B i_certify_that_my_video_stream_does_not_use_b_frames MEncoder cannot assign correct timestamps when there are B-frames in the video stream, resulting in broken encodes. +If you wish to use lavf muxer, you must not let the video codec use
the lavf muxer Diego
Hi, On 11/30/06, Diego Biurrun <diego@biurrun.de> wrote:
On Thu, Nov 30, 2006 at 10:27:46AM +0100, gpoirier wrote:
Log: improve description of lavf's i_certify_that_my_video_stream_does_not_use_b_frames
--- trunk/DOCS/man/en/mplayer.1 (original) +++ trunk/DOCS/man/en/mplayer.1 Thu Nov 30 10:27:45 2006 @@ -9767,6 +9767,9 @@ .B i_certify_that_my_video_stream_does_not_use_b_frames MEncoder cannot assign correct timestamps when there are B-frames in the video stream, resulting in broken encodes. +If you wish to use lavf muxer, you must not let the video codec use
the lavf muxer
Fixed. Did you not that I didn't use any short forms this time? I know it's hardly an achievement for merely 3 lines of text, but still ;-P Guillaume -- An association of men who will not quarrel with one another is a thing which has never yet existed, from the greatest confederacy of nations down to a town meeting or a vestry. -- Thomas Jefferson (when interviewed about MPlayer ML flamewars) http://www.brainyquote.com/quotes/quotes/t/thomasjeff157207.html
participants (3)
-
Diego Biurrun -
gpoirier -
Guillaume POIRIER