ffmpeg/x264 Segmentation Fault Error (2nd try)
*Sorry that last email sent itself way too early...* I have been having this problem for a while and upgraded both ffmpeg/x264 based on recommendations on this discussion group, but I am still having issues. Any help would be great, I really have to get this issue resolved quickly. First things first, versions and config: ffmpeg: FFmpeg version SVN-r14662 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.63.0 libavformat version: 52.19.0 libavdevice version: 52.0.0 built on Aug 7 2008 23:49:18, gcc: 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) x264: x264 core:60 r0+928 4816918 Command Example: ffmpeg -i dave.mov -ar 22050 -vcodec libx264 -y -f flv dave.flv Error Example: [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61a550]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) 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, 22050 Hz, stereo, s16, 64 kb/s Stream mapping: Stream #0.1 -> #0.0 Stream #0.0 -> #0.1 [libx264 @ 0x64a200]width or height not divisible by 16 (568x320), compression will suffer. Segmentation fault Yes, I am aware that my example video already has an h264 video codec. It doesn't matter, I get that error with any video I try to convert using the -vcodec libx264 flag. If I leave it off its not problem, works just fine. I am at a loss, the error is way too vague to troubleshoot. What might I be doing wrong? I have current versions (as far as I can tell) and everything seems to be installed correctly. It used to work on this box just fine until one day I recompiled a newer version of ffmpeg, ever since its hasn't converted to H264. PLEASE HELP! THX. Denny -- denny at humzoo.com Humzoo.com - web sites that taste like cake
I just updated ffmpeg again tonight using svn. I now have version 15115. Here is the output. FFmpeg version SVN-r15115, 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 49.10. 0 / 49.10. 0 libavcodec 51.70. 0 / 51.70. 0 libavformat 52.21. 0 / 52.21. 0 libavdevice 52. 1. 0 / 52. 1. 0 built on Aug 31 2008 00:43:12, gcc: 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) FFmpeg SVN-r15115 libavutil 49.10. 0 / 49.10. 0 libavcodec 51.70. 0 / 51.70. 0 libavformat 52.21. 0 / 52.21. 0 libavdevice 52. 1. 0 / 52. 1. 0 I still get the segmentation fault error though when using the -vcodec libx264 flag. Anyone? Thanks, Denny On Sun, Aug 31, 2008 at 12:12 AM, Denny Deaton <denny at humzoo.com> wrote:
*Sorry that last email sent itself way too early...*
I have been having this problem for a while and upgraded both ffmpeg/x264 based on recommendations on this discussion group, but I am still having issues. Any help would be great, I really have to get this issue resolved quickly.
First things first, versions and config: ffmpeg: FFmpeg version SVN-r14662 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.63.0 libavformat version: 52.19.0 libavdevice version: 52.0.0 built on Aug 7 2008 23:49:18, gcc: 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
x264: x264 core:60 r0+928 4816918
Command Example: ffmpeg -i dave.mov -ar 22050 -vcodec libx264 -y -f flv dave.flv
Error Example: [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61a550]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) 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, 22050 Hz, stereo, s16, 64 kb/s Stream mapping: Stream #0.1 -> #0.0 Stream #0.0 -> #0.1 [libx264 @ 0x64a200]width or height not divisible by 16 (568x320), compression will suffer. Segmentation fault
Yes, I am aware that my example video already has an h264 video codec. It doesn't matter, I get that error with any video I try to convert using the -vcodec libx264 flag. If I leave it off its not problem, works just fine. I am at a loss, the error is way too vague to troubleshoot. What might I be doing wrong? I have current versions (as far as I can tell) and everything seems to be installed correctly. It used to work on this box just fine until one day I recompiled a newer version of ffmpeg, ever since its hasn't converted to H264.
PLEASE HELP! THX.
Denny -- denny at humzoo.com Humzoo.com - web sites that taste like cake
-- denny at humzoo.com Humzoo.com - web sites that taste like cake
On date Sunday 2008-08-31 00:49:28 -0400, Denny Deaton encoded: *Don't top post*.
I just updated ffmpeg again tonight using svn. I now have version 15115. Here is the output.
FFmpeg version SVN-r15115, 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 49.10. 0 / 49.10. 0 libavcodec 51.70. 0 / 51.70. 0 libavformat 52.21. 0 / 52.21. 0 libavdevice 52. 1. 0 / 52. 1. 0 built on Aug 31 2008 00:43:12, gcc: 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) FFmpeg SVN-r15115 libavutil 49.10. 0 / 49.10. 0 libavcodec 51.70. 0 / 51.70. 0 libavformat 52.21. 0 / 52.21. 0 libavdevice 52. 1. 0 / 52. 1. 0
I still get the segmentation fault error though when using the -vcodec libx264 flag. [...]
I have been having this problem for a while and upgraded both ffmpeg/x264 based on recommendations on this discussion group, but I am still having issues. Any help would be great, I really have to get this issue resolved quickly.
First things first, versions and config: ffmpeg: FFmpeg version SVN-r14662 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.63.0 libavformat version: 52.19.0 libavdevice version: 52.0.0 built on Aug 7 2008 23:49:18, gcc: 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
x264: x264 core:60 r0+928 4816918
Command Example: ffmpeg -i dave.mov -ar 22050 -vcodec libx264 -y -f flv dave.flv
Error Example: [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61a550]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) 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, 22050 Hz, stereo, s16, 64 kb/s Stream mapping: Stream #0.1 -> #0.0 Stream #0.0 -> #0.1 [libx264 @ 0x64a200]width or height not divisible by 16 (568x320), compression will suffer. Segmentation fault
Provide again the *exact command and output* issued. Also try to execute the command invoking the non-stripped ffmpeg_g in the compilation directory, this should give more information in case of segmentation, if you can provide also a complete backtrace. I tried to reproduce the command here and it works just fine.
I am at a loss, the error is way too vague to troubleshoot. What might I be doing wrong? I have current versions (as far as I can tell) and everything seems to be installed correctly. It used to work on this box just fine until one day I recompiled a newer version of ffmpeg, ever since its hasn't converted to H264. [...]
Regards. -- ffmpeg-user random tip #11 One minute of video silence with ffmpeg: ffmpeg -t 60 -s qcif -f rawvideo -pix_fmt rgb24 -r 25 -i /dev/zero \ -y silence.mpeg
I also just updated x264, and then recompiled ffmpeg after that. Still getting the error. x264 version info: x264 core:61 r953 3727f2b At this point I think I have the latest and greatest versions of both ffmpeg and x264. I have no idea what else it could be. Anyone? Thanks, Denny On Sun, Aug 31, 2008 at 12:12 AM, Denny Deaton <denny at humzoo.com> wrote:
*Sorry that last email sent itself way too early...*
I have been having this problem for a while and upgraded both ffmpeg/x264 based on recommendations on this discussion group, but I am still having issues. Any help would be great, I really have to get this issue resolved quickly.
First things first, versions and config: ffmpeg: FFmpeg version SVN-r14662 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.63.0 libavformat version: 52.19.0 libavdevice version: 52.0.0 built on Aug 7 2008 23:49:18, gcc: 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
x264: x264 core:60 r0+928 4816918
Command Example: ffmpeg -i dave.mov -ar 22050 -vcodec libx264 -y -f flv dave.flv
Error Example: [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61a550]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) 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, 22050 Hz, stereo, s16, 64 kb/s Stream mapping: Stream #0.1 -> #0.0 Stream #0.0 -> #0.1 [libx264 @ 0x64a200]width or height not divisible by 16 (568x320), compression will suffer. Segmentation fault
Yes, I am aware that my example video already has an h264 video codec. It doesn't matter, I get that error with any video I try to convert using the -vcodec libx264 flag. If I leave it off its not problem, works just fine. I am at a loss, the error is way too vague to troubleshoot. What might I be doing wrong? I have current versions (as far as I can tell) and everything seems to be installed correctly. It used to work on this box just fine until one day I recompiled a newer version of ffmpeg, ever since its hasn't converted to H264.
PLEASE HELP! THX.
Denny -- denny at humzoo.com Humzoo.com - web sites that taste like cake
-- denny at humzoo.com Humzoo.com - web sites that taste like cake
Denny Deaton ?????:
I also just updated x264, and then recompiled ffmpeg after that. Still getting the error.
x264 version info: x264 core:61 r953 3727f2b
At this point I think I have the latest and greatest versions of both ffmpeg and x264. I have no idea what else it could be.
Anyone?
Thanks, Denny
On Sun, Aug 31, 2008 at 12:12 AM, Denny Deaton <denny at humzoo.com> wrote:
*Sorry that last email sent itself way too early...*
I have been having this problem for a while and upgraded both ffmpeg/x264 based on recommendations on this discussion group, but I am still having issues. Any help would be great, I really have to get this issue resolved quickly.
First things first, versions and config: ffmpeg: FFmpeg version SVN-r14662 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.63.0 libavformat version: 52.19.0 libavdevice version: 52.0.0 built on Aug 7 2008 23:49:18, gcc: 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
x264: x264 core:60 r0+928 4816918
Command Example: ffmpeg -i dave.mov -ar 22050 -vcodec libx264 -y -f flv dave.flv
Error Example: [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61a550]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) 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, 22050 Hz, stereo, s16, 64 kb/s Stream mapping: Stream #0.1 -> #0.0 Stream #0.0 -> #0.1 [libx264 @ 0x64a200]width or height not divisible by 16 (568x320), compression will suffer. Segmentation fault
Yes, I am aware that my example video already has an h264 video codec. It doesn't matter, I get that error with any video I try to convert using the -vcodec libx264 flag. If I leave it off its not problem, works just fine. I am at a loss, the error is way too vague to troubleshoot. What might I be doing wrong? I have current versions (as far as I can tell) and everything seems to be installed correctly. It used to work on this box just fine until one day I recompiled a newer version of ffmpeg, ever since its hasn't converted to H264.
PLEASE HELP! THX.
Denny -- denny at humzoo.com Humzoo.com - web sites that taste like cake
That's a known issue in the latest versions of ffmpeg. Get an older one.
What version do you recommend? Denny On Aug 31, 2008, at 10:02 AM, ????? ?????? <descentspb at gmail.com> wrote:
Denny Deaton ?????:
I also just updated x264, and then recompiled ffmpeg after that. Still getting the error.
x264 version info: x264 core:61 r953 3727f2b
At this point I think I have the latest and greatest versions of both ffmpeg and x264. I have no idea what else it could be.
Anyone?
Thanks, Denny
On Sun, Aug 31, 2008 at 12:12 AM, Denny Deaton <denny at humzoo.com> wrote:
*Sorry that last email sent itself way too early...*
I have been having this problem for a while and upgraded both ffmpeg/x264 based on recommendations on this discussion group, but I am still having issues. Any help would be great, I really have to get this issue resolved quickly.
First things first, versions and config: ffmpeg: FFmpeg version SVN-r14662 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.63.0 libavformat version: 52.19.0 libavdevice version: 52.0.0 built on Aug 7 2008 23:49:18, gcc: 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
x264: x264 core:60 r0+928 4816918
Command Example: ffmpeg -i dave.mov -ar 22050 -vcodec libx264 -y -f flv dave.flv
Error Example: [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61a550]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) 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, 22050 Hz, stereo, s16, 64 kb/s Stream mapping: Stream #0.1 -> #0.0 Stream #0.0 -> #0.1 [libx264 @ 0x64a200]width or height not divisible by 16 (568x320), compression will suffer. Segmentation fault
Yes, I am aware that my example video already has an h264 video codec. It doesn't matter, I get that error with any video I try to convert using the -vcodec libx264 flag. If I leave it off its not problem, works just fine. I am at a loss, the error is way too vague to troubleshoot. What might I be doing wrong? I have current versions (as far as I can tell) and everything seems to be installed correctly. It used to work on this box just fine until one day I recompiled a newer version of ffmpeg, ever since its hasn't converted to H264.
PLEASE HELP! THX.
Denny -- denny at humzoo.com Humzoo.com - web sites that taste like cake
That's a known issue in the latest versions of ffmpeg. Get an older one. _______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user
Denny Deaton ?????:
What version do you recommend?
Denny
On Aug 31, 2008, at 10:02 AM, ????? ?????? <descentspb at gmail.com> wrote:
Denny Deaton ?????:
I also just updated x264, and then recompiled ffmpeg after that. Still getting the error.
x264 version info: x264 core:61 r953 3727f2b
At this point I think I have the latest and greatest versions of both ffmpeg and x264. I have no idea what else it could be.
Anyone?
Thanks, Denny
On Sun, Aug 31, 2008 at 12:12 AM, Denny Deaton <denny at humzoo.com> wrote:
*Sorry that last email sent itself way too early...*
I have been having this problem for a while and upgraded both ffmpeg/x264 based on recommendations on this discussion group, but I am still having issues. Any help would be great, I really have to get this issue resolved quickly.
First things first, versions and config: ffmpeg: FFmpeg version SVN-r14662 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.63.0 libavformat version: 52.19.0 libavdevice version: 52.0.0 built on Aug 7 2008 23:49:18, gcc: 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
x264: x264 core:60 r0+928 4816918
Command Example: ffmpeg -i dave.mov -ar 22050 -vcodec libx264 -y -f flv dave.flv
Error Example: [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61a550]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) 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, 22050 Hz, stereo, s16, 64 kb/s Stream mapping: Stream #0.1 -> #0.0 Stream #0.0 -> #0.1 [libx264 @ 0x64a200]width or height not divisible by 16 (568x320), compression will suffer. Segmentation fault
Yes, I am aware that my example video already has an h264 video codec. It doesn't matter, I get that error with any video I try to convert using the -vcodec libx264 flag. If I leave it off its not problem, works just fine. I am at a loss, the error is way too vague to troubleshoot. What might I be doing wrong? I have current versions (as far as I can tell) and everything seems to be installed correctly. It used to work on this box just fine until one day I recompiled a newer version of ffmpeg, ever since its hasn't converted to H264.
PLEASE HELP! THX.
Denny -- denny at humzoo.com Humzoo.com - web sites that taste like cake
That's a known issue in the latest versions of ffmpeg. Get an older one. _______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user
_______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user I have SVN-r14255, and it is working. I had to downgrade the version because of this problem also.
I had this problem too but seems to be fixed... I updated to latest git verions of X264 and FFMpeg today and I am able to encode video using x264. On Sun, Aug 31, 2008 at 11:24 PM, ????? ?????? <descentspb at gmail.com> wrote:
Denny Deaton ?????:
What version do you recommend?
Denny
On Aug 31, 2008, at 10:02 AM, ????? ?????? <descentspb at gmail.com> wrote:
Denny Deaton ?????:
I also just updated x264, and then recompiled ffmpeg after that. Still getting the error.
x264 version info: x264 core:61 r953 3727f2b
At this point I think I have the latest and greatest versions of both ffmpeg and x264. I have no idea what else it could be.
Anyone?
Thanks, Denny
On Sun, Aug 31, 2008 at 12:12 AM, Denny Deaton <denny at humzoo.com> wrote:
*Sorry that last email sent itself way too early...*
I have been having this problem for a while and upgraded both ffmpeg/x264 based on recommendations on this discussion group, but I am still having issues. Any help would be great, I really have to get this issue resolved quickly.
First things first, versions and config: ffmpeg: FFmpeg version SVN-r14662 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.63.0 libavformat version: 52.19.0 libavdevice version: 52.0.0 built on Aug 7 2008 23:49:18, gcc: 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
x264: x264 core:60 r0+928 4816918
Command Example: ffmpeg -i dave.mov -ar 22050 -vcodec libx264 -y -f flv dave.flv
Error Example: [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61a550]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) 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, 22050 Hz, stereo, s16, 64 kb/s Stream mapping: Stream #0.1 -> #0.0 Stream #0.0 -> #0.1 [libx264 @ 0x64a200]width or height not divisible by 16 (568x320), compression will suffer. Segmentation fault
Yes, I am aware that my example video already has an h264 video codec. It doesn't matter, I get that error with any video I try to convert using the -vcodec libx264 flag. If I leave it off its not problem, works just fine. I am at a loss, the error is way too vague to troubleshoot. What might I be doing wrong? I have current versions (as far as I can tell) and everything seems to be installed correctly. It used to work on this box just fine until one day I recompiled a newer version of ffmpeg, ever since its hasn't converted to H264.
PLEASE HELP! THX.
Denny -- denny at humzoo.com Humzoo.com - web sites that taste like cake
That's a known issue in the latest versions of ffmpeg. Get an older one. _______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user
_______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user I have SVN-r14255, and it is working. I had to downgrade the version because of this problem also.
ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user
What is the git repository for ffmpeg? Thanks, Denny On Sep 1, 2008, at 1:05 AM, "Horacio Sanson" <hsanson at gmail.com> wrote:
I had this problem too but seems to be fixed... I updated to latest git verions of X264 and FFMpeg today and I am able to encode video using x264.
On Sun, Aug 31, 2008 at 11:24 PM, ????? ?????? <descentspb at gmail.com> wrote:
Denny Deaton ?????:
What version do you recommend?
Denny
On Aug 31, 2008, at 10:02 AM, ????? ?????? <descentspb at gmail.com> wrote:
Denny Deaton ?????:
I also just updated x264, and then recompiled ffmpeg after that. Still getting the error.
x264 version info: x264 core:61 r953 3727f2b
At this point I think I have the latest and greatest versions of both ffmpeg and x264. I have no idea what else it could be.
Anyone?
Thanks, Denny
On Sun, Aug 31, 2008 at 12:12 AM, Denny Deaton <denny at humzoo.com> wrote:
*Sorry that last email sent itself way too early...*
I have been having this problem for a while and upgraded both ffmpeg/x264 based on recommendations on this discussion group, but I am still having issues. Any help would be great, I really have to get this issue resolved quickly.
First things first, versions and config: ffmpeg: FFmpeg version SVN-r14662 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.63.0 libavformat version: 52.19.0 libavdevice version: 52.0.0 built on Aug 7 2008 23:49:18, gcc: 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
x264: x264 core:60 r0+928 4816918
Command Example: ffmpeg -i dave.mov -ar 22050 -vcodec libx264 -y -f flv dave.flv
Error Example: [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61a550]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) 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, 22050 Hz, stereo, s16, 64 kb/s Stream mapping: Stream #0.1 -> #0.0 Stream #0.0 -> #0.1 [libx264 @ 0x64a200]width or height not divisible by 16 (568x320), compression will suffer. Segmentation fault
Yes, I am aware that my example video already has an h264 video codec. It doesn't matter, I get that error with any video I try to convert using the -vcodec libx264 flag. If I leave it off its not problem, works just fine. I am at a loss, the error is way too vague to troubleshoot. What might I be doing wrong? I have current versions (as far as I can tell) and everything seems to be installed correctly. It used to work on this box just fine until one day I recompiled a newer version of ffmpeg, ever since its hasn't converted to H264.
PLEASE HELP! THX.
Denny -- denny at humzoo.com Humzoo.com - web sites that taste like cake
That's a known issue in the latest versions of ffmpeg. Get an older one. _______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user
_______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user I have SVN-r14255, and it is working. I had to downgrade the version because of this problem also.
ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user
ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user
On date Monday 2008-09-01 09:19:33 -0400, Denny Deaton encoded:
What is the git repository for ffmpeg?
Don't top-post, cut the unrelevant context and read the project web-page (and the official SCMS is SVN).
Thanks, [...]
Regards. -- ffmpeg-user random tip #25 If you can't achieve a result with a particular command, always post the command. It's easier for who is replying to fix an error rather than to provide a complete solution, also this way you show your own effort.
Ok thanks. Denny On Sep 1, 2008, at 10:31 AM, Stefano Sabatini <stefano.sabatini-lala at poste.it
wrote:
On date Monday 2008-09-01 09:19:33 -0400, Denny Deaton encoded:
What is the git repository for ffmpeg?
Don't top-post, cut the unrelevant context and read the project web-page (and the official SCMS is SVN).
Thanks, [...]
Regards. -- ffmpeg-user random tip #25 If you can't achieve a result with a particular command, always post the command. It's easier for who is replying to fix an error rather than to provide a complete solution, also this way you show your own effort. _______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user
On date Monday 2008-09-01 13:10:27 -0400, Denny Deaton encoded:
Ok thanks.
And you're still continuing to top-post and keep irrelevant context... [...] Regards. -- ffmpeg-user not so random tip #17 A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail?
I pulled down the git versions of both ffmpeg and x264 and still get the error. What ./configure flags did you use for both? Thanks, Denny On Sep 1, 2008, at 1:05 AM, "Horacio Sanson" <hsanson at gmail.com> wrote:
I had this problem too but seems to be fixed... I updated to latest git verions of X264 and FFMpeg today and I am able to encode video using x264.
On Sun, Aug 31, 2008 at 11:24 PM, ????? ?????? <descentspb at gmail.com> wrote:
Denny Deaton ?????:
What version do you recommend?
Denny
On Aug 31, 2008, at 10:02 AM, ????? ?????? <descentspb at gmail.com> wrote:
Denny Deaton ?????:
I also just updated x264, and then recompiled ffmpeg after that. Still getting the error.
x264 version info: x264 core:61 r953 3727f2b
At this point I think I have the latest and greatest versions of both ffmpeg and x264. I have no idea what else it could be.
Anyone?
Thanks, Denny
On Sun, Aug 31, 2008 at 12:12 AM, Denny Deaton <denny at humzoo.com> wrote:
*Sorry that last email sent itself way too early...*
I have been having this problem for a while and upgraded both ffmpeg/x264 based on recommendations on this discussion group, but I am still having issues. Any help would be great, I really have to get this issue resolved quickly.
First things first, versions and config: ffmpeg: FFmpeg version SVN-r14662 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.63.0 libavformat version: 52.19.0 libavdevice version: 52.0.0 built on Aug 7 2008 23:49:18, gcc: 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
x264: x264 core:60 r0+928 4816918
Command Example: ffmpeg -i dave.mov -ar 22050 -vcodec libx264 -y -f flv dave.flv
Error Example: [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61a550]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) 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, 22050 Hz, stereo, s16, 64 kb/s Stream mapping: Stream #0.1 -> #0.0 Stream #0.0 -> #0.1 [libx264 @ 0x64a200]width or height not divisible by 16 (568x320), compression will suffer. Segmentation fault
Yes, I am aware that my example video already has an h264 video codec. It doesn't matter, I get that error with any video I try to convert using the -vcodec libx264 flag. If I leave it off its not problem, works just fine. I am at a loss, the error is way too vague to troubleshoot. What might I be doing wrong? I have current versions (as far as I can tell) and everything seems to be installed correctly. It used to work on this box just fine until one day I recompiled a newer version of ffmpeg, ever since its hasn't converted to H264.
PLEASE HELP! THX.
Denny -- denny at humzoo.com Humzoo.com - web sites that taste like cake
That's a known issue in the latest versions of ffmpeg. Get an older one. _______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user
_______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user I have SVN-r14255, and it is working. I had to downgrade the version because of this problem also.
ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user
ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user
On Tue, Sep 2, 2008 at 2:09 AM, Denny Deaton <denny at humzoo.com> wrote:
I pulled down the git versions of both ffmpeg and x264 and still get the error. What ./configure flags did you use for both?
Here are the configure parameters I use: FFmpeg version git-1cfd6af, Copyright (c) 2000-2008 Fabrice Bellard, et al. configuration: --enable-libx264 --enable-libfaac --enable-gpl --enable-pthreads --enable-libtheora --enable-libvorbis --enable-encoder=g726 --enable-shared --enable-encoder=ljpeg --enable-encoder=mjpeg libavutil 49.10. 0 / 49.10. 0 libavcodec 51.71. 0 / 51.71. 0 libavformat 52.21. 0 / 52.21. 0 libavdevice 52. 1. 0 / 52. 1. 0 built on Sep 2 2008 15:59:36, gcc: 4.2.3 (Ubuntu 4.2.3-2ubuntu7) x264 core:61 r949 60c4f7e Configure args: '--prefix=/usr' '--enable-shared' '--enable-mp4' Horacio
Thanks, Denny
On Sep 1, 2008, at 1:05 AM, "Horacio Sanson" <hsanson at gmail.com> wrote:
I had this problem too but seems to be fixed... I updated to latest git verions of X264 and FFMpeg today and I am able to encode video using x264.
On Sun, Aug 31, 2008 at 11:24 PM, ????? ?????? <descentspb at gmail.com> wrote:
Denny Deaton ?????:
What version do you recommend?
Denny
On Aug 31, 2008, at 10:02 AM, ????? ?????? <descentspb at gmail.com> wrote:
Denny Deaton ?????:
I also just updated x264, and then recompiled ffmpeg after that. Still getting the error.
x264 version info: x264 core:61 r953 3727f2b
At this point I think I have the latest and greatest versions of both ffmpeg and x264. I have no idea what else it could be.
Anyone?
Thanks, Denny
On Sun, Aug 31, 2008 at 12:12 AM, Denny Deaton <denny at humzoo.com> wrote:
> *Sorry that last email sent itself way too early...* > > I have been having this problem for a while and upgraded both > ffmpeg/x264 > based on recommendations on this discussion group, but I am still > having > issues. Any help would be great, I really have to get this issue > resolved > quickly. > > First things first, versions and config: > ffmpeg: FFmpeg version SVN-r14662 > 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.63.0 > libavformat version: 52.19.0 > libavdevice version: 52.0.0 > built on Aug 7 2008 23:49:18, gcc: 4.1.3 20070929 (prerelease) > (Ubuntu > 4.1.2-16ubuntu2) > > x264: x264 core:60 r0+928 4816918 > > Command Example: > ffmpeg -i dave.mov -ar 22050 -vcodec libx264 -y -f flv dave.flv > > Error Example: > [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61a550]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) > 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, 22050 Hz, stereo, s16, 64 > kb/s > Stream mapping: > Stream #0.1 -> #0.0 > Stream #0.0 -> #0.1 > [libx264 @ 0x64a200]width or height not divisible by 16 > (568x320), > compression will suffer. > Segmentation fault > > Yes, I am aware that my example video already has an h264 video > codec. It > doesn't matter, I get that error with any video I try to convert > using the > -vcodec libx264 flag. If I leave it off its not problem, works > just fine. > I am at a loss, the error is way too vague to troubleshoot. What > might I be > doing wrong? I have current versions (as far as I can tell) and > everything > seems to be installed correctly. It used to work on this box > just > fine > until one day I recompiled a newer version of ffmpeg, ever since > its hasn't > converted to H264. > > PLEASE HELP! THX. > > Denny > -- > denny at humzoo.com > Humzoo.com - web sites that taste like cake > > >
That's a known issue in the latest versions of ffmpeg. Get an older one. _______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user
_______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user I have SVN-r14255, and it is working. I had to downgrade the version because of this problem also.
ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user
ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user
ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user
On Mon, Sep 1, 2008 at 1:05 AM, Horacio Sanson <hsanson at gmail.com> wrote:
I had this problem too but seems to be fixed... I updated to latest git verions of X264 and FFMpeg today and I am able to encode video using x264.
What ./configure flags did you use for both? -- denny at humzoo.com Humzoo.com - web sites that taste like cake
I have SVN-r14255, and it is working. I had to downgrade the version because of this problem also.
How do you get/download previous SVN revisions of FFMPEG? Thanks, Denny
On date Monday 2008-09-01 23:52:17 -0400, Denny Deaton encoded:
I have SVN-r14255, and it is working. I had to downgrade the version because of this problem also.
How do you get/download previous SVN revisions of FFMPEG?
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk -r14255
Thanks,
Regards. -- ffmpeg-user random tip #8 Multimedia related stuff web site promo: http://wiki.multimedia.cx/
participants (4)
-
denny@humzoo.com -
descentspb@gmail.com -
hsanson@gmail.com -
stefano.sabatini-lala@poste.it