Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[Feature Request] Change playback speed of downloaded files #12623
Comments
|
Use player's playback speed options. |
|
That is assuming my car player has such option; it doesn't. I'm looking for a way to circunvent this by putting audios in my iphone and changing playback speed there, but I haven't found a practical way of doing it yet. |
|
For your own use, your best bet is probably just to use ffmpeg directly afterward https://trac.ffmpeg.org/wiki/How%20to%20speed%20up%20/%20slow%20down%20a%20video |
|
Cool tip @mrkmndz -awesome cli tool btw, thanks for making it and maintaining, appreciated |
|
i'm working on this now (but never done any real coding project or any open source). Theoretically, it would be like --ffmpeg-filter FILTER where FILTER is 'atempo=0.5' I just need a way to detect if input is a video or audio because ffmpeg -filter:(v|a). And also i would need to add it to options.py
|
|
Just use a podcast app that allows you to upload your own files and then speed adjust them using that on the fly as fast or slow as you want. For example, both Overcast and Pocket Casts can do this, plus they have the ability to do things like trim silences and boost the voice. Way better than trying to roll your own solution. |
|
I mean it kinda is useful if you want to make a quick nightcore lmao
…On October 5, 2018 3:25:53 AM uhhmaybe ***@***.***> wrote:
Just use a podcast app that allows you to upload your own files and then
speed adjust them using that on the fly as fast or slow as you want. For
example, both Overcast and Pocket Casts can do this.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
|
@andrew-ma are you still working on this? I dug into the arguments of But, this is obviously less elegant than having the option built-in to |
|
To increase both audio and video, I ran this on the download from youtube-dl, as a separate command:
The 1.5 above representing the playback rate. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.04.02. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
Dear developers of youtube-dl,
In the first place, thank you for making this excellent tool. It has enabled me to listen to quality audio during my commutes.
I'd just like to ask if it is possible to include an option to save the video/audio in a faster speed, thus mimicking youtube's function of increasing the playback speed of their videos.
I thought of helping with this, but I'm quite a beginner. I've been learning to code for only 3 months (with python 3), so I don't know if I could be of any help. If you think there is anything I can do, just let me know.