Skip to content

Commit 7d9b8db

Browse files
authored
Update video_ffmpeg.lua
added more framerate options
1 parent 6aa5893 commit 7d9b8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/video_ffmpeg.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ local resolutions = {
9696
}
9797
}
9898

99-
local framerates = {"15", "16", "23.98", "24", "25", "29,97", "30", "48", "50", "59.94", "60"}
99+
local 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"}
100100

101101
local formats = {
102102
["AVI"] = {

0 commit comments

Comments
 (0)