mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-12 09:54:53 -05:00
Allow cutting media by timestamp #368
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Awesomefied on GitHub (Jul 25, 2024).
It would be cool if you could enter a starting and ending timestamp to cut the video or audio from so that cobalt could only give you a section that you need.
Here is the ffmpeg command that does that:
ffmpeg -ss [Starting time] -i input.mp3 -t [Duration of output] output.mp3
@ihatespawn commented on GitHub (Jul 25, 2024):
duplicate of #375, #442, #528, #591, https://discord.com/channels/1049706293700591677/1252174896612773988, https://discord.com/channels/1049706293700591677/1243953661118255146, it was being worked on in https://github.com/imputnet/cobalt/pull/350 and i'm 99.99998% sure it's being worked on in the svelte rewrite (https://github.com/imputnet/cobalt/tree/svelte)