in "play all" mode
1) cant deactivate the mode
2) when is set some $rate speed the
Code: Select all
<?= (((($frame_data[Duration]*1000)+1000)*($rate))/RATE_SCALE) ?>
i trie to solve this by using this
Code: Select all
<?= ((((($frame_data[Duration]*1000)+1000)*($rate))/RATE_SCALE)/(($rate)/100))) ?>