Skip to content

Commit 4b620a2

Browse files
suggestion
1 parent c0201cf commit 4b620a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/writing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ end
200200
@testset "Encoding video with float frame rates" begin
201201
n = 100
202202
fr = 29.5 # 59 // 2
203-
target_dur = 3.389831
203+
target_dur = n / fr
204204
@testset "Encoding with frame rate $(float(fr))" begin
205205
imgstack = map(x -> rand(UInt8, 100, 100), 1:n)
206206
encoder_options = (color_range = 2, crf = 0, preset = "medium")

0 commit comments

Comments
 (0)