#10811: Typo in a deprecation warning from ffmpeg tool: says "enc_timebase" 
instead
of "enc_time_base"
-----------------------------------+----------------------------------
             Reporter:  Rinat      |                     Type:  defect
               Status:  new        |                 Priority:  minor
            Component:  ffmpeg     |                  Version:  6.1
             Keywords:  docs typo  |               Blocked By:
             Blocking:             |  Reproduced by developer:  0
Analyzed by developer:  0          |
-----------------------------------+----------------------------------
 Summary of the bug:

 Deprecation warning for `-enc_time_base -1` advises to use option
 `-enc_timebase` which does not exist. Most probably this is a typo, and
 the text should say `enc_time_base` rather than `enc_timebase`.

 How to reproduce:
 {{{
 % ffmpeg -i in.mp4 -enc_time_base -1 out.mp4
 ...
 [vost#0:0/libx264 @ 0x5560da4a0500] -enc_time_base -1 is deprecated, use
 -enc_timebase demux
 [aost#0:1/aac @ 0x5560da51d4c0] -enc_time_base -1 is deprecated, use
 -enc_timebase demux
 ...

 % ffmpeg -i in.mp4 -enc_timebase demux out.mp4
 ...
 Unrecognized option 'enc_timebase'.
 ...

 }}}
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10811>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to