Skip to content

Commit

Permalink
Adding FPS to the video test (just to have it)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yahweasel committed Feb 16, 2024
1 parent d9bf715 commit a3cdab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/625-filtering-video.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if (typeof packets[streamIdx][0] !== "number")

// Get a filter graph that won't really do anything
const [filter_graph, buffersrc_ctx, buffersink_ctx] =
await libav.ff_init_filter_graph("scale=1920:1080,scale=1280:720", {
await libav.ff_init_filter_graph("scale=1920:1080,fps=120,fps=60,scale=1280:720", {
type: libav.AVMEDIA_TYPE_VIDEO,
time_base: [1, 1000],
frame_rate: 60,
Expand Down

0 comments on commit a3cdab1

Please sign in to comment.