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
Overview
Hi, great tool — I mostly use vhs to demonstrate code / successful builds on pull requests. I often convert my videos from their full runtime down to a few seconds so the reviewer can see the behavior.
Suggested Solution
It would be great if the user could pass in the desired output length as a parameter when calling vhs.
# Add -s flag for seconds or shrink?
vhs <file> -s <desired time in seconds>
Alternatives
Right now, I just use this script to perform the action (link to gist)
Context
Unfortunately, I don't have time to implement it, but I wanted to see if anyone else was interested
The text was updated successfully, but these errors were encountered:
Overview
Hi, great tool — I mostly use vhs to demonstrate code / successful builds on pull requests. I often convert my videos from their full runtime down to a few seconds so the reviewer can see the behavior.
Suggested Solution
It would be great if the user could pass in the desired output length as a parameter when calling vhs.
Alternatives
Right now, I just use this script to perform the action (link to gist)
Context
Unfortunately, I don't have time to implement it, but I wanted to see if anyone else was interested
The text was updated successfully, but these errors were encountered: