It seems that '--avcodec-threads 20' option solves the problem. The solution is found here: https://wiki.videolan.org/WindowsFAQ-2. ... r_laggy.29
Is it intended behaviour that I have to set that option manually?
Code: Select all
// standard
libvlc_video_set_aspect_ratio(vlcPlayer, "4:3");
//custom
libvlc_video_set_aspect_ratio(vlcPlayer, "123:77");