-
Notifications
You must be signed in to change notification settings - Fork 483
Add png sequence output for vid_gen #1117
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
base: master
Are you sure you want to change the base?
Conversation
|
Might as well add support for jpg sequence, no? |
OK Besides, where shall I put this documentation to? |
|
You can put the description in the command-line description and update the README. |
…put, support first frame index
|
Now that setting idx of first frame is supported. The patterned file name will also be applied to multiple image output |
|
I used 0 as default first image index for ffmpeg compability, so I've reverted the change when not using the new file name pattern |
Now with
-M vid_gen -o out_%04d.png, output files will be likeout_0000.pngout_0001.png, etc.