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

Bug: Can't use CALL LENGTH parameters below the value of 12 #1496

Open
jesperstarkar opened this issue Sep 26, 2023 · 1 comment
Open

Bug: Can't use CALL LENGTH parameters below the value of 12 #1496

jesperstarkar opened this issue Sep 26, 2023 · 1 comment

Comments

@jesperstarkar
Copy link
Contributor

Expected behaviour

Be able to use the length-parameter within a file's first 12 frames.

Current behaviour

All length-values >=12 becomes 12.


Steps to reproduce

Wrong result:

  1. LOAD 1 amb
  2. CALL 1 LENGTH 5

Correct result can be achieved by a workaround:

  1. LOAD 1 amb length 0
  2. CALL 1 LENGTH 5

....or by

  1. LOAD 1 amb length 5

The workaround suggests that explicitly setting a lower length, either on or after the LOAD, prevents the 12 first frames from being "loaded into some kind of buffer".

Environment

  • 2.4 (haven't tried others)
  • 1080i50000 channel (haven't tried others)

Screenshots

If applicable, add screenshots as complementary information.

@Julusian
Copy link
Member

Related #1073

I would guess that this is the ffmpeg producer filling the buffer before considering the length, as the buffer is fps/4 frames, which would be 12 for a 50i/p channel

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

No branches or pull requests

2 participants