Macto convert the playback speed of video on

It – Hardware & Software | | 1 views

Refresh rate of animated picture is modified

Remainder it is not known, if, but the QuickTime prayer is used, it is possible to modify the refresh rate of image and music.
Opening animated picture, “the window – when it executes indication, the panel is indicated A/V control,” is an item, “refresh rate” under the right of that panel, can modify from 1/2 time speed to 3 time speed.

As for refresh rate although it can modify, to 3 time speed a n/a

But, depending upon the contents of animated picture there are times when we would like to increase refresh rate more and more.To tell the truth, as for this refresh rate it is to be possible by the fact that AppleScirpt is used to make 3 time speeds or more.

The script of QuickTime Player is used

First, after the script editor (it is in application /AppleScirpt) starting, it puts in a state where just intended animated picture has opened with QuickTime Player.AppleScript below is executed next on the script editor just.Because they are 3 lines which pass, without fearing, it will challenge!


tell application “QuickTime Player”
set preferred rate of document 1 to 16
end tell

in this, 16now double speed playback. QuickTime Playerplease try to press the play button on the. of the above script16can make changes to the number of, playback speed can be changed freely.
tentatively34make up to speed about (34that second video1can play in seconds) i have, whether it is possible to change the playback speed up to where? is not confirmed. (in reverse1/2if you want to or are0.5suppose you)

to change the video file the results of the playback speed?

in order to show to others that remain a result of changing the playback speed, you must create a new video in the state of the playback speed.
by, you need to convert videos in any way the original. here, 2i will introduce the ways.

how to1- save it as a video screen during playback
the easiest way, is recorded as the video would change the playback speed of the above.
which can be stored as a movie screen motion, what recommendations has the following software.

– ScreenFlow (shareware)
– Jing (free software)
– Gawker (free software)
– SnapzPro X (shareware)
– iShowU (shareware)
– DesktopToMovie (shareware)

but, Jingvideos that you saved in software, such as is still theiMoviecan not be incorporated into such so, AppleScirptusing theQuickTime Movie you have to format conversion.

first, after starting the script editor, jingvideos were recorded atQuickTime Playeropens in.
then, please run the following script in the script editor.

(videoQuickTimein the form of export)

set savefile to choose file name with prompt “please specify the file name to be saved”
tell application “QuickTime Player”
export document 1 to savefile as QuickTime movie
end tell

at least, iMovieto incorporateQuickTimehas been converted to the format.

with the contents of the script, if the line breaks do not know, copy the text in a table into a text editor&please then paste.

how to2- all divided by the frame of video, recombine with the specified frame rate
a little more as a smart way, once video1export as image data for each frame, by combining once again as a movie, consider also how to change the playback speed.
first, video1to export a file as a separate image for each frame, you can run the following script.

(export in the video frame by frame)

set savefile to choose file name with prompt “please specify the file name to be saved (unnecessary extension, sequential number is added automatically) ”
tell application “QuickTime Player”
export document 1 to savefile as image sequence using most recent settings
end tell


the specified file name+sequential number+.png file is completed

the resulting image file to video – schedule. the frame rate of the originally30/if the second, 60/playback speed can be doubled by the frame rate of the second. in the example below120because the frame4will speed.

(to join the video)

set afile to choose file
set fps to 120
tell application “QuickTime Player”
open image sequence afile frames per second fps
end tell

when you run the above script, for the following screen will be displayed, ~ 001.png select the file of (selection) press the button.

after you run the script, you only need to specify the first frame after writing most of the video image

then, QuickTime Playerwindow is open, videos will be displayed., was introduced earlier that remain (videoQuickTimein the form of export) if you export your movie is finished run the script.

(videoQuickTimein the form of export)

set savefile to choose file name with prompt “please specify the file name to be saved”
tell application “QuickTime Player”
export document 1 to savefile as QuickTime movie
end tell

so, if you can master the methods introduced so far, and monotonous work, on the video was short, easy-to-clutter slow work, such as drawingYouTubevideo will be up and smiling.

the content of this articleMac OS X n/a has been tested with.
have been introduced in the articleAppleScriptisQuickTime PlayerisProversion will work but not.

(related information)
– apple – Mac OS X
– apple – Macbe the first to start a
– apple – download
– video smile(RC2) – (Mac) how to make video look drawn (free)
– All About – notebook
– All About – desktop pc
– All About – the first personal computer
– All About – freeware shareware

All About Mac OS how to use to page top
other articles are here.