mirror of
https://github.com/rwinkhart/sshyp-labs.git
synced 2026-08-29 13:26:49 -04:00
1.1 KiB
1.1 KiB
MUTN VHS Tape Creation
- Ensure
mutnis in your path - If
zshis not installed, either install it or change the shell incassette.tape(for some reason the "Up" function only works inzshfor me) - Import example.asc (if not done already) with password
example - Set up a client-server pair using the
libmuttonentries folder provided in this repo - Run the following "reset" command from within this folder (it's okay if it throws errors; this is expected if running before using
vhs):rm -rf ~/.local/share/libmutton && cp -r ./libmutton ~/.local/share/libmutton && mutn sync && mutn /notes/school/world\ history/the\ best\ day\ ever shear; rm ~/.local/share/libmutton/notes/school/ccnp\ networking/{chapter\ 4,chapter\ 5} && gpgconf --kill gpg-agent
- Run
vhs ./cassette.tape - View mutn-demo.gif! Use the above "reset" command between each recording.
Read for Production
Before posting for production, I convert the GIF to an animated WEBP (to save space) using libwebp's gif2webp:
gif2webp -min_size -q 100 -m 6 ./mutn-demo.gif -o ./mutn-demo.webp