Macで動画を16倍速で再生する

古いQuick Time player?を使う
https://allabout.co.jp/gm/gc/80946/

Quick Timer player 7を起動して動画を読み込む

AppleScript Editorに以下を入力して実行

tell application "QuickTime Player 7"
	set preferred rate of document 1 to 16
end tell

QuickTime playerで再生すると16倍速で再生される