diff options
author | Joachim Tingvold <joachim@tingvold.com> | 2015-04-16 21:12:29 +0200 |
---|---|---|
committer | root <root@wat.gathering.org> | 2015-04-16 21:12:29 +0200 |
commit | df68d675e74633c1980838e8174e939dd4078f85 (patch) | |
tree | c546387a3bc83889401b0f6872fac36a341bd24b /examples/tg15/streams/dave-encode.sh | |
parent | 7147d88f6e3c15a2cce29fc39484280964ac81bc (diff) |
Added config used at TG15.
Diffstat (limited to 'examples/tg15/streams/dave-encode.sh')
-rw-r--r-- | examples/tg15/streams/dave-encode.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/tg15/streams/dave-encode.sh b/examples/tg15/streams/dave-encode.sh new file mode 100644 index 0000000..996b69f --- /dev/null +++ b/examples/tg15/streams/dave-encode.sh @@ -0,0 +1,7 @@ +#!/bin/bash +cvlc -I dummy -vvvv --decklink-audio-connection embedded --live-caching 3000 --decklink-aspect-ratio 16:9 --decklink-mode hp50 --decklink-video-connection sdi \ + --sout-x264-preset ultrafast --sout-x264-tune film --sout-transcode-threads 16 --no-sout-x264-interlaced --sout-mux-caching 3000 \ + --sout-x264-keyint 50 --sout-x264-lookahead 100 --sout-x264-vbv-maxrate 6000 --sout-x264-vbv-bufsize 6000 --ttl 60 \ + -v decklink:// vlc://quit \ + --sout \ +'#transcode{vcodec=h264,vb=5500,acodec=mp4a,aenc=fdkaac,ab=256,fps=50,channels=2}:duplicate{dst=std{access=http{metacube},mux=ts,dst=:5004/event.ts},dst=std{access=http{metacube},mux=ffmpeg{mux=flv},dst=:5004/event.flv}' |