Skip to content

Commit

Permalink
apriltag-track-movie: bugfix: do not change number of frames
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Apr 16, 2024
1 parent 92b22f6 commit 8d14c8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apriltag/apriltag-track-movie/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apriltag-track-movie"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions apriltag/apriltag-track-movie/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ impl FfmpegFrameIterator {
let args = [
"-nostdin",
"-i", &format!("{}", fname.as_ref().display()),
"-fps_mode", "passthrough",
"-f", "yuv4mpegpipe",
"pipe:",
];
Expand Down

0 comments on commit 8d14c8a

Please sign in to comment.