What happened to FFMPEG?
- Inicie sesión ou rexístrese para enviar comentarios
FFMPEG was in the repos when I was using Trisquel 6, but I can't find it in the Belenos repository. What happened to it?
I have some video conversion bash scripts that depend on FFMPEG, so I'd rather not have to use another video convertor.
Install libav-tools, use avconv instead of ffmpeg the program. Some
time ago ffmpeg was forked into libav and ffmpeg, some distros choose
one, another or both, Debian-based distros have libav.
The package "libav-tools" is already installed on my system. How do I invoke it from the command line? (Entering the command "libav" doesn't work.)
Use "dpkg-query -L libav-tools" if you are unsure what files a package
provides. avconv is the program that does what ffmpeg did; avprobe and
avplay replace other programs.
I found avconv, thanks!
- Inicie sesión ou rexístrese para enviar comentarios