[ User ] Login

Bug 241: CLOSED

ffmpeg version too old?

Date: 2020-08-28 - Creator: anggit - Priority standard - 2 messages

i see 4.2.2 on the package name, but it is actually 0.6.6 when i run command 
ffmpeg -version

Affected package(s): ffmpeg

Messages

By: hgt on 2020-08-29 10:19

I have
$ ffmpeg -version
ffmpeg version 4.2.2 Copyright (c) 2000-2019 the FFmpeg developers
built with gcc 4.6.3 (SliTaz)
configuration: --prefix=/usr --enable-gpl --enable-nonfree --enable-shared 
--disable-static --disable-doc --enable-libfreetype --enable-libmp3lame 
--enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264 
--enable-libx265 --enable-avresample --enable-gnutls --arch=i486 --cpu=i486
libavutil 56. 31.100 / 56. 31.100
libavcodec 58. 54.100 / 58. 54.100
libavformat 58. 29.100 / 58. 29.100
libavdevice 58. 8.100 / 58. 8.100
libavfilter 7. 57.100 / 7. 57.100
libavresample 4. 0. 0 / 4. 0. 0
libswscale 5. 5.100 / 5. 5.100
libswresample 3. 5.100 / 3. 5.100
libpostproc 55. 5.100 / 55. 5.100

By: anggit on 2020-08-29 23:05

Solved. That's because I installed libav and it was overwritten, libav 
is still version 0.6.6. Thank you!