[FFmpeg-user] FFMPEG fails 5% responding to SIGTERM and SIGINT

Lou lou at lrcd.com
Thu Feb 9 22:11:41 EET 2017


On Thu, 9 Feb 2017 11:04:32 -0500
Osama Alshaykh <osama at nxtec-corp.com> wrote:

> I apologize I forgot to include the command we use:
> 
> 
> ffmpeg -y \
>     -f x11grab -r $RATE -s $RESOLUTION -thread_queue_size $QUEUE_SIZE -i :$DISPLAY.0+0,0 \
>     -f alsa -thread_queue_size $QUEUE_SIZE -i plug:asnoop$DISPLAY -acodec libfdk_aac -ar 44100 \
>     -c:v libx264 -preset $PRESET -pix_fmt yuv420p -r $RATE \
>     -crf 28 -g 120 -keyint_min 5 -tune zerolatency -threads 1 \
>     -f mp4 $OUTPUT > /tmp/jibri-ffmpeg-$DISPLAY.out 2>&1 &
> 
> Thank you,
> Osama

You should show the actual, unscripted command and the complete console
output.

How can we easily duplicate this issue? Does the issue occur on other
machines? Are x11grab, alsa, libx264 and libfdk_aac required to
duplicate this issue? What's the simplest command that still shows the
issue?


More information about the ffmpeg-user mailing list