Skip to content

Instantly share code, notes, and snippets.

@kotfic
Created August 1, 2013 14:36
Show Gist options
  • Save kotfic/6131991 to your computer and use it in GitHub Desktop.
Save kotfic/6131991 to your computer and use it in GitHub Desktop.
ffmpeg issue
kotfic@carasgaladon:~/music/VA-This_is_Dubstep_2013/This_Is_Dubstep_2013_pt1$ ffmpeg -i 02\ Too\ Close\ \(Distance\ Remix\).m4a -acodec libmp3lame -ac 2 -ab 128 output.mp3
ffmpeg version 2.0 Copyright (c) 2000-2013 the FFmpeg developers
built on Jul 11 2013 16:46:25 with gcc 4.8.1 (GCC)
configuration: --prefix=/usr --disable-debug --disable-static --enable-avresample --enable-dxva2 --enable-fontconfig --enable-gpl --enable-libass --enable-libbluray --enable-libfreetype --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libv4l2 --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-pic --enable-postproc --enable-runtime-cpudetect --enable-shared --enable-vdpau --enable-version3 --enable-x11grab
WARNING: library configuration mismatch
swscale configuration: --prefix=/usr --incdir=/usr/include/ffmpeg-compat --libdir=/usr/lib/ffmpeg-compat --shlibdir=/usr/lib/ffmpeg-compat --disable-debug --disable-static --enable-gpl --enable-libass --enable-libfreetype --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libv4l2 --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-postproc --enable-runtime-cpudetect --enable-shared --enable-vdpau --enable-version3 --enable-x11grab
swresample configuration: --prefix=/usr --incdir=/usr/include/ffmpeg-compat --libdir=/usr/lib/ffmpeg-compat --shlibdir=/usr/lib/ffmpeg-compat --disable-debug --disable-static --enable-gpl --enable-libass --enable-libfreetype --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libv4l2 --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-postproc --enable-runtime-cpudetect --enable-shared --enable-vdpau --enable-version3 --enable-x11grab
postproc configuration: --prefix=/usr --incdir=/usr/include/ffmpeg-compat --libdir=/usr/lib/ffmpeg-compat --shlibdir=/usr/lib/ffmpeg-compat --disable-debug --disable-static --enable-gpl --enable-libass --enable-libfreetype --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libv4l2 --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-postproc --enable-runtime-cpudetect --enable-shared --enable-vdpau --enable-version3 --enable-x11grab
libavutil 52. 38.100 / 52. 38.100
libavcodec 55. 18.102 / 55. 18.102
libavformat 55. 12.100 / 55. 12.100
libavdevice 55. 3.100 / 55. 3.100
libavfilter 3. 79.101 / 3. 79.101
libavresample 1. 1. 0 / 1. 1. 0
libswscale 2. 3.100 / 2. 1.100
libswresample 0. 17.102 / 0. 6.100
libpostproc 52. 3.100 / 52. 0.100
ffmpeg: relocation error: ffmpeg: symbol swr_get_class, version LIBSWRESAMPLE_0 not defined in file libswresample.so.0 with link time reference
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment