LuMitchell
Results
1
comments of
LuMitchell
av 包版本与 FFmpeg 不兼容,可以试试:重新编译 FFmpeg ``` wget https://ffmpeg.org/releases/ffmpeg-4.4.tar.gz tar -xzf ffmpeg-4.4.tar.gz cd ffmpeg-4.4 apt-get install -y build-essential yasm pkg-config ./configure --enable-shared --prefix=/usr/local make -j$(nproc) make install ldconfig /usr/local/bin/ffmpeg -version ```...