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.
- Host: GitHub
- URL: https://github.com/pocc/asciinema-edit
- Owner: pocc
- License: apache-2.0
- Created: 2019-04-03T20:48:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-26T23:16:46.000Z (over 4 years ago)
- Last Synced: 2025-01-24T21:12:00.527Z (over 1 year ago)
- Language: Python
- Size: 306 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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