diff options
author | root <root@frank.tg14.gathering.org> | 2014-04-20 02:36:36 +0200 |
---|---|---|
committer | root <root@frank.tg14.gathering.org> | 2014-04-20 02:36:36 +0200 |
commit | b231e372681e6bfc499fd2aadda840e0b607278f (patch) | |
tree | d7f742eba33c5317417d5f53f6fa61287b2ba8ae /stream/encode/politietno/transcode-duplicate.sh | |
parent | 65f98b040aaff35202fa1e79c4f74fcdaf09329f (diff) |
Removed files from the root-directory. Moved into 'examples' dir.
Diffstat (limited to 'stream/encode/politietno/transcode-duplicate.sh')
-rwxr-xr-x | stream/encode/politietno/transcode-duplicate.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/stream/encode/politietno/transcode-duplicate.sh b/stream/encode/politietno/transcode-duplicate.sh deleted file mode 100755 index 591e529..0000000 --- a/stream/encode/politietno/transcode-duplicate.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -while :; do -cvlc -vv --decklink-audio-connection embedded --live-caching 2000 --decklink-aspect-ratio 16:9 --decklink-mode hp50 \ - --sout-x264-preset fast --sout-x264-tune film --sout-transcode-threads 24 --no-sout-x264-interlaced --sout-x264-keyint 50 --sout-x264-lookahead 100 --sout-x264-vbv-maxrate 4000 --sout-x264-vbv-bufsize 4000 decklink:// vlc://quit \ - --sout '#duplicate{dst="transcode{vcodec=h264,vb=6000,acodec=mp4a,aenc=fdkaac,ab=256}:std{access=udp,mux=ts,dst=151.216.125.4:4013}",dst="transcode{height=576,vcodec=h264,vb=2000,acodec=mp4a,aenc=fdkaac,ab=128}:std{access=udp,mux=ts,dst=151.216.125.4:4014}"}' -sleep 1 -done |