视频解码 [英] video decoding

查看:73
本文介绍了视频解码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我正在做有关IP摄像机的项目.我已将视频数据包解码为YUV格式.我需要将其转换为RGB以便在客户端显示.有人可以帮我一些YUV到RGB转换的代码吗.

这是代码:

Hi,

I am doing project on IP cameras. I have decoded the video packets to YUV format. I need to convert it to RGB for displaying it on the client side. Can anybody help me with some code for YUV to RGB conversion.

Here is the code :

decompPacket = decomp.Decompress(compressedPacket);



在那之后我应该如何进行,请帮助我.我是视频领域及其术语的新手.

问候
Sindhu



How should I proceed after that, kindly help me. I am a newbie to video domain and its jargons.

Regards
Sindhu

推荐答案

^ ]


您可以从此pdf开始,该pdf包含c ++和汇编语言.它讨论了使用sse指令可能实现的优化.

http://lestourtereaux.free.fr/papers/data/yuvrgb.pdf [ ^ ]

祝你好运!
You could start with this pdf which contains both c++ and assembly for this. It discusses the optimizations that are possible using sse instructions.

http://lestourtereaux.free.fr/papers/data/yuvrgb.pdf[^]

Good luck!


这篇关于视频解码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆