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: 655122ed47dba51e551cc7972010c7517dee7f10
Parent: 9a1e3e8e4839f5947a668f5028035d0e47aee464
Author: Ren Tatsumoto
Date:   Mon,  7 Sep 2020 01:26:23 +0300

use table.unpack

Diffstat:
Msubs2srs.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subs2srs.lua b/subs2srs.lua @@ -307,7 +307,7 @@ ffmpeg.execute = function(args) table.insert(args, i, value) end - mp.commandv("run", unpack(args)) + mp.commandv("run", table.unpack(args)) end end