Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wilb opened this issue Feb 21, 2023 · 1 comment

Comments

@wilb
Copy link

wilb commented Feb 21, 2023

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
Copy link

bam2000 commented Apr 3, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants