Search found 2 matches

Go to advanced search

by engelcia
11 Nov 2022 00:42
Forum: Development around libVLC
Topic: set_time is not the same as next_frame
Replies: 1
Views: 1009

set_time is not the same as next_frame

Hi, I want to forward the same 30.0fps video via both python methods mediaplayer.set_time() and mediaplyer.next_frame() but only the latter is working correctly. If I'm doing it with set_time() it seems like that every second time, the video is not forwarded. Here my example code: ------ import vlc ...
by engelcia
11 Nov 2022 00:38
Forum: Development around libVLC
Topic: mediaplayer.set_time() is not consistent
Replies: 1
Views: 963

mediaplayer.set_time() is not consistent

Hi! I'm building a splitscreen compare program in python with the python vlc package. Following scenario: 1. I play the video until a random point, stop it and get the current mediaplayer time via mediaplayer.get_time() 2. I resume playing the video and stop it after a random time again. 3. I set th...

Go to advanced search