Version of FFmpeg must be higher than 5.0! [4.4.2-0ubuntu0.22.04.1] (Better 7.1+) #46
Closed
ChamodxGamhewa
started this conversation in
General
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to run this in Google Colab, and I got below error
Version of FFmpeg must be higher than 5.0! [4.4.2-0ubuntu0.22.04.1] (Better 7.1+)I tried below commands as well to solve the issue:
!pip install --upgrade ffmpeg! add-apt-repository -y ppa:savoury1/ffmpeg4 ! apt-get -qq install -y ffmpeg`! apt update
! apt install -y build-essential yasm cmake libmbedtls-dev libgnutls28-dev libssl-dev
! apt install -y libavdevice-dev libavfilter-dev libavformat-dev libavcodec-dev libswresample-dev libswscale-dev libpostproc-dev libavutil-dev
! apt install -y mercurial pkg-config libass-dev libfreetype6-dev libmp3lame-dev libopus-dev libsdl2-dev libspeex-dev libtheora-dev libtool libva-dev libvdpau-dev libvorbis-dev libxcb1-dev libxcb-shm0-dev libxcb-xfixes0-dev libxvidcore-dev libx264-dev libx265-dev libvpx-dev libwebp-dev libxml2-dev libzimg-dev libfdk-aac-dev
! apt install -y frei0r-plugins-dev libgl-dev
! apt install -y wget
%cd /content/
! wget -c `
!sudo apt update -y !sudo apt upgrade -y !sudo apt install ffmpeg -yBeta Was this translation helpful? Give feedback.
All reactions