Searched refs:framerate (Results 1 – 4 of 4) sorted by relevance
1245 track.start = Popcorn.util.toSeconds( track.start, this.parent.options.framerate );1246 track.end = Popcorn.util.toSeconds( track.end, this.parent.options.framerate );2598 toSeconds: function( timeStr, framerate ) { argument2626 if ( framerate && ( typeof framerate === "number" ) ) {2627 frameTime = parseFloat( frameInfo[ 1 ], 10 ) / framerate;
295 $framerate = 0;316 … $framerate = round($info['quicktime']['time_scale'] / $value_array2['sample_duration'], 3);322 if ($isVideo && $framerate) {323 $info['quicktime']['video']['frame_rate'] = $framerate;
357 - the player's framerate was increased to 24 FPS, makes all animations smoother
538 * demo.browse.php now shows video resolution and framerate (if no1090 » RealVideo now properly supported with resolution, framerate, etc