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
Thank you for the suggestion. Definitely worth to think about. I changed the report to wishlist.