-
-
Notifications
You must be signed in to change notification settings - Fork 212
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
Support saving multiple file when using --animation-autoplay
and --output
#46
Comments
Actually, it may be out of scope of f3d. |
I agree, but you mean that this should be another application, not F3D ? |
By using command line argument to generate a series of images is very slow, it would be nice to have some parameters for f3d to generate a video file directly:
|
needs #741 first |
Supporting writing multiple pngs would already be great |
I think there are three different use cases:
There could be a third use case with both but I'll omit it for now. Case 1: We just need the Case 2: Some file formats like glTF and USD support camera animation so specifying |
Not sure what you mean, animated camera and animated model is exactly the same code path in F3D. In any case, the code we are talking about would need |
With filename templating in #1194, then this now even more easy to do. |
updated the text of the issue. |
autoplay added in #1065 |
--animation-autoplay
and --output
When using
--animation-autoplay
and--output
, write multiple png files, and rely on filename templating to writing different files.The text was updated successfully, but these errors were encountered: