Example outputs at double speed
Author: robinovitch61Created Oct 29, 2022Updated Aug 23, 2026
Labelsbug
When I run the demo tape:
# Where should we write the GIF?
Output demo.gif
# Set up a 1200x600 terminal with 46px font.
Set FontSize 46
Set Width 1200
Set Height 600
# Type a command in the terminal.
Type "echo 'Welcome to VHS!'"
# Pause for dramatic effect...
Sleep 500ms
# Run the command by pressing enter.
Enter
# Admire the output for a bit.
Sleep 5sI get the following, which seems to be at 2x speed compared to the example in the README:

Source: charmbracelet/vhs