video: libmediadec and playmov

This commit is contained in:
minjaesong
2026-06-07 20:13:43 +09:00
parent aa45c2194f
commit 0f5ede5276
10 changed files with 1939 additions and 6 deletions

View File

@@ -54,12 +54,12 @@ const EXEC_FUNS = {
"adpcm": (f) => _G.shell.execute(`playwav "${f}" -i`),
// "mp3": (f) => _G.shell.execute(`playmp3 "${f}" -i`),
"mp2": (f) => _G.shell.execute(`playmp2 "${f}" -i`),
"mv1": (f) => _G.shell.execute(`playmv1 "${f}" -i`),
"mv2": (f) => _G.shell.execute(`playtev "${f}" -i`),
"mv3": (f) => _G.shell.execute(`playtav "${f}" -i`),
"tav": (f) => _G.shell.execute(`playtav "${f}" -i`),
"im3": (f) => _G.shell.execute(`playtav "${f}" -i`),
"tap": (f) => _G.shell.execute(`playtav "${f}" -i`),
"mv1": (f) => _G.shell.execute(`playmov "${f}" -i`),
"mv2": (f) => _G.shell.execute(`playmov "${f}" -i`),
"mv3": (f) => _G.shell.execute(`playmov "${f}" -i`),
"tav": (f) => _G.shell.execute(`playmov "${f}" -i`),
"im3": (f) => _G.shell.execute(`playmov "${f}" -i`),
"tap": (f) => _G.shell.execute(`playmov "${f}" -i`),
"tad": (f) => _G.shell.execute(`playtad "${f}" -i`),
"pcm": (f) => _G.shell.execute(`playpcm "${f}" -i`),
"ipf": (f) => _G.shell.execute(`decodeipf "${f}" -i`),