[FFmpeg-devel] [PATCH] avcodec/webvttdec: Deal with WebVTT escapes
Ricardo Constantino
wiiaboo at gmail.com
Sun Oct 11 17:53:05 CEST 2015
On 11 October 2015 at 15:37, Clément Bœsch <u at pkh.me> wrote:
> nbsp → \h in ASS
nevcairiel suggested not relying on \h being parsed as nbsp in .srt with
VSFilter and Libass, but maybe using the unicode char itself. Unless FFmpeg
converts \h to the char code in srtenc or something?
Aegisub converts \h to regular space on exporting to .srt; SubtitleEdit
leaves as \h.
More information about the ffmpeg-devel
mailing list