Skip to content

Commit 3a33286

Browse files
authoredAug 24, 2016
framerate fix
1 parent bd029f0 commit 3a33286

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎dpxderiver

+1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ while [ "${*}" != "" ] ; do
167167
# set input_options for transcoding
168168
input_options+=(-v warning)
169169
input_options+=(-stats)
170+
input_options+=(-framerate ${input_frame_rate})
170171
input_options+=(-start_number ${start_number})
171172
if [ "${overwrite_outputs}" ] ; then
172173
input_options+=(-"${overwrite_outputs}")

0 commit comments

Comments
 (0)
Please sign in to comment.