-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
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
how to install on ubuntu #19
Comments
Are you using this with yt-dlp? |
Just unpack the archive: tar xf ffmpeg-master-latest-linux64-gpl.tar.xz -C /opt Then either add P.S. Strictly specking, you no longer need this build on Linux. Patches here only enable long path support on Windows. Everything else was already merged into FFmpeg |
So are you saying just install normal ffmpeg with sudo apt install ffmpeg? |
@Goldmaster that comment is outdated. These builds now fix yt-dlp/yt-dlp#4127, which does affect Linux. Also, *actually, it will probably be a few versions behind, depending on your Linux distro |
Ah ok, im on debian. So I guess it wait a bit till it worked it's way into the main release? |
@nihil-admirari Sorry if im making a basic question, but how do you add /opt/ffmpeg-master-latest-linux64-gpl/bin to PATH |
Depends on your shell, see e.g.: https://unix.stackexchange.com/a/26059. With Bash, adding to export PATH="/opt/ffmpeg-master-latest-linux64-gpl/bin:$PATH" |
Just to be a little more explicit, did you mean ? : |
yt-dlp --ffmpeg-location /opt/ffmpeg-master-latest-linux64-gpl/bin |
Hi there, |
yt-dlp --ffmpeg-location /opt/ffmpeg-master-latest-linux64-gpl/bin OTHER_OPTIONS_SUCH_AS_VIDEO_ID or just literally yt-dlp --ffmpeg-location /opt/ffmpeg-master-latest-linux64-gpl/bin |
Thank you for your reply! I tried the second one and it failed, now it works(but I didn't try the 1st one, that's weird), anyway thank you for your help! |
Hi, when i tried the 2 commands, it didnt work. I uploaded a screenshot of the terminal. |
@ufkhf
Also don't use sudo. |
Is it possible to install it, so i dont have to do each time: yt-dlp --ffmpeg-location /opt/ffmpeg-master-latest-linux64-gpl/bin. |
Either add ffmpeg to your path, or add |
how to install on ubuntu
The text was updated successfully, but these errors were encountered: