[SCM] x264/master: autopkgtest: Check if produced file is H.264

onovy at users.alioth.debian.org onovy at users.alioth.debian.org
Sat Aug 13 12:57:51 UTC 2016


The following commit has been merged in the master branch:
commit be62f45a4881437c4e28f8f2f60ce50223b7df89
Author: Ondřej Nový <onovy at debian.org>
Date:   Sat Aug 13 14:55:25 2016 +0200

    autopkgtest: Check if produced file is H.264

diff --git a/debian/tests/encode-testimage b/debian/tests/encode-testimage
index c42c57f..c7f858a 100755
--- a/debian/tests/encode-testimage
+++ b/debian/tests/encode-testimage
@@ -9,4 +9,6 @@ cd "$ADTTMP"
 ffmpeg -y -filter_complex testsrc -t 10 in.avi
 x264 --crf 24 -o out.mkv in.avi
 ffprobe -of ini -show_streams out.mkv | tee avprobe.txt
-grep ^profile=High avprobe.txt
+grep "^codec_name=h264" avprobe.txt
+grep "^codec_long_name=H.264" avprobe.txt
+grep "^profile=High" avprobe.txt

-- 
x264 packaging



More information about the pkg-multimedia-commits mailing list