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

sequence filenames are not filled with leading zeros but with spaces #8

Open
joshinils opened this issue Mar 23, 2024 · 1 comment
Open

Comments

@joshinils
Copy link

joshinils commented Mar 23, 2024

ffmpeg fills filenames with leading zeros, when told to do so;
ffmpeg -t 00:00:01 -i INPUT.360 -map 0:0 -r 1 -q:v 1 track0/img%4d.jpg -map 0:5 -r 1 -q:v 1 track5/img%4d.jpg

max2sphere -n 1 -m 3 -o out/%d_sphere.jpg track%d/img%4d.jpg
gives the error:
CheckFrames() - Failed to open first frame "track0/img 1.jpg"

@joshinils
Copy link
Author

the readme should also normalize the examples for the track5/DIRECTORY_%d with underscore and not.
same for the %d or %4d, which is incompatible

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

1 participant