Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function: Convert the format of a video #3

Open
HeZhang1994 opened this issue Apr 9, 2020 · 0 comments
Open

Function: Convert the format of a video #3

HeZhang1994 opened this issue Apr 9, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@HeZhang1994
Copy link
Owner

HeZhang1994 commented Apr 9, 2020

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 HeZhang1994 added the enhancement New feature or request label Apr 9, 2020
@HeZhang1994 HeZhang1994 changed the title Function: Convert the format of an video Function: Convert the format of a video Apr 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant