first commit

This commit is contained in:
2022-04-21 19:23:01 +09:00
commit cfd562fd13
152 changed files with 54937 additions and 0 deletions

3
plugin/ffmpeg/__init__.py Executable file
View File

@@ -0,0 +1,3 @@
from .plugin import blueprint, menu, plugin_load, plugin_unload, streaming_kill, get_video_info
from .logic import Status, Logic
from .interface_program_ffmpeg import Ffmpeg