Commit 4a753fc5 authored by Stefano Sabatini's avatar Stefano Sabatini

tests: prefer ffprobe -show_entries to -show_format_entry

The latter option was deprecated.
parent a9cfbf6d
......@@ -71,7 +71,7 @@ run(){
}
probefmt(){
run ffprobe -show_format_entry format_name -print_format default=nw=1:nk=1 -v 0 "$@"
run ffprobe -show_entries format=format_name -print_format default=nw=1:nk=1 -v 0 "$@"
}
ffmpeg(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment