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
Describe the bug
I have made a rather long tape file which worked fine up to a certain point. But I am unable to find the section of the file which causes the issue. If I comment out all sections, only let one section uncommented and then execute vhs, then it works every time. However, if all sections are enabled, then it fails. So I think the tape file has no errors.
When the issue happens, an empty gif will be created and ffmeg shows an error message.
I also saved the dir /tmp/vhs3763011057/ containing the png frame images away. Then I run the ffmpeg command myself which leads to the same error as above.
I also looked if the provided frame and cursor images matched - they did, that is, no image was missing. There were 14514 text and 14514 cursor frames.
The text was updated successfully, but these errors were encountered:
Hey @TLINDEN thank you for the issue! I tried locally (by manual command trigger) it actually does warn that message but it doesn't break or anything for me. It actually creates the gif file.
I am using a slightly newer ffmpeg version (7.1) but I don't think it's related.
I tried the steps you sent but nothing really happens, could you help me if I am missing anything?
Original issue was made by @TLINDEN in charmbracelet/freeze#168 and it was moved to VHS.
Describe the bug
I have made a rather long tape file which worked fine up to a certain point. But I am unable to find the section of the file which causes the issue. If I comment out all sections, only let one section uncommented and then execute vhs, then it works every time. However, if all sections are enabled, then it fails. So I think the tape file has no errors.
When the issue happens, an empty gif will be created and ffmeg shows an error message.
To Reproduce
Steps to reproduce the behavior:
git checkout feature/vhs-demo
go build
cd demo
make
(this actually executesvhs
)Expected behavior
A gif should have been created.
Screenshots
Desktop (please complete the following information):
vhs version v0.9.0 (a5f09b2)
Additional context
Many thanks for this awesome program, I love it! :)
Commentary
Ok, I have extracted the precise ffmpeg commandline executed by vhs:
I also saved the dir
/tmp/vhs3763011057/
containing the png frame images away. Then I run the ffmpeg command myself which leads to the same error as above.I also looked if the provided frame and cursor images matched - they did, that is, no image was missing. There were 14514 text and 14514 cursor frames.
The text was updated successfully, but these errors were encountered: