H264Naked icon indicating copy to clipboard operation
H264Naked copied to clipboard

Export to image?

Open edin-m opened this issue 5 years ago • 2 comments

Is it possible to export h264 frame data to image? Would this be difficult to add? If possible and you can't work on it please put pointers the best way you think to do it.

edin-m avatar Dec 28 '18 20:12 edin-m

That would be a useful feature.

And not in a decode-reencode way, but to just dump the slice and any metadata like SPS/PPS/etc blocks that are in effect for it.

On Friday, December 28, 2018, Edin Mujagic [email protected] wrote:

Is it possible to export h264 frame data to image? Would this be difficult to add? If possible and you can't work on it please put pointers the best way you think to do it.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/shi-yan/H264Naked/issues/4, or mute the thread https://github.com/notifications/unsubscribe-auth/ACQedq2tZNnzOMallI4SOmnNzvl3yR4gks5u9oM7gaJpZM4ZkNRt .

MarcusJohnson91 avatar Dec 30 '18 02:12 MarcusJohnson91

should be doable. if you don't need to see the images, it should be very straight forward.

if you need to see the image, you might use avcodec for decoding.

This is just a quick weekend hack, I haven't maintained it for quite long time.

shi-yan avatar Jan 05 '19 01:01 shi-yan