mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
disable non working features
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user