[FFmpeg-devel] [PATCH] Per codec defaults

Rafaël Carré funman
Thu Jun 5 17:41:41 CEST 2008


2008/6/5 Robert Swain <robert.swain at gmail.com>:
> $subject
>
> I get a strange error when running ffmpeg_g -y -ss 600 -i infile.avi
> -an -t 30 -vcodec libx264 -b 500k outfile.mp4 :
>
> ffmpeg_g(87163) malloc: *** error for object 0x418dce: Non-aligned
> pointer being freed
> *** set a breakpoint in malloc_error_break to debug

I believe you use OSX ?

Try export MallocErrorAbort=anything

It will crash ffmpeg at the place the bad free() is made, so you can use gdb

-- 
Rafa?l Carr?



More information about the ffmpeg-devel mailing list