skip to Main Content

torchaudio.io not properly using ffmpeg – Ubuntu

I am following this tutorial about hardware-accelerated gpu encoding/decoding for PyTorch [https://pytorch.org/audio/main/hw_acceleration_tutorial.html], I am encountering an error with the following code: import torch import torchaudio print(torch.__version__) # 1.14.0.dev20221013+cu116 print(torchaudio.__version__) # 0.13.0.dev20221013+cu116 print(torchaudio._extension._FFMPEG_INITIALIZED) # True from torchaudio.io import StreamReader local_src =…

VIEW QUESTION

Install ffmpeg in Centos 7

I am new to Centos. When I tried to install ffmpeg in Centos, followed this link. Error: Package: ffmpeg-2.8.15-2.el7.nux.x86_64 (nux-dextop) Requires: libSDL-1.2.so.0()(64bit) Error: Package: ffmpeg-libs-2.8.15-2.el7.nux.x86_64 (nux-dextop) Requires: libschroedinger-1.0.so.0()(64bit) Error: Package: libavdevice-2.8.15-2.el7.nux.x86_64 (nux-dextop) Requires: libopenal.so.1()(64bit) Error: Package: libavdevice-2.8.15-2.el7.nux.x86_64 (nux-dextop) Requires: libSDL-1.2.so.0()(64bit)…

VIEW QUESTION
Back To Top
Search