New submission from Denny Deaton <[EMAIL PROTECTED]>:
This is my first ever bug report, I hope I am doing it correctly.
Trying to encode videos using the libx264 library and getting a
segmentation fault error. Here is the gdb output. The video converts
fine when I leave the vcodec flag off or
use another codec other than libx264.
(gdb) r -i dave.mov -vcodec libx264 -f flv dave.flv
Starting program: /usr/local/bin/ffmpeg -i dave.mov -vcodec libx264 -f
flv dave.flv
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 47770637214832 (LWP 8696)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
FFmpeg version SVN-r14537, Copyright (c) 2000-2008 Fabrice Bellard, et
al.
configuration: --enable-shared --enable-libmp3lame --enable-gpl --
enable-libfaac --enable-libfaad --enable-libx264 --enable-libxvid --
enable-pthreads --enable-libvorbis --
enable-libamr-nb --enable-libamr-wb --enable-nonfree
libavutil version: 49.7.0
libavcodec version: 51.62.0
libavformat version: 52.18.0
libavdevice version: 52.0.0
built on Aug 4 2008 14:17:06, gcc: 4.1.3 20070929 (prerelease)
(Ubuntu 4.1.2-16ubuntu2)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x61a540]negative ctts, ignoring
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'dave.mov':
Duration: 00:01:43.36, start: 0.000000, bitrate: 2408 kb/s
Stream #0.0(eng): Audio: libfaad, 48000 Hz, stereo, s16
Stream #0.1(eng): Video: h264, yuv420p, 568x320, 23.98 tb(r)
File 'dave.flv' already exists. Overwrite ? [y/N] y
Output #0, flv, to 'dave.flv':
Stream #0.0(eng): Video: libx264, yuv420p, 568x320, q=2-31, 200
kb/s, 23.98 tb(c)
Stream #0.1(eng): Audio: libmp3lame, 48000 Hz, stereo, s16, 64 kb/s
Stream mapping:
Stream #0.1 -> #0.0
Stream #0.0 -> #0.1
[libx264 @ 0x65ab00]width or height not divisible by 16 (568x320),
compression will suffer.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 47770637214832 (LWP 8696)]
0x00002b7275511b50 in strlen () from /lib/libc.so.6
(gdb)
Be gentle this is my first submission. Please let me know if you need
more information.
----------
messages: 2715
nosy: dennydeaton
priority: normal
status: new
substatus: new
title: Segmentation Fault - libx264
type: bug
______________________________________________________
FFmpeg issue tracker <[EMAIL PROTECTED]>
<https://roundup.mplayerhq.hu/roundup/ffmpeg/issue567>
______________________________________________________