We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0201cf commit 4b620a2Copy full SHA for 4b620a2
test/writing.jl
@@ -200,7 +200,7 @@ end
200
@testset "Encoding video with float frame rates" begin
201
n = 100
202
fr = 29.5 # 59 // 2
203
- target_dur = 3.389831
+ target_dur = n / fr
204
@testset "Encoding with frame rate $(float(fr))" begin
205
imgstack = map(x -> rand(UInt8, 100, 100), 1:n)
206
encoder_options = (color_range = 2, crf = 0, preset = "medium")
0 commit comments