aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tg15/streams/dave-encode.sh
blob: 996b69fce6e873b80a535a6a987d1b3bd092a02b (plain)
1
2
3
4
5
6
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}'