[FFmpeg-user] Problem with ffmpeg frames

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Apr 18 12:57:07 CEST 2013


Stefan Kruse <besucher80 <at> gmx.de> writes:

> theres no special to my system. And yes, this 
> happens to all input files.
> 
> Maybe a missing plugin?

No.
You can try to recompile after "make distclean", 
you can try with a different (newer) compiler or 
you could add a few printfs in 
ff_frame_thread_encoder_init() in 
libavcodec/frame_thread_encoder.c to find out what 
operation fails (av_fifo_alloc, avcodec_open2
avcodec_alloc_context3 or pthread_create).

Does -loglevel 99 show any additional information?

Please avoid top-posting here, it is considered rude.

Carl Eugen



More information about the ffmpeg-user mailing list