Enviado em 31/03/2013 - 17:14h
Estou usando esse script para fazer livestream no twitch funcionou mais que perfeito só tem um problema.INRES="1920x1080" # input resolution
#OUTRES="1024x640" # Output resolution
OUTRES="1920x1080" # Output resolution # target FPS
QUAL="medium" # one of the many FFMPEG preset on (k)ubuntu found in /usr/share/ffmpeg
CODEC="libx264"
# If you have low bandwidth, put the qual preset on 'fast' (upload bandwidth)
# If you have medium bandwitch put it on normal to medium
avconv \
-f x11grab -s $INRES -r 30 -i :0.0 \
-f alsa -ac 2 -i pulse \
-vcodec $CODEC -s $OUTRES -preset $QUAL \
-acodec libmp3lame -ar 44100 -threads 6 -qscale 3 -b 712000 -bufsize 512k \
-f flv "rtmp://live.justin.tv/app/AQUI TA DE BOA"
Como gerar um podcast a partir de um livro em PDF
Automatizando digitação de códigos 2FA no browser
Resolver problemas de Internet
Como compartilhar a tela do Ubuntu com uma Smart TV (LG, Samsung, etc.)
Conheça a 4Devs, caixa de ferramentas online para desenvolvedores
Como converter um vídeo MP4 para um GIF para publicar no README.md do seu repositório Github
Como Instalar o Microsoft Teams no Linux Ubuntu