Skip to content

Commit

Permalink
add frame index into pretty print (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcrleonard authored Jan 4, 2025
2 parents 5d2124b + 3f68824 commit d1d01b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmd/TimecodeTool/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ func PrettyPrintValidate(r *timecodetool.ValidateResponse) {
dfIndicator = " (Drop Frame)"
}
fmt.Printf("Valid Timecode: ✅ Yes%s\n", dfIndicator)
fmt.Printf("Frame Index: %d\n", r.FrameIdx)
fmt.Printf("Next Timecode: %s\n", r.NextTimecode)
} else {
fmt.Printf("Valid Timecode: ❌ No\n")
Expand Down
2 changes: 1 addition & 1 deletion pkg/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.13
0.0.14

0 comments on commit d1d01b0

Please sign in to comment.