Creating the video:
Code: Select all
ffmpeg -y -f dshow -i video="screen-capture-recorder" -video_size 1920x1080 -c:v libx264 -preset ultrafast -qp 0 capture.mkv
If I play this video full screen using another player, even Google Chrome, it is shown as pixel-perfect, but not when playing it via VLC. Why isn't VLC able to play the video in the same way?
Edit: tested with vlc-3.0.0-git-20160316-0401 and the problem does not replicate on that so it appears that somewhere down the road, this is already fixed.