You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't find any verbose switch to get more information.
I needed this because, video output (mp4, webm, gif) doesn't have any control, and I wanted to fine tune encoding parameters.
Setup
VHS: version v0.7.1 (537d03a)
OS: ArchLinux x86_64
Kernel: 6.1.52-1-lts
Shell: bash 5.2.26Terminal: tmux
TerminalEmulator: st | xterm
To Reproduce
$ mkdir test && cd test && wget -q https://raw.githubusercontent.com/charmbracelet/vhs/main/examples/neofetch/neofetch.tape
$ vhs neofetch.tape
File: neofetch.tape
Host your GIF on vhs.charm.sh: vhs publish <file>.gif
Output .gif examples/neofetch/neofetch.gif
Output .mp4 examples/neofetch/neofetch.mp4
Output .webm examples/neofetch/neofetch.webm
Output .png examples/neofetch/frames/SetTypingSpeed75ms
SetFontSize22SetWidth1300SetHeight650Type neofetch
Sleep500ms
Enter1Sleep2s
TypeWelcometoVHS!Sleep1s
Space1TypeA tool for generating terminal GIFs from code.
Sleep5s
Creating examples/neofetch/neofetch.gif...
Creating examples/neofetch/neofetch.mp4...
Creating examples/neofetch/neofetch.webm...
$ cd examples/neofetch/&& ls -1
neofetch.gif
neofetch.mp4
neofetch.webm
Describe the bug
If I try to get frames output, do nothing at all.
I didn't find any
verbose
switch to get more information.I needed this because, video output (mp4, webm, gif) doesn't have any control, and I wanted to fine tune encoding parameters.
Setup
To Reproduce
Source Code
Your main example at README.md
Expected behavior
Should create frames folder and png files inside.
Screenshots
Exactly the same as section "To Reproduce".
Additional context
No.
The text was updated successfully, but these errors were encountered: