aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tg15/streams/lorraine-encode.sh
blob: 91f413d0752416c7d5950356b83e58f529090062 (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 Hi50 --decklink-video-connection sdi \
 --sout-x264-preset medium --sout-x264-tune film --sout-transcode-threads 16 --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{fps=50,deinterlace,deinterlace-mode=yadi2x,vcodec=h264,vb=9500,acodec=mp4a,aenc=fdkaac,ab=256,channels=2}:duplicate{dst=std{access=http{metacube},mux=ts,dst=:5004/creativia.ts},dst=std{access=http{metacube},mux=ffmpeg{mux=flv},dst=:5004/creativia.flv}'