[Libav-user] FFMpeg dxva support

2012-06-11 Thread Jason LUN
Dear Sir, I am new to FFMpeg, and I got great experience on working with it. Currently, I am implementing a player which can play my 1080p h264 videos, it works fine with my i3 processor pc. However, when play the video with dual core pc, the decoding time is very slow for 0.08s per frame.

Re: [Libav-user] FFMpeg dxva support

2012-06-11 Thread Carl Eugen Hoyos
Jason LUN jason.lun@... writes: Therefore, I would like to ask how could I use the ffplay with dxva so that it can accelerate the decoding process? libavcodec contains support for dxva that can be used in videoplayers (vlc), ffplay does not contain any dxva-specific code. Carl Eugen