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
下载时选择仅下载音频时,如果品质为hi-res无损,会下载到0B的aac格式文件
查询资料得知B站的Hi-res音频为Flac音轨
程序代码通过FFmpeg将下载的音频文件统一输出为aac格式,会使Hi-res音频文件报错
在代码的这里
添加上判断音频为hi-res时输出为flac格式的if语句可正常使用
但说来惭愧,因为没有学过C#,根据网上的教程自己重新编译后的程序总有一些莫名其妙的问题
希望开发者可以修复一下这个bug
The text was updated successfully, but these errors were encountered:
c62aa7a
No branches or pull requests
下载时选择仅下载音频时,如果品质为hi-res无损,会下载到0B的aac格式文件
查询资料得知B站的Hi-res音频为Flac音轨
程序代码通过FFmpeg将下载的音频文件统一输出为aac格式,会使Hi-res音频文件报错
在代码的这里
添加上判断音频为hi-res时输出为flac格式的if语句可正常使用
但说来惭愧,因为没有学过C#,根据网上的教程自己重新编译后的程序总有一些莫名其妙的问题
希望开发者可以修复一下这个bug
The text was updated successfully, but these errors were encountered: