Re: [FFmpeg-user] anyone using the intel svt-vp9 encoder ?

2019-03-31 Thread Gyan
On 31-03-2019 08:08 PM, sean darcy wrote: Intel has open-sourced a vp9 encoder with claimed speeds much better than libvp9. Has anyone used it with ffmpeg ? The svt-vp9 README has: ffmpeg -i [input.mp4] -nostdin -f rawvideo -pix_fmt yuv420p - | ./SvtVp9EncApp -i stdin -n [number_of_frames_t

[FFmpeg-user] anyone using the intel svt-vp9 encoder ?

2019-03-31 Thread sean darcy
Intel has open-sourced a vp9 encoder with claimed speeds much better than libvp9. Has anyone used it with ffmpeg ? The svt-vp9 README has: ffmpeg -i [input.mp4] -nostdin -f rawvideo -pix_fmt yuv420p - | ./SvtVp9EncApp -i stdin -n [number_of_frames_to_encode] -w [width] -h [height] Which wou