disable non working features

This commit is contained in:
leminlimez
2025-04-02 10:06:15 -04:00
parent d2e32ebef1
commit 9fa87b15f4
3 changed files with 6 additions and 12 deletions

View File

@@ -4,9 +4,6 @@ import ffmpeg
from tempfile import mkdtemp, NamedTemporaryFile
from shutil import rmtree
import ffmpeg.stream
import ffmpeg.video
def convert_to_mov(input_file: str, output_file: str = None):
# if there is no output file specified, create a temp file then return contents
if output_file == None: