FFmpeg-Pytorch

Pytorch官方给出了调用FFmpeg的示例,前提是ffmpeg必须是编译动态库。

一开始使用静态构建无法调用(

https://stackoverflow.com/questions/77479851/torchaudio-cant-find-ffmpeg https://stackoverflow.com/questions/76155851/diart-torchaudio-on-windows-x64-results-in-torchaudio-error-importerror-ffmp

https://zhuanlan.zhihu.com/p/629369210)

官方文档

https://pytorch.ac.cn/audio/stable/build.ffmpeg.html中文

https://pytorch.org/audio/stable/build.ffmpeg.html

torchaudio测试输出编解码器与GPU

输出

StreamReader使用

https://pytorch.org/audio/stable/tutorials/streamreader_basic_tutorial.html

https://pytorch.org/audio/stable/tutorials/streamreader_advanced_tutorial.html

发表评论

邮箱地址不会被公开。 必填项已用*标注