[FFmpeg-user] ffmpeg is crashing with using x264 codec

Tom Evans tevans.uk at googlemail.com
Wed May 21 18:04:52 CEST 2014


On Wed, May 21, 2014 at 5:14 AM, Hiren Danecha
<hid.narola at narolainfotech.com> wrote:
> Hello,
>
> -->Here is our command:
>
> C:/PHP5/extras/ffmpeg.exe -i "test/Broken (New) Final.mp4"  -s 640x360
> -vcodec libx264 -acodec libvo_aacenc   "test/newtemp_Broken (New) Final.mp4"
> 2>&1 &
>
>
> -->And Here is the output:
>
> C:\inetpub\vhosts\yourvibe.com\httpdocs\YourVibe\WebSites\YourVibe.com>C:/PHP5/extras/ffmpeg.exe
> -i "test/Broken (New) F
> inal.mp4"  -s 640x360 -vcodec libx264 -acodec libvo_aacenc
> "test/newtemp_Broken (New) Final.mp4" 2>&1 &
> ffmpeg version N-54802-gfc6de70 Copyright (c) 2000-2013 the FFmpeg
> developers
>   built on Jul 18 2013 18:07:01 with gcc 4.7.3 (GCC)
>   configuration: --enable-gpl --enable-version3 --disable-w32threads
> --enable-avisynth --enable-bzlib --enable-fontconfi
> g --enable-frei0r --enable-gnutls --enable-iconv --enable-libass
> --enable-libbluray --enable-libcaca --enable-libfreetyp
> e --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame
> --enable-libopencore-amrnb --enable-libopenco
> re-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp
> --enable-libschroedinger --enable-libsoxr --enable-libsp
> eex --enable-libtheora --enable-libtwolame --enable-libvo-aacenc
> --enable-libvo-amrwbenc --enable-libvorbis --enable-lib
> vpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
>   libavutil      52. 40.100 / 52. 40.100
>   libavcodec     55. 18.102 / 55. 18.102
>   libavformat    55. 12.102 / 55. 12.102
>   libavdevice    55.  3.100 / 55.  3.100
>   libavfilter     3. 81.101 /  3. 81.101
>   libswscale      2.  4.100 /  2.  4.100
>   libswresample   0. 17.102 /  0. 17.102
>   libpostproc    52.  3.100 / 52.  3.100
> Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'test/Broken (New) Final.mp4':
>   Metadata:
>     major_brand     : isom
>     minor_version   : 512
>     compatible_brands: isomiso2avc1mp41
>     encoder         : Lavf54.3.100
>   Duration: 00:02:14.63, start: 0.000000, bitrate: 395 kb/s
>     Stream #0:0(eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p,
> 480x360 [SAR 4:3 DAR 16:9], 261 kb/s, 25 fps, 25
> tbr, 25 tbn, 50 tbc
>     Metadata:
>       handler_name    : VideoHandler
>     Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo,
> fltp, 128 kb/s
>     Metadata:
>       handler_name    : SoundHandler
> Assertion failed!
>
> Program: C:\PHP5\extras\ffmpeg.exe
> File: /home/kyle/software/ffmpeg/pkgs/x264/source/x264-git/common/cpu.c,
> Line 251
>
> Expression: !(cpu&(X264_CPU_SSSE3|X264_CPU_SSE4))
>

x264 has been built requiring SSE3 and SSE4 support, your CPU does not
support SSE3 or SSE4, so x264 dies.

Rebuild x264 without SSE3/4 support and rebuild ffmpeg.

Cheers

Tom


More information about the ffmpeg-user mailing list