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

Sound clip count warning #1701

Merged
merged 4 commits into from
Jul 3, 2022
Merged

Conversation

scribblemaniac
Copy link
Member

Currently Pencil2D can't export animations with >= 63 frames due to limitations with the ffmpeg filter inputs. This warns the user when they've added too many sound clips, and produces a more specific error when attempting to export an animation with too many sound clips.

This could be improved, but I think it's good enough for a temporary solution. I have a movie exporter rewrite partially finished which I would like to complete before making changes to the ffmpeg command to allow for any number of sound clips to be exported. This could be a while out though, so I think this is a reasonable solution in the mean time.

@scribblemaniac scribblemaniac added Enhancement Sound UX Related to the way users interact with the program 🔹 Minor PR (only one reviewer required) labels Mar 22, 2022
@scribblemaniac
Copy link
Member Author

This is going to conflict with #1690 so I think merging this PR should wait until that PR is merged and I have had a chance to add this check when duplicating the sound layer as well.

@MrStevns MrStevns merged commit ad5e721 into pencil2d:master Jul 3, 2022
@J5lx
Copy link
Member

J5lx commented Jul 3, 2022

Doesn’t this check still need to be added when duplicating a sound layer as well, as scribble said?

@MrStevns
Copy link
Member

MrStevns commented Jul 3, 2022

Doesn’t this check still need to be added when duplicating a sound layer as well, as scribble said?

Agh... I managed to skip that part, yes it should.

@MrStevns MrStevns added this to the v0.6.7 milestone Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement 🔹 Minor PR (only one reviewer required) Sound UX Related to the way users interact with the program
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

4 participants