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

Missing Cursor Movements and Whiteboard Actions in MP4 Output #59

Open
K4KNPR opened this issue Oct 20, 2024 · 6 comments
Open

Missing Cursor Movements and Whiteboard Actions in MP4 Output #59

K4KNPR opened this issue Oct 20, 2024 · 6 comments

Comments

@K4KNPR
Copy link

K4KNPR commented Oct 20, 2024

In the output MP4, I have noticed that cursor movements and whiteboard actions are not included, even though these elements are expected to be present according to the documentation.

Could you please investigate or provide guidance on resolving this issue?
You can use the links from Issue #55 to reproduce the problem.
LOG.txt

Environment:
OS: Windows 10 22H2 19045.5011
Python version: 3.12.7

bbb-dl version: 1.0.13

Thank you!

@C0D3D3V
Copy link
Owner

C0D3D3V commented Oct 20, 2024

If you use the option -sa and -sc it skips the cursor and annotations. Try it without the option and tell me if it then still does not work.

@K4KNPR
Copy link
Author

K4KNPR commented Oct 21, 2024

Bad example. But in this example, adding the -sa and -sc options does not affect anything. The cursor is always on the record. I checked the functioning without the options and with them with a full cleanup of temporary files.

But on the resource from which I need to get records, mouse movement and actions on the board are not added on the contrary. I can't attach links to this resource.

@C0D3D3V
Copy link
Owner

C0D3D3V commented Oct 21, 2024

If you use -sa and -sc. It will not process the data needed for generating the frames including annotations and cursor. If you want them, you have to remove the options from your command.
See:

if not self.skip_annotations_opt:

if not self.skip_cursor_opt:

@C0D3D3V
Copy link
Owner

C0D3D3V commented Oct 21, 2024

Also if you use the option -kt changing the options -sa or -sc will have no effect as explained in the readme. Since the already created frames will be reused.

@C0D3D3V
Copy link
Owner

C0D3D3V commented Oct 21, 2024

If you want, you can send me the bbb session via mail.

@C0D3D3V
Copy link
Owner

C0D3D3V commented Oct 22, 2024

Just for the record. K4KNPR provided me a link to his bbb session. The bbb server seems to be on a new beta version. The cursors are now stored with absolute coordinates instead of relative. Also the shapes are now stored into separate svgs per slide, instead of all slides in one svg.

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

2 participants