[GH-ISSUE #653] Allow cutting media by timestamp #1781

Closed
opened 2026-04-11 06:11:15 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @Awesomefied on GitHub (Jul 25, 2024).
Original GitHub issue: https://github.com/imputnet/cobalt/issues/653

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). Original GitHub issue: https://github.com/imputnet/cobalt/issues/653 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 2026-04-11 06:11:15 -05: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)

<!-- gh-comment-id:2251204558 --> @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.