This is the example code , I want my audio to play at default playbackRate but video should play at their individual playbackspeed .
the playbackspeed on an individual offthreadvideo works fine if i set it greater than 1 but for offthreadvideo whose playbackspeed is less than 1 they do not honor the playbackspeed and since video duration which is renderEndTime - renderStartTime is less than the duration upto which that video will be shown in the sequence which is endTime - starTime so for the remaining frames , either nothing comes or last frame got freeze .
As i give example in my code , if you see 0.5 playbackspeed example, In that the video has to run from 7.89 to 12.32 which is 4.43 and the video should start itself from 0 to 2. 215 which comes around (2.215 / playbackspeed) = 4.43 so the video should run fully then why does it got freeze ? @vernal perch @random harbor @sleek kayak @deep sierra @everyone
#playbackspeed
3 messages · Page 1 of 1 (latest)
hey @short bobcat,
-
what behavior are you seeing right now in the 0.5 playbackSpeed video — is it freezing too early or stretching incorrectly?
-
does the freeze happen exactly at the end of renderEndTime, or before that?
providing a minimal repro would help to understand your issue better
hey @spiral dagger , Thanks for the response.
It is not stretching itself, or may be stretching incorrectly I think it runs itself at normal speed , and gets freeze at renderEndTime if you want you can run the code by just changing the video and audio source path