multimedia/ffmpeg crashes with libfaac, works with libfdk_aac
Beeblebrox
zaphod at berentweb.com
Thu Mar 26 14:24:16 UTC 2015
Since the default ffmpeg AAC encoder is libfaac, this:
$ ffmpeg -i 01.wav 01.m4a
gives a segfault. GDB shows
Program received signal SIGSEGV, Segmentation fault.
0x00000008068ba7cf in AACQuantize () from /usr/local/lib/libfaac.so.0
If I use libfdk_aac however,
$ ffmpeg -i 01.wav -c:a libfdk_aac 01.m4a
Results in proper conversion. Just FYI.
--
FreeBSD_amd64_11-Current_RadeonKMS
Please CC my email when responding, mail from list is not delivered.
More information about the freebsd-ports
mailing list