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

[FR, video-ffmpeg] Allow custom framerate #280

Open
Egocentrix opened this issue Aug 10, 2020 · 2 comments
Open

[FR, video-ffmpeg] Allow custom framerate #280

Egocentrix opened this issue Aug 10, 2020 · 2 comments

Comments

@Egocentrix
Copy link

Right now the ffmpeg script allows you to select the framerate from a combobox, but this list is limited. I think it would be nice to be able to set a custom framerate, for instance for slideshows or low framerate GIFs.

@supertobi
Copy link
Contributor

I've added more options, because I was to lazy to change the filed type. Pull request for an input field are welcome, but then please add some kind of check.

This is the new list:
framerates = {"1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "15", "16", "23.98", "24", "25", "29,97", "30", "48", "50", "59.94", "60", "120", "240", "300"}

@Egocentrix
Copy link
Author

Haha, that works. Thanks! I don't really speak Lua, but might try my hand at this some time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants