Chocobozzz / PeerTube

ActivityPub-federated video streaming platform using P2P directly in your web browser
https://joinpeertube.org/
GNU Affero General Public License v3.0
13.08k stars 1.51k forks source link

Export chapters as a cue sheet #6584

Open christophehenry opened 2 months ago

christophehenry commented 2 months ago

Describe the problem to be solved

Ok, this one is a bit of a fringe use-case: I upload my mixes to Peertube and then to Mixcloud and Mixcloud accepts a timestamped tracklist as a .cue file. Would be nice to be able to export video chapters as a CUE sheet.

Describe the solution you would like

Add a button in my-video-actions-dropdown to download the CUE sheet of the video.

normen commented 1 month ago

In the same vein, it would be nice if one could set the chapters by pasting a list. For example I like to detect "songs" in long recordings by volume, which works fine with ffmpeg. But applying that list to a peertube is a bit cumbersome. It was easier with the old chapter plugin which let you edit one text file to set the chapters.

Thanks for peertube!

Chocobozzz commented 1 month ago

But applying that list to a peertube is a bit cumbersome. It was easier with the old chapter plugin which let you edit one text file to set the chapters.

As a workaround you can also set chapters from the description (like on youtube): https://docs.joinpeertube.org/use/create-upload-video#chapters

normen commented 1 month ago

But applying that list to a peertube is a bit cumbersome. It was easier with the old chapter plugin which let you edit one text file to set the chapters.

As a workaround you can also set chapters from the description (like on youtube): https://docs.joinpeertube.org/use/create-upload-video#chapters

Aaaah, nice, I didn't realize they get picked up, thanks!