aboutsummaryrefslogtreecommitdiff
path: root/example-scripts/av-stream-hd.sh
diff options
context:
space:
mode:
authorMaZderMind <git@mazdermind.de>2015-12-06 20:28:02 +0100
committerMaZderMind <git@mazdermind.de>2015-12-06 20:28:57 +0100
commit39c8cb3a0e3813ef77c61c601d0028281c04ad2d (patch)
tree8e4798e9b70732f1c28f180457e962c63f1a20ec /example-scripts/av-stream-hd.sh
parentb2b0e458a59ef8ede58b369a5d5194939021165d (diff)
[example-scripts] overhaul and test all example scripts, fixes #5
Diffstat (limited to 'example-scripts/av-stream-hd.sh')
-rwxr-xr-xexample-scripts/av-stream-hd.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/example-scripts/av-stream-hd.sh b/example-scripts/av-stream-hd.sh
deleted file mode 100755
index e273a02..0000000
--- a/example-scripts/av-stream-hd.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-ffmpeg -i tcp://localhost:11000 -aspect 16:9 -threads:0 0 \
--c:v libx264 \
--filter_complex "
- yadif=mode=2, hqdn3d [deinter];
- movie=$HOME/overlay_hd.png [logo];
- [deinter] [logo] overlay=0:0 [out]
-" -map '[out]' -maxrate:v:0 3000k -bufsize:v:0 8192k -crf:0 21 -pix_fmt:0 yuv420p -profile:v:0 main -g:v:0 25 -preset:v:0 veryfast \
--ac 1 -c:a libfdk_aac -b:a 96k -ar 44100 \
--map 0:a -filter:a:0 pan=mono:c0=FL \
--ac:a:2 2 \
--y -f flv rtmp://127.0.0.1:1935/stream/voctomix