imputnet / cobalt

best way to save what you love
https://cobalt.tools
GNU Affero General Public License v3.0
14.46k stars 1.15k forks source link

Allow cutting media by timestamp #653

Open Awesomefied opened 1 month ago

Awesomefied commented 1 month ago

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 1 month ago

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)