Open adanvdo opened 1 year ago
See case #158 Add option to manipulate the playback speed when downloading media the following arguments can be used with ffmpeg
To Double the Speed: -vf "setpts=0.5*PTS" To Increase the Speed by 60x -filter:v "setpts=PTS/60"
-vf "setpts=0.5*PTS"
-filter:v "setpts=PTS/60"
See case #158 Add option to manipulate the playback speed when downloading media the following arguments can be used with ffmpeg
To Double the Speed:
-vf "setpts=0.5*PTS"
To Increase the Speed by 60x-filter:v "setpts=PTS/60"