Skip to content

Commit

Permalink
Use ffprobe when available, in fvi
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Jan 11, 2024
1 parent 7760d3f commit a128b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fvi
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ EOF
*.mpg4 | *.wmv | *.mts | \
*.amv | *.ram \
) filetype_label Video or audio file
ffmpeg -i "$f"
ffprobe "$f" || ffmpeg -i "$f"
;;

# Plain compressed files must come after otherwise compressed files
Expand Down

0 comments on commit a128b7a

Please sign in to comment.