adanvdo / YT-RED-UI

Windows .NET Framework GUI Application for Downloading Video and Audio Files from YouTube and Reddit
48 stars 1 forks source link

Add Playback Speed Processing Option #157

Open adanvdo opened 1 year ago

adanvdo commented 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"