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

Hiren Danecha hid.narola at narolainfotech.com
Wed May 21 06:14:33 CEST 2014


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))

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.



--> Here main error is "assertion failed",

Thanks,
Hiren

On 21-05-2014 1:13 AM, Lou wrote:
> On Tue, 20 May 2014 12:15:09 +0530
> Hiren Danecha <hid.narola at narolainfotech.com> wrote:
>
>> Hello,
>>
>> I am using ffmpeg for converting video in to my php site. and it is not
>> working with x264 codec on my server. Here is my server details :
>> Pentium-M dethon processor(family/model) 6/D. Can you please help to
>> come out from this. It is very urgent for me. I am also ready to pay for
>> this. I have checked all the things in very deep and I found that It has
>> only problem with h264 video (video that have h264 codec). Please help
>> me in this.
>>
>> I am looking for your response.
> "Not working" has never been a useful or informative description of a
> problem. Please show your actual ffmpeg command and the complete ffmpeg
> console output. How else are we supposed to know what the actual issue
> is?



More information about the ffmpeg-user mailing list