[FFmpeg-user] Help required in vp9 streaming on LAN using 2 Pass encoding

USMAN AAMER bitf13m541 at pucit.edu.pk
Wed Oct 14 13:34:56 EEST 2020


Hi,

I am working on vp9-RTP streaming over LAN and want to perform 2 pass
encoding but unable to do so as it is not generating .sdp file.

I am using the following command:

  ffmpeg -i input.mp4 -c:v libvpx-vp9 -b:v 1M -pass 1 -an -f null /dev/null
&& ffmpeg -i input.mp4 -c:v libvpx-vp9 -an -b:v 1M -pass 2 -c:a -f rtp
rtp://192.168.12.5:5004

Kindly guide me that what mistake I am doing. or in what way I can perform
2 pass encoding.

Thanks


More information about the ffmpeg-user mailing list