可以使用FFmpeg库来实现视频格式转换。以下是一段Python代码,可以将MKV格式的视频转换为MP4格式:
import subprocess
input_file = "input.mkv"
output_file = "output.mp4"
subprocess.call(['ffmpeg', '-i', input_file, '-codec'
可以使用FFmpeg库来实现视频格式转换。以下是一段Python代码,可以将MKV格式的视频转换为MP4格式:
import subprocess
input_file = "input.mkv"
output_file = "output.mp4"
subprocess.call(['ffmpeg', '-i', input_file, '-codec'