how to set up ffmpeg stream
Hi,
Can someone help me to set up ffmpeg settings to steam following file live:
Format : AVI at 1.193 Kb/s
Length : 700 MB for 1h 22 min. 1s 0ms
Video #0 : MPEG-4 Visual at 1.050 Kb/s
Aspect : 640 x 352 (1.818) at 25.000 fps
Audio #0 : MPEG Audio at 128 Kb/s
Infos : 2 channels, 48,0 KHz
I am using following settings but I think are not correct:
ffmpeg -i "W2.avi" -acodec aac -vcodec libx264 -s 480x320 -preset ultrafast -f flv rtmp://live.xxxx.yyyyyy.dddd
Thank you for your help,
|