Allow cutting media by timestamp #368

Closed
opened 2025-11-09 09:47:37 -06:00 by GiteaMirror · 1 comment
Owner

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

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
GiteaMirror added the feature request label 2025-11-09 09:47:37 -06:00
Author
Owner

@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)

@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)
Sign in to join this conversation.