#playbackspeed

3 messages · Page 1 of 1 (latest)

short bobcat
#

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

spiral dagger
short bobcat
#

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