2018-07-24 17:04 GMT+02:00, Federico Allegretti <[email protected]>:

> ffmpeg -video_size $RISOLUZIONE_video -f x11grab -i :0.0 -r 25 -i
> $SORGENTE_audio_stream  -c:v h264_omx -b:v $BITRATE_video -c:a aac -b:a
> $BITRATE_audio -ac 2 -ar 44100 -f mpegts -vbsf h264_mp4toannexb
> udp://$MULTIPLEXER_ip:$MULTIPLEXER_port

Complete, uncut console output missing, please remove the variables
when asking for support here.
"-r 25" is very wrong, you are feeding a value that only makes sense
for video into audio input and "-r" is wrong for x11grab input, use
"framerate".
(I thought the bitstream filter is not necessary anymore on the
command line.)

Carl Eugen
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to