ffmpeg-python
で、
stream = ffmpeg.input(input_path)
stream = ffmpeg.output(stream, output_path)
ffmpeg.run(stream, quiet=True) # ここ
quiet=True
をつけるとログがコンソールに表示されない。
https://pypi.org/project/ffmpeg-python/
https://kkroening.github.io/ffmpeg-python/
Go to list of users who liked
More than 3 years have passed since last update.
ffmpeg-python
で、
stream = ffmpeg.input(input_path)
stream = ffmpeg.output(stream, output_path)
ffmpeg.run(stream, quiet=True) # ここ
quiet=True
をつけるとログがコンソールに表示されない。
https://pypi.org/project/ffmpeg-python/
https://kkroening.github.io/ffmpeg-python/
Register as a new user and use Qiita more conveniently
Go to list of users who liked