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-duplicate2.sh | |
parent | 65f98b040aaff35202fa1e79c4f74fcdaf09329f (diff) |
Removed files from the root-directory. Moved into 'examples' dir.
Diffstat (limited to 'stream/encode/politietno/transcode-duplicate2.sh')
-rwxr-xr-x | stream/encode/politietno/transcode-duplicate2.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/stream/encode/politietno/transcode-duplicate2.sh b/stream/encode/politietno/transcode-duplicate2.sh deleted file mode 100755 index 6b85d1d..0000000 --- a/stream/encode/politietno/transcode-duplicate2.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -# event signal: -# transcode hd and move to reflector -# mirror signal to encoder2 (kliniskarbeidsflate) and transcode sd -> reflector -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 22 --no-sout-x264-interlaced --sout-x264-keyint 50 --sout-x264-lookahead 100 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="std{access=udp,mux=ts,dst=151.216.125.9:4014}"}' -sleep 1 -done |