raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.23k stars 2.93k forks source link

[YAFW] can you add speed up videos/gifs? #13971

Open bigplayer-ai opened 1 month ago

bigplayer-ai commented 1 month ago

Extension

https://www.raycast.com/pablopunk/yafw

Description

•   -i: Specifies the input file.
•   -filter:v "setpts=PTS/1.5": Speeds up the video by adjusting the presentation time stamps (PTS).
•   -filter:a "atempo=1.5": Speeds up the audio by a factor of 1.5.
•   The last part is the output file with a new name to indicate it has been sped up.

Who will benefit from this feature?

everyone

Anything else?

No response

raycastbot commented 1 month ago

Thank you for opening this issue!

🔔 @pablopunk @mlz11 @tonypinkevych you might want to have a look.

💡 Author and Contributors commands The author and contributors of `pablopunk/yafw` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot close as not planned` Closes the issue as not planned. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopens the issue. - `@raycastbot assign me` Assigns yourself to the issue. - `@raycastbot good first issue` Adds the "Good first issue" label to the issue. - `@raycastbot keep this issue open` Make sure the issue won't go stale and will be kept open by the bot.
tonypinkevych commented 1 month ago

@raycastbot assign me

tonypinkevych commented 1 month ago

@bigplayer-ai thanks for the idea. I'll start working on it.