#8684: WebVTT decoder breaks when ::cue elements are used
------------------------------------+------------------------------------
Reporter: derrod | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: avformat
Version: git-master | Resolution:
Keywords: webvtt | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
------------------------------------+------------------------------------
Comment (by varenc):
Any hope of getting that patch to webvttdec merged? I can confirm it fixes
this issue!
In the meantime here's a hacky solution that helped me workaround the bug
by removing the styling:
{{{
ffmpeg -i <(cat styled-subs.vtt | sd '^STYLE\n::cue\s*\{[^}]*\}' '')
out.srt
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/8684#comment:8>
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".