-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible bugs with (clip ...) #64
Comments
On
This gives me an output file that begins with the 1-second bit that I wanted, but it appears to be padded with a bunch of blackness at the end. The file is about 30-minutes long -- the same length as my
As for the previewer, it seems to have the same bug as on |
Just installed The preview always starts at 0, no matter what I give for What the previewer player shows as the current position oscillates rapidly between a credible value and something that looks random. Trying to preview a playlist consisting of a few
opens a player with a black image area and then crashes:
|
I'm getting some confusing behavior with
(clip ...)
-- both when I(preview ...)
and when I(render ...)
.Here, I expected the previewer to show me a 1-second clip that starts at the 10-second mark of my original clip and ends at the 11-second mark of the original.
Instead, it shows me a 1-second clip starting at the 0-second mark of my original.
The behavior with
(render ...)
is different, but also unexpected. Again, I expected the previewer to show me a 1-second clip that starts at the 10-second mark of my original clip and ends at the 11-second mark of the original.Instead, I get a 10 second clip that actually does start at the right spot (the 10-second mark), and it has the 1-second of footage. But it seems to be padded at the end, making the clip 10-seconds long.
I should mention that I'm on the
#stable
branch. I'm about to retry with the most recent version.The text was updated successfully, but these errors were encountered: