[FFmpeg-trac] #11461(avformat:open): Corruption of 608 captions data on extraction
FFmpeg
trac at avcodec.org
Mon Feb 10 06:57:29 EET 2025
#11461: Corruption of 608 captions data on extraction
-------------------------------------+-------------------------------------
Reporter: Zach | Owner: (none)
Type: defect | Status: open
Priority: important | Component: avformat
Version: git-master | Resolution:
Keywords: | Blocked By:
Captions,CC,EIA608 |
Blocking: | Reproduced by developer: 1
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by Zach):
It should also be possible to have much fewer timecode entries for the
.scc file output as long as the proper padding is used to adjust
nonconsecutive time code lines such as the following
{{{
Scenarist_SCC V1.0
00:00:02:04 942c
00:00:02:07 942f
}}}
This would be equivilent to the following file.
{{{
Scenarist_SCC V1.0
00:00:02:04 942c 8080 8080 942f
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11461#comment:5>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list