stuttering

Kaj-Michael Lang milang at tal.org
Sat Jan 22 13:38:48 UTC 2022



On Sat, 2022-01-22 at 12:41 +0800, James Linder via gstreamer-devel
wrote:
>         at. ! queue ! avenc_aac ! hl.audio \
>         vt. ! queue ! h264parse ! avdec_h264 ! xvimagesink \
>         vt. ! queue ! h264parse ! avdec_h264 ! xvimagesink \
>         vt. ! queue ! avdec_h264 ! queue ! x264enc tune=zerolatency
> bitrate=1000 ! \


You are decoding h264 3 times and also encoding aac audio and h264
video at the same time. Perhaps optimizing the 3 decoding to 1 might
help here.

-- 
Kaj-Michael Lang <milang at tal.org>



More information about the gstreamer-devel mailing list