@Maijestro
@All
I have figured out why I am getting these "micro-jerks". Firstly, my ToolTypes are the same as yours.
It is caused by the program trying to resynchronise the video and audio. So, every so often I will notice the following output from Serial (this represents 3 "micro-jerks" about 1 minute apart):
audio thread: video wait a moment.. a: 98.359722 v: 98.560000 new frametimer: 1110.590565
audio thread: video wait a moment.. a: 164.118633 v: 164.320000 new frametimer: 1176.516773
audio thread: video wait a moment.. a: 225.558633 v: 225.760000 new frametimer: 1238.114158
Or, sometimes it may be something like:
decode thread: wait for pause of audio thread
decode thread: wait for pause of audio thread
audio thread: pause
decode thread: seek target: 101557249
audio thread: continue
audio thread: flush buffers
audio thread: flush done
audio thread: first fill after pause continue
main thread: delay 419.603058...
video thread: flush buffers
video thread: flush done
For those that are not witnessing "micro-jerks" - either you never have a synchronisation problem, or, if you do - it is a lack of capturing any serial output that is causing it to not be noticeable.
===
Does the developer of Emotion ever visit this site?
===
EDIT: I have disabled any serial debugging. To make double sure, I have removed the serial cable and just deleted my
os4_commandline in the startup environment. Still, I get "micro-jerks". So, either you guys are not seeing any lack of sync', or you are and you are just not as OCD as me and don't notice it as well.
Well, I sent an email. Let's see what happens.
Edited by rjd324 on 2024/9/21 21:10:52
Edited by rjd324 on 2024/9/21 21:31:20