An open API service indexing awesome lists of open source software.

https://github.com/pocc/asciinema-edit

Be your own 🎬 Film Editor 🎬! Artistically edit your asciicasts by rearranging and removing sections.
https://github.com/pocc/asciinema-edit

Last synced: over 1 year ago
JSON representation

Be your own 🎬 Film Editor 🎬! Artistically edit your asciicasts by rearranging and removing sections.

Awesome Lists containing this project

README

          

# Asciinema-Edit

_Rearrange and remove asciicast sections_

UPDATE: This repo has more features so use it instead https://github.com/cirocosta/asciinema-edit

## Description

This script will allow you to cut out parts of your astiicast that you
do not want and rearrange the ones you do.
This may at some point be merged into asciinema.

## Example Usage

Use rocket.cast from the repo (also at https://asciinema.org/a/238491)
Let's pretend we like rocket animations, but in reverse. Let's split along
these sections: [0, 2.3], [2.3, 4], [4, 5.5], [5.5, 7], [7, 8.5].
And now reverse them:

python asciicast-edit.py -r rocket.cast -w reversed_rocket.cast
-s 7 8.5 -s 5.5 7 -s 4 5.5 -s 2.3 4 -s 0 2.3

The result is reversed_rocket.cast. It is a pretty funky looking rocket launch.

![](reversed_rocket.png)

## LICENSE

Apache 2.0, see LICENSE for more information.

## Similar Projects

* [Asciinema](https://github.com/asciinema/asciinema): Make the Asciicasts
* [asciicast-edit](https://github.com/cirocosta/asciinema-edit): Another editor that can remove delay, change speed, and remove frames