Search found 2 matches

Go to advanced search

by truekbcl
10 Sep 2020 08:06
Forum: Development around libVLC
Topic: vlc-4.0 video playback is not smooth
Replies: 2
Views: 609

Re: vlc-4.0 video playback is not smooth

void play(const string & file) { const har * par[] = { "--no-osd", "--verbose=2", }; int count = sizeof(par) / sizeof(char*); _vlc = libvlc_new(count, par); _player = libvlc_media_player_new(_vlc); _dx11_render.crete(); libvlc_video_set_output_callbacks( _player, libvlc_video...
by truekbcl
19 Aug 2020 11:06
Forum: Development around libVLC
Topic: vlc-4.0 video playback is not smooth
Replies: 2
Views: 609

vlc-4.0 video playback is not smooth

Hi, everybody. I am using vlc-4.0 dev daily build version, and the development language is c++. When I play video in dx11 mode, if I switch the audio track, the video playback is not smooth. The video information is as follows: codec name = H264 - MPEG-4 AVC (PART 10), profile = 77, level = 51, widt...

Go to advanced search