[FFmpeg-trac] #4783(undetermined:open): Converting vtt-subtitles to srt results in overlap.
FFmpeg
trac at avcodec.org
Wed Dec 2 22:44:36 CET 2015
#4783: Converting vtt-subtitles to srt results in overlap.
-------------------------------------+-------------------------------------
Reporter: CoRoNe | Owner:
Type: defect | Status: open
Priority: normal | Component:
Version: git-master | undetermined
Keywords: webvtt srt | Resolution:
sub | Blocked By:
Blocking: | Reproduced by developer: 1
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by eelco):
This is a rounding bug that happens because all subtitles are passed
through the ASS code, which has a lower precision. I fixed this a while
ago for SRT in our FFmpeg fork (see
https://github.com/tupil/FFmpeg/commit/f0e98dd3b1e21abe1a83f8ac0d85f8fbf3ae47e7).
I will supply a patch to ffmpeg-devel soon.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/4783#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list