diff options
author | MaZderMind <git@mazdermind.de> | 2015-12-06 20:28:02 +0100 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2015-12-06 20:28:57 +0100 |
commit | 39c8cb3a0e3813ef77c61c601d0028281c04ad2d (patch) | |
tree | 8e4798e9b70732f1c28f180457e962c63f1a20ec /example-scripts/av-stream-sd.sh | |
parent | b2b0e458a59ef8ede58b369a5d5194939021165d (diff) |
[example-scripts] overhaul and test all example scripts, fixes #5
Diffstat (limited to 'example-scripts/av-stream-sd.sh')
-rwxr-xr-x | example-scripts/av-stream-sd.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/example-scripts/av-stream-sd.sh b/example-scripts/av-stream-sd.sh deleted file mode 100755 index 608c643..0000000 --- a/example-scripts/av-stream-sd.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -ffmpeg -i tcp://localhost:11000 -aspect 16:9 -threads:0 0 \ --c:v libx264 \ --filter_complex " - yadif=mode=2, hqdn3d, scale=720:576 [out] -" -map '[out]' -maxrate:v:0 800k -bufsize:v:0 8192k -crf:0 18 -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/s5_native_sd |