Opened 22 months ago
#10811 new defect
Typo in a deprecation warning from ffmpeg tool: says "enc_timebase" instead of "enc_time_base"
| Reported by: | Rinat | Owned by: | |
|---|---|---|---|
| Priority: | minor | Component: | ffmpeg |
| Version: | 6.1 | Keywords: | docs typo |
| Cc: | Rinat | Blocked By: | |
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
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'. ...
Note:
See TracTickets
for help on using tickets.


