Category "subtitle"

How to convert RGBA color codes to 8 Digit Hex in PHP?

I'm attempting to convert some rgba values into a format suitable for SubStation Alpha subtitle files. The .ass file format requires a colour format like &H

FFmpeg IF/ELSE statement

I am doing reencoding of lots of video files, and sometimes some of them have subtitles included, some dont. Is it possible to "ignore" -vf "subtitles=%%f:force

FFMPEG: create a transparent background with lavfi?

I can create a transparent background using lavfi by setting colorkey - but that gives problems with edges around fonts, etc. ffmpeg.exe -y -f lavfi -i color=s

Set a subtitle language using ffmpeg

I tried googling a way to set the language of a subtitle stream with ffmpeg and found the -slang option. So I tried the following command but immediately receiv