You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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"}
Activity
supertobi commentedon Aug 10, 2020
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 commentedon Aug 10, 2020
Haha, that works. Thanks! I don't really speak Lua, but might try my hand at this some time.