podgrab icon indicating copy to clipboard operation
podgrab copied to clipboard

[Feature Request] - playback speed increase through post-processing of downloads

Open wilb opened this issue 2 years ago • 1 comments

I too have a similar use case to you - downloading podcasts to upload to my smartwatch for running. The only thing is, my watch doesn't allow any increase in playback speed once the file is transferred over, so currently I have some scripts which use ffmpeg to speed up the files that land on disk, eg:

ffmpeg -loglevel error -i $h -filter:a "atempo=1.3" -b:a 80k $dir/podcast.mp3

Thoughts on adding a post-processing hook to do something similar? :-)

wilb avatar Feb 21 '23 22:02 wilb

+1 Hi, i'm in the exact same boat. Would love to see such a feature :)

bam2000 avatar Apr 03 '23 08:04 bam2000