asciinema-convert(1)
| asciinema-convert(1) | General Commands Manual | asciinema-convert(1) |
NAME
asciinema-convert - Convert a recording into another format
SYNOPSIS
asciinema convert [-f|--output-format] [--overwrite] [--server-url] [-q|--quiet] [-h|--help] <INPUT_FILENAME_OR_URL> <OUTPUT_FILENAME>
DESCRIPTION
Convert a recording into another format
OPTIONS
- -f, --output-format=FORMAT
- Output file format [default: asciicast-v3]
[possible values: asciicast-v3, asciicast-v2, raw, txt]
- --overwrite
- Overwrite target file if it already exists
- --server-url=URL
- asciinema server URL
- -q, --quiet
- Quiet mode, i.e. suppress diagnostic messages
- -h, --help
- Print help
- <INPUT_FILENAME_OR_URL>
- File to convert from, in asciicast format (use - for stdin)
- <OUTPUT_FILENAME>
- File to convert to (use - for stdout)
| convert |
