On 01/03/18 11:57, oktay eşgül wrote: > Hi, > > I am trying to encode webrtc vidyo call records.Currently,we have Nvidia > 1080ti GPu and using cuda. > > Yet ,current gpu do not support webm encoding. Need to figure out > applicable hardware to be able to use webm encoding. > > As far as I understand,VAAPi and Intel kaby lake (vp9) and cherryview(vp8) > seems can be used for this purpose. > > The first question ,is there any gpu which support both vp8/vp9 webm > encoding? > > The second one is that is there someonr who has hands on experience with > vaapi and Intel gpus.
See <https://trac.ffmpeg.org/wiki/Hardware/QuickSync> - you want a Kaby Lake or later to have support for both VP8 and VP9. For details on how to use it with VAAPI, see <https://trac.ffmpeg.org/wiki/Hardware/VAAPI>. - Mark _______________________________________________ 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".
