]> git.sesse.net Git - ffmpeg/blobdiff - tests/fate-run.sh
Merge commit 'cd529172377229f2e86987869ccc08f426bfe114'
[ffmpeg] / tests / fate-run.sh
index 9f5690d7be91d5f407cc1a96785863ef59bfdc1c..52ddc22300088124ccead13d29daaec11240f255 100755 (executable)
@@ -75,6 +75,10 @@ probefmt(){
     run ffprobe -show_entries format=format_name -print_format default=nw=1:nk=1 -v 0 "$@"
 }
 
+probeframes(){
+    run ffprobe -show_frames -v 0 "$@"
+}
+
 ffmpeg(){
     dec_opts="-threads $threads -thread_type $thread_type"
     ffmpeg_args="-nostats -cpuflags $cpuflags"