QtAV icon indicating copy to clipboard operation
QtAV copied to clipboard

HAP decoding

Open leavittx opened this issue 9 years ago • 3 comments

It's more a question rather an bug report, really. Do you upload HAP codec encoded video frames directly to GPU memory (raw frames are compressed DXT1/DXT5 textures), or using ffmpeg built-in decoding? FFmpeg decoding uses software conversion under the hood, so it might be not the optimal way of doing things. I'm asking because the playback of hi-res HAP videos isn't as smooth as I expected in QtAV.

Thanks, Lev

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/38108011-hap-decoding?utm_campaign=plugin&utm_content=tracker%2F307703&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F307703&utm_medium=issues&utm_source=github).

leavittx avatar Oct 04 '16 09:10 leavittx

It's ffmpeg built-in decoder. Do you have a sample code to optimize the decoding?

wang-bin avatar Oct 05 '16 03:10 wang-bin

I think I would like to find time to implement it myself! The idea of it is quite simple, and I would like to get to know QtAV code a bit better.

leavittx avatar Oct 12 '16 00:10 leavittx

https://github.com/mattbeghin/FFmpegHapGlPlayer I hope QTAV can add efficient HAP coding, thank you. I don't know qtav, how do I add it?

o2co2 avatar Jul 06 '20 15:07 o2co2