Re: [FFmpeg-user] h264_vaapi missing frames

2018-03-19 Thread Dennis Mungai
Hello there, Have you tried using the restream option? ffmpeg -re -i capture_device -vaapi_device /dev/dri/renderD128 -movflags +faststart -vf 'format=nv12|vaapi,hwupload' -c:v h264_vaapi {$encoder_opts} outputfile. Try and report back. On 20 March 2018 at 05:30, Kai Hendry

[FFmpeg-user] h264_vaapi missing frames

2018-03-19 Thread Kai Hendry
Hi there, With my brand new Intel 8th gen laptop (Intel Corporation UHD Graphics 620 (rev 07) with 8 core Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz on Archlinux, I thought I'd experiment with hardware accelerated capture as opposed to my normal 2-step approach of 1) recording to mkv