Skip to content
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

Outputting very short clip fails #1

Open
dubhater opened this issue Mar 10, 2015 · 0 comments
Open

Outputting very short clip fails #1

dubhater opened this issue Mar 10, 2015 · 0 comments

Comments

@dubhater
Copy link
Contributor

test.lua:

vs = require "luasynth"
blank = vs.std.BlankClip{length=1}
blank:output(io.stdout, false)

luajit test.lua > frame.raw can result in:

  • "No frame returned at the end of processing by BlankClip"
  • "Frame returned not of the declared type"
  • Segmentation fault in libvapoursynth.so or libstdc++.so

length=2 or larger works.
length=1 and prefetch=1 also works.
length=2 and prefetch=3 breaks.
length=3 and prefetch=3 also works.
I have two CPU cores with no hyperthreading.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant