We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd029f0 commit 3a33286Copy full SHA for 3a33286
dpxderiver
@@ -167,6 +167,7 @@ while [ "${*}" != "" ] ; do
167
# set input_options for transcoding
168
input_options+=(-v warning)
169
input_options+=(-stats)
170
+ input_options+=(-framerate ${input_frame_rate})
171
input_options+=(-start_number ${start_number})
172
if [ "${overwrite_outputs}" ] ; then
173
input_options+=(-"${overwrite_outputs}")
0 commit comments