Bug 465273

Summary: feat: edit asciinema videos with kdenlive (asciinema, castty, termsvg)
Product: [Applications] kdenlive Reporter: Milan Hauth <milahu>
Component: Project Bin & ImportAssignee: Jean-Baptiste Mardelle <jb>
Status: CONFIRMED ---    
Severity: wishlist CC: fritzibaby
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Milan Hauth 2023-02-04 14:38:31 UTC
add support for

* loading and decoding asciinema videos
* encoding and saving asciinema videos
* adding audio tracks to asciinema videos and exporting to html + audio files

example output, made with https://github.com/dhobsd/castty
https://9vx.org/~dho/term/index.html

-

challenges

video codec with variable framerate
gui: rendering a text terminal instead of video frames (ideally use something fast like alacritty)

-

existing editors for text-video

https://github.com/cirocosta/asciinema-edit (no sound editing)

-

existing recorders for text-video

https://github.com/asciinema/asciinema
https://github.com/dhobsd/castty (asciinema with sound)
https://github.com/nbedos/termtosvg (pure svg, no javascript, no play/pause control)

-

related issues

Audio track
https://github.com/asciinema/asciinema/issues/512

event listeners, audio support
https://github.com/asciinema/asciinema-player/issues/159

Audio support discussion
https://github.com/asciinema/asciinema-server/issues/63
Comment 1 emohr 2024-10-02 11:52:57 UTC
Thank you for the suggestion. Definitely worth to think about. I changed the report to wishlist.