video-audio-tools icon indicating copy to clipboard operation
video-audio-tools copied to clipboard

Function: Convert the format of a video

Open HeZhang1994 opened this issue 4 years ago • 0 comments

This repository does not provide the code for converting video formats. You can modify the code as below:

command = "ffmpeg -i input_video.mkv -c copy input_video.mp4"

该项目没有提供视频格式转换的代码,如果需要转换视频格式,可以用如下的程序命令:

command = "ffmpeg -i input_video.mkv -c copy input_video.mp4"

HeZhang1994 avatar Apr 09 '20 16:04 HeZhang1994