Anyone know any very advanced and detailed tutorials on the web? Advanced 2 the point were I could read the bytes of the video file and know what it all means (ex: beable to find all the information saved in the video, understand the compressing, etc). I know there are many different types of videos with type of codecs. Nonetheless I still want to start somewhere.
Once I learn the in's and out's of this, id like to eventually be able to code a video player. Then maybe eventually code a video editor.
+ Reply to Thread
Results 1 to 2 of 2
-
-
Umm, I'd say start with one video format and work out from there.
Start here. Read and understand it and then ask again with more specifics.
http://www.fourcc.org/
PS: If you don't know where to start most computer graphics courses start with the 1Kx1K 24bpp RGB frame buffer (one byte per component per pixel).
A more video oriented raster would be 640x480 square pixel.
Next understand YUV color space and UYVY 16 bit or YUY2/YUYV variations.
ITU-Rec-601 specifies a 720x480 or 720x576 raster with non-square pixels.
Frame rates are 29.97 (NTSC ref) or 25 (PAL ref).
Similar Threads
-
Owners Manual, Detailed Explanation of CapDVHS
By eddiegnz1 in forum DVB / IPTVReplies: 3Last Post: 17th May 2011, 17:39 -
advice or DETAILED insturctions on VHS to DVD please :-)
By Foofsmom in forum Newbie / General discussionsReplies: 8Last Post: 9th Jul 2009, 14:15 -
detailed infos about AC3
By cd090580 in forum Newbie / General discussionsReplies: 1Last Post: 6th Aug 2008, 07:00 -
Avisynth tutorials?
By rocky12 in forum Newbie / General discussionsReplies: 7Last Post: 25th Jul 2008, 22:40 -
Creating video tutorials
By jwfc in forum EditingReplies: 5Last Post: 19th Oct 2007, 18:04