Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#36357 - [ffmpeg] when using libswresample
Attached to Project:
Arch Linux
Opened by Carlos (cyberconan) - Thursday, 01 August 2013, 10:42 GMT
Last edited by Bartłomiej Piotrowski (Barthalion) - Thursday, 01 August 2013, 20:50 GMT
Opened by Carlos (cyberconan) - Thursday, 01 August 2013, 10:42 GMT
Last edited by Bartłomiej Piotrowski (Barthalion) - Thursday, 01 August 2013, 20:50 GMT
|
DetailsDescription: When try to resample a dts file to ac3, ffmpeg crash with following error:
ffmpeg: relocation error: ffmpeg: symbol swr_get_class, version LIBSWRESAMPLE_0 not defined in file libswresample.so.0 with link time reference Additional info: * package version(s): 2.0 Steps to reproduce: ffmpeg -i file.dts -acodec ac3 -ac 6 -ab 448k file.ac3 |
This task depends upon
Closed by Bartłomiej Piotrowski (Barthalion)
Thursday, 01 August 2013, 20:50 GMT
Reason for closing: Fixed
Additional comments about closing: ffmpeg 1:2.0-2
ffmpeg-compat 1:0.10.8-3
Thursday, 01 August 2013, 20:50 GMT
Reason for closing: Fixed
Additional comments about closing: ffmpeg 1:2.0-2
ffmpeg-compat 1:0.10.8-3
ffmpeg -i File.m2t -vcodec mpeg4 -acodec copy -qscale 7 file.avi
Note that not resampling at all.
karl@cyberconan ~ % uname -ra
Linux cyberconan 3.10.3-1-ARCH #1 SMP PREEMPT Fri Jul 26 11:26:59 CEST 2013 x86_64 GNU/Linux
karl@cyberconan ~ % ffmpeg -version
ffmpeg version 2.0
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
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
karl@cyberconan ~ %
[1] http://pkgbuild.com/~barthalion/tmp/fs36357/
Then, I have uninstalled ffmpeg-compat and ffmpeg works...