akhilrex / podgrab

A self-hosted podcast manager/downloader/archiver tool to download podcast episodes as soon as they become live with an integrated player.
GNU General Public License v3.0
1.55k stars 87 forks source link

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

Open wilb opened 1 year ago

wilb commented 1 year ago

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? :-)

bam2000 commented 1 year ago

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