[FFmpeg-user] Inverse Telecine (30fps to 24fps) targa sequence input

Roger Pack rogerdpack2 at gmail.com
Wed Nov 21 18:37:35 CET 2012


On 11/21/12, Derek Gebhart <derek at 4stroke.tv> wrote:
>> backtrace? You may be able to get an ffmpeg with debug symbols
> forgdb+windows here:
>>
> http://rogerdpack.t28.net/incoming/ffmpeg_distros/ffmpeg-distro-static-2012-
> 11-21-4bf3bc6f96cfbf68191625ade624ac97595de781.update_libass.7z
>
> Forgive my "newbie-ness" I'm not totally sure what you mean by "backtrace".
> I downloaded and used the version above, but get the message "No such
> filter: 'mp'".
>
> However, I did just confirm, the "mp=detc" filter works fine on the 32bit
> FFmpeg version.  It's only the 64bit version that crashes when using
> "mp=detc".

ftp://ftp.gnu.org/pub/old-gnu/Manuals/gdb/html_node/gdb_42.html

basically run your program, like
c:\> gdb ffmpeg.exe
$) r <your args here>

then it crashes, then you run
$) backtrace

to show you where it crashes.  It's not easy though, on windows. GL!
-r


More information about the ffmpeg-user mailing list