Opened 10 months ago

Last modified 10 months ago

#11678 new defect

"dvdsub" should be "dvd_subtitle"

Reported by: markfilipak Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description (last modified by markfilipak)

At
https://ffmpeg.org/ffmpeg-all.html#dvdsub and
https://ffmpeg.org/ffplay-all.html#dvdsub and
https://ffmpeg.org/ffprobe-all.html#dvdsub

"dvdsub

"This codec ..."

That is incorrect. The name of the codec is "dvd_subtitle".

Also, at https://ffmpeg.org/ffmpeg.html#Examples, I presume that
"ffmpeg -i C.mkv out1.mkv -c:s dvdsub -an out2.mkv" should be
"ffmpeg -i C.mkv out1.mkv -c:s dvd_subtitle -an out2.mkv".

Change History (3)

comment:1 by markfilipak, 10 months ago

Last edited 10 months ago by markfilipak (previous) (diff)

comment:2 by markfilipak, 10 months ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.