amatiman
2nd February 2006, 06:02
I am a very new person in the world of Audio & Video Enoding / Decoding.
The current assignment that I have been given is to develop an engine (in C) that would transform various RAW RGB & RAW YUV files from one form to other, i.e. RGB to YUV & vice-versa. ( RGB888 & below and YUV444 & below)
The problem Im facing is How to identify the format of the YUV & RGB files.What is the format of the Structure that defines its definition.
JI just wanna get an idea of the Structure that I can use to Decode these files in my programs. It wold be great if someone can show me a code segment ( preferably in "C" ) that reads & writes RGB & YUV files
Regards
A Matiman
The current assignment that I have been given is to develop an engine (in C) that would transform various RAW RGB & RAW YUV files from one form to other, i.e. RGB to YUV & vice-versa. ( RGB888 & below and YUV444 & below)
The problem Im facing is How to identify the format of the YUV & RGB files.What is the format of the Structure that defines its definition.
JI just wanna get an idea of the Structure that I can use to Decode these files in my programs. It wold be great if someone can show me a code segment ( preferably in "C" ) that reads & writes RGB & YUV files
Regards
A Matiman