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

无法合并视频 #20564

Closed
dreamchonghua opened this issue Apr 4, 2019 · 1 comment
Closed

无法合并视频 #20564

dreamchonghua opened this issue Apr 4, 2019 · 1 comment
Labels

Comments

@dreamchonghua
Copy link

@dreamchonghua dreamchonghua commented Apr 4, 2019

代码:youtube-dl.exe -f bestvideo+bestaudio --merge-output-format mp4 https://www.youtube.com/watch?v=r3V4sBPxMow --proxy "127.0.0.1:1080" --external-downloader aria2c --external-downloader-args "-x 90 -k 1M"

下载下来的视频,应该是视频格式(mp4)+音频格式(webm),无法自动合成,希望下一版本支持,谢谢,youtube-dl.exe -f bestvideo[mp4]+bestaudio[m4a] --merge-output-format mp4 https://www.youtube.com/watch?v=r3V4sBPxMow --proxy "127.0.0.1:1080" --external-downloader aria2c --external-downloader-args "-x 90 -k 1M"

还有音频格式,不要OPUS的音频,因为有的显卡不支持硬解,谢谢

@dstftw dstftw closed this Apr 4, 2019
@dstftw dstftw added the incomplete label Apr 4, 2019
@leililei
Copy link

@leililei leililei commented Apr 25, 2019

MPEG-4容器不能放入Opus格式的音频。不需要使用--merge-output-format,程序会自动转换成mkv文件。

MPEG-4 container can not put an audio in Opus format. you don't need to use --merge-output-format, because program will merge your files to .mkv automatically.

你的第二条命令有误:
Your second command is error.

请使用:
Please use:
-f bestvideo[ext=mp4]+bestaudio[ext=m4a] --merge-output-format mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.