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

Sequential Numbering #7

Closed
veger opened this issue Aug 21, 2020 · 4 comments
Closed

Sequential Numbering #7

veger opened this issue Aug 21, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@veger
Copy link
Owner

veger commented Aug 21, 2020

From mod portal:

Would it be possible to implement a sequential numbering scheme for the output images ? The current one doesn't play nice with making the images into a video with FFMPEG on Windows (It need contiguous numbers to work properly on non-Unix systems for this purpose)

@veger veger added the enhancement New feature or request label Aug 21, 2020
@veger
Copy link
Owner Author

veger commented Aug 21, 2020

I guess it would be possible. As a Linux user I never had issues with the current numbering scheme using the glob pattern_type:

ffmpeg -framerate 25 -pattern_type glob -i '*.png' -c:v libx264 -pix_fmt yuv420p out.mp4

(note I am no ffmpeg expert so the parameters might not make much, but these settings work for me to combine the screenshots into a movie)

I am currently working on the camera system and making it configurable in the game's UI. When that is finished I'll take a look at this (as it shouldn't be too complicated)

@Kafouille
Copy link

The issue is specifically with the Windows version of FFMPEG, as it doesn't support the glob pattern and probably never will.

@veger
Copy link
Owner Author

veger commented Sep 6, 2020

Thanks for your feedback, I will add this next time I can spend some time on the mod!

@veger
Copy link
Owner Author

veger commented Sep 8, 2020

available in v1.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants