From 7092a2d6a6b2f988c86aea447edf553d0048cb4e Mon Sep 17 00:00:00 2001 From: Tobias Grimm Date: Wed, 7 Oct 2015 19:30:05 +0200 Subject: Imported v0.9.4 --- data/mkNoSignal.sh | 20 ++++++++++++++++++++ data/noSignal16x9-completelyBlack.mpg | Bin 0 -> 8811 bytes data/noSignal16x9-completelyBlack.png | Bin 0 -> 1367 bytes data/noSignal16x9.mpg | Bin 0 -> 36539 bytes data/noSignal16x9.png | Bin 0 -> 27461 bytes data/noSignal4x3-completelyBlack.mpg | Bin 0 -> 8811 bytes data/noSignal4x3-completelyBlack.png | Bin 0 -> 1367 bytes data/noSignal4x3-old.mpg | Bin 0 -> 25207 bytes data/noSignal4x3-old.png | Bin 0 -> 13205 bytes data/noSignal4x3-smallTextAtBottom.mpg | Bin 0 -> 25324 bytes data/noSignal4x3.mpg | Bin 0 -> 42278 bytes data/noSignal4x3.png | Bin 0 -> 35383 bytes 12 files changed, 20 insertions(+) create mode 100755 data/mkNoSignal.sh create mode 100644 data/noSignal16x9-completelyBlack.mpg create mode 100644 data/noSignal16x9-completelyBlack.png create mode 100644 data/noSignal16x9.mpg create mode 100644 data/noSignal16x9.png create mode 100644 data/noSignal4x3-completelyBlack.mpg create mode 100644 data/noSignal4x3-completelyBlack.png create mode 100644 data/noSignal4x3-old.mpg create mode 100644 data/noSignal4x3-old.png create mode 100644 data/noSignal4x3-smallTextAtBottom.mpg create mode 100644 data/noSignal4x3.mpg create mode 100644 data/noSignal4x3.png (limited to 'data') diff --git a/data/mkNoSignal.sh b/data/mkNoSignal.sh new file mode 100755 index 0000000..add133d --- /dev/null +++ b/data/mkNoSignal.sh @@ -0,0 +1,20 @@ +#!/bin/bash + +for inFile in noSignal4x3*.png ; do + outFile="$(basename "$inFile" .png).mpg" + cat "$inFile" \ + | pngtopnm \ + | ppmtoy4m -F 25:1 -A 4:3 -I p -r -S 420mpeg2 -v 2 -n 1 \ + | mpeg2enc -f 8 -a 2 -q 1 -n p -I 0 -T 120 -R 2 -g 10 -G 12 -o /dev/stdout \ + | cat >"$outFile" +done + +for inFile in noSignal16x9*.png ; do + outFile="$(basename "$inFile" .png).mpg" + cat "$inFile" \ + | pngtopnm \ + | ppmtoy4m -F 25:1 -A 16:9 -I p -r -S 420mpeg2 -v 2 -n 1 \ + | mpeg2enc -f 8 -a 3 -q 1 -n p -I 0 -T 120 -R 2 -g 10 -G 12 -o /dev/stdout \ + | cat >"$outFile" +done + diff --git a/data/noSignal16x9-completelyBlack.mpg b/data/noSignal16x9-completelyBlack.mpg new file mode 100644 index 0000000..b7fc48a Binary files /dev/null and b/data/noSignal16x9-completelyBlack.mpg differ diff --git a/data/noSignal16x9-completelyBlack.png b/data/noSignal16x9-completelyBlack.png new file mode 100644 index 0000000..929c032 Binary files /dev/null and b/data/noSignal16x9-completelyBlack.png differ diff --git a/data/noSignal16x9.mpg b/data/noSignal16x9.mpg new file mode 100644 index 0000000..87983d8 Binary files /dev/null and b/data/noSignal16x9.mpg differ diff --git a/data/noSignal16x9.png b/data/noSignal16x9.png new file mode 100644 index 0000000..198c699 Binary files /dev/null and b/data/noSignal16x9.png differ diff --git a/data/noSignal4x3-completelyBlack.mpg b/data/noSignal4x3-completelyBlack.mpg new file mode 100644 index 0000000..75adc88 Binary files /dev/null and b/data/noSignal4x3-completelyBlack.mpg differ diff --git a/data/noSignal4x3-completelyBlack.png b/data/noSignal4x3-completelyBlack.png new file mode 100644 index 0000000..929c032 Binary files /dev/null and b/data/noSignal4x3-completelyBlack.png differ diff --git a/data/noSignal4x3-old.mpg b/data/noSignal4x3-old.mpg new file mode 100644 index 0000000..ebf1ff1 Binary files /dev/null and b/data/noSignal4x3-old.mpg differ diff --git a/data/noSignal4x3-old.png b/data/noSignal4x3-old.png new file mode 100644 index 0000000..deaf7b1 Binary files /dev/null and b/data/noSignal4x3-old.png differ diff --git a/data/noSignal4x3-smallTextAtBottom.mpg b/data/noSignal4x3-smallTextAtBottom.mpg new file mode 100644 index 0000000..2370131 Binary files /dev/null and b/data/noSignal4x3-smallTextAtBottom.mpg differ diff --git a/data/noSignal4x3.mpg b/data/noSignal4x3.mpg new file mode 100644 index 0000000..b99720e Binary files /dev/null and b/data/noSignal4x3.mpg differ diff --git a/data/noSignal4x3.png b/data/noSignal4x3.png new file mode 100644 index 0000000..6948a8a Binary files /dev/null and b/data/noSignal4x3.png differ -- cgit v1.2.3