To stream video and audio over a network, use the following command:
ffmpeg -i input.mp4 -c:v libx264 -crf 18 -c:a aac -b:a 128k -f flv rtmp://localhost:1935/stream the pitt s01e03 ffmpeg
ffmpeg -i input.mp4 -vf "scale=640:480, crop=320:240" -c:v libx264 -crf 18 output.mp4 To stream video and audio over a network,