Skip to content

Commit

Permalink
Decrease framerate
Browse files Browse the repository at this point in the history
  • Loading branch information
varsill committed Mar 4, 2025
1 parent 8100f47 commit 3f3b731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/membrane_vpx_plugin/encoder/keyframes_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ defmodule Membrane.VPx.KeyframesTest do
pixel_format: :I420,
width: 1080,
height: 720,
framerate: {5, 1}
framerate: {2, 1}
})
|> child(:realtimer, Membrane.Realtimer)
|> child(:encoder, encoder_struct)
Expand Down

0 comments on commit 3f3b731

Please sign in to comment.