mpv2oboeru

mpv helpers to create flashcards from movies and TV shows
git clone anongit@rnpnr.xyz:mpv2oboeru.git
Log | Files | Refs | Feed | README | LICENSE

Commit: 146c890f20cadde38424b385cb13c401ebe982ee
Parent: c5739bcf8e96995f0e8d55d1deab98644e90068b
Author: Ren Tatsumoto
Date:   Fri,  3 Dec 2021 22:01:12 +0300

warnings don't apply to ffmpeg

Diffstat:
Msubs2srs.lua | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/subs2srs.lua b/subs2srs.lua @@ -335,6 +335,9 @@ local codec_support = (function() end)() local function warn_formats(osd) + if config.use_ffmpeg then + return + end for type, codecs in pairs(codec_support) do for codec, supported in pairs(codecs) do if not supported and config[type .. '_codec'] == codec then