We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
首先,感谢您的代码分享。
分享一下下载 CCTV 央视视频的一些心得,希望对其他人有用。
比如,你要下载超清视频《伊莎白--我的选择是中国》,你可以如下操作:
ffmpeg -i "https://hls.cntv.myalicdn.com/asp/hls/2000/0303000a/3/default/0d2c0454c0944d71be512db23090c473/2000.m3u8" -c copy -bsf:a aac_adtstoasc 目标文件名.mp4
注意:
myalicdn.com
myhwcdn.cn
kcdnvip.com
参考资料
The text was updated successfully, but these errors were encountered:
No branches or pull requests
首先,感谢您的代码分享。
分享一下下载 CCTV 央视视频的一些心得,希望对其他人有用。
比如,你要下载超清视频《伊莎白--我的选择是中国》,你可以如下操作:
ffmpeg -i "https://hls.cntv.myalicdn.com/asp/hls/2000/0303000a/3/default/0d2c0454c0944d71be512db23090c473/2000.m3u8" -c copy -bsf:a aac_adtstoasc 目标文件名.mp4
注意:
myalicdn.com
为myhwcdn.cn
或者kcdnvip.com
。参考资料
The text was updated successfully, but these errors were encountered: