[FFmpeg-devel] [PATCH] avcodec/webvttdec: Deal with WebVTT escapes
Ricardo Constantino
wiiaboo at gmail.com
Sun Oct 11 18:01:59 CEST 2015
Ok, nevermind. I see the srt and webvttenc samples use \h already, so
that's what you'll want.
On 11 October 2015 at 16:53, Ricardo Constantino <wiiaboo at gmail.com> wrote:
>
> 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