Atom Feed
RSS Feed
Buy Mike Recommended
edit systems & gear
from Silverado Systems
Buy Books, Software, & More
at HD for Indies Amazon Store
Buy New Movies from
HD for Indies Amazon Store
Or, you can also support
HD4NDs by contributing
to the tip jar...
Help Support HD for Indies
RSS Feed
Buy Mike Recommended
edit systems & gear
from Silverado Systems
Buy Books, Software, & More
at HD for Indies Amazon Store
Buy New Movies from
HD for Indies Amazon Store
Or, you can also support
HD4NDs by contributing
to the tip jar...
Help Support HD for Indies
Advertisements
Great HD Links
- HD For Indies Home Page
- HD For Indies FAQ
- HD 24
- Cinematography
- Bare Feats
- 24p Entertainment
- Light Illusion (was Digital Praxis)
- OneRiver Codec Resource
- CamcorderInfo.com
- LumiereHD
- HighDef.org Info
- Understanding RAID
- Video Systems (Reviews)
- DV Film (DV=>Film)
- SonyHDVInfo.com
- Plus 8 Digital (vendor)
- Digital Cinema Society
- Texas High Def (local F900 guy)
- Creative Cow (news & forums)
- Philadelphia FCP User Group
- Los Angeles FCP User Group
- Cinema Tech
- FresHDV
- DV Info's forums
- HVX User
- Pro App Tips
- Bluesky Media - Instruction
- RedUser.net
- fxguide
- little frog in high def
- VideoMaker Learning Section
- Stu Maschwitz's ProLost
Archives
- March 2004
- April 2004
- May 2004
- June 2004
- July 2004
- August 2004
- September 2004
- October 2004
- November 2004
- December 2004
- January 2005
- February 2005
- March 2005
- April 2005
- May 2005
- June 2005
- July 2005
- August 2005
- September 2005
- October 2005
- November 2005
- December 2005
- January 2006
- February 2006
- March 2006
- April 2006
- May 2006
- June 2006
- July 2006
- August 2006
- September 2006
- October 2006
- November 2006
- December 2006
- January 2007
- February 2007
- March 2007
- April 2007
- May 2007
- June 2007
- July 2007
- August 2007
- September 2007
- October 2007
- November 2007
- December 2007
- January 2008
- February 2008
- March 2008
- April 2008
- May 2008
- June 2008
- July 2008
- August 2008
- September 2008
- November 2008
- December 2008
- January 2009
- March 2009
- April 2009
- May 2009
- June 2009
- July 2009
- August 2009
- September 2009
High Definition Video for Independent Filmmakers
A How To Guide for Digital Filmmakers
Welcome all! This is my blog to share my latest research,
thoughts, etc. on utilizing HD for independent filmmaking.
YES, I am available for consulting
Contact me at mike@hdforindies.com
All content copyright 2004-2007 Mike Curtis.
Tuesday, March 22, 2005
Avid makes DNxHD codec source code available for download UPDATED
UPDATE: It's been pointed out to me that the licensing terms of this source code make it OK to download but not to distribute in the way I was thinking. As Sean posted in the comments:
Unfortunately, you can only use the code for "internal development". So basically your dream of a QuickTime codec is going nowhere unless someone gets a real "license" from Avid. Also, this static C library is unoptimized, so forget about realtime transcode or playback--Altivec and SSE2 optimizations are strictly forbidden in the download license.
I think the reasons Avid put this out was 1) it makes them look an open source friendly company, 2) it could be used by post houses that wanted to read DNxHD media frame by frame into a compositing system 3) companies could evaluate it for licensing in devices. Ikegami has a camera in development that will record DnxHD 220.
While it is a great codec, it will not never be a widely used codec outside of Avid systems.
...so it looks like a QT codec for general public use isn't going to happen. Too bad. I think I wrote about it this way in the past but forgot.
END UPDATE
Avid has made the source code available for download for the Avid DNxHD codec. This is Avid's compressed HD codec, available in both 8 and 10 bit versions. It's very efficient, I've seen some footage and it looked pretty good. I'd love to see somebody make a Mac QuickTime codec from this, it shouldn't be too hard to do...hint hint, coder geeks!
And unlike other compressed HD codecs available for Macs, such as DVCPRO HD or HDV, it's full raster. DVCPRO HD is either 960x720 (instead of full raster 1280x720) or 1280x1080 (instead of full raster 1920x1080), and is always 8 bits/pixel, allowing only 256 shades per channel. 10 bit codecs allow for 1024 shades per channel, much more subtlety...
There are several options available: a 145 megabit 8 bit codec, a 220 megabit 8 bit codec (only 4:1 compression), and a 10 bit 220 megabit codec (6:1 compression).
Then it would be up to Apple to support it as a codec for RT effects to make it truly useful..not a very likely scenario.
-mike
Unfortunately, you can only use the code for "internal development". So basically your dream of a QuickTime codec is going nowhere unless someone gets a real "license" from Avid. Also, this static C library is unoptimized, so forget about realtime transcode or playback--Altivec and SSE2 optimizations are strictly forbidden in the download license.
I think the reasons Avid put this out was 1) it makes them look an open source friendly company, 2) it could be used by post houses that wanted to read DNxHD media frame by frame into a compositing system 3) companies could evaluate it for licensing in devices. Ikegami has a camera in development that will record DnxHD 220.
While it is a great codec, it will not never be a widely used codec outside of Avid systems.
...so it looks like a QT codec for general public use isn't going to happen. Too bad. I think I wrote about it this way in the past but forgot.
END UPDATE
Avid has made the source code available for download for the Avid DNxHD codec. This is Avid's compressed HD codec, available in both 8 and 10 bit versions. It's very efficient, I've seen some footage and it looked pretty good. I'd love to see somebody make a Mac QuickTime codec from this, it shouldn't be too hard to do...hint hint, coder geeks!
And unlike other compressed HD codecs available for Macs, such as DVCPRO HD or HDV, it's full raster. DVCPRO HD is either 960x720 (instead of full raster 1280x720) or 1280x1080 (instead of full raster 1920x1080), and is always 8 bits/pixel, allowing only 256 shades per channel. 10 bit codecs allow for 1024 shades per channel, much more subtlety...
There are several options available: a 145 megabit 8 bit codec, a 220 megabit 8 bit codec (only 4:1 compression), and a 10 bit 220 megabit codec (6:1 compression).
Then it would be up to Apple to support it as a codec for RT effects to make it truly useful..not a very likely scenario.
-mike
Comments:
Unfortunately, you can only use the code for "internal development". So basically your dream of a QuickTime codec is going nowhere unless someone gets a real "license" from Avid. Also, this static C library is unoptimized, so forget about realtime transcode or playback--Altivec and SSE2 optimizations are strictly forbidden in the download license.
I think the reasons Avid put this out was 1) it makes them look an open source friendly company, 2) it could be used by post houses that wanted to read DNxHD media frame by frame into a compositing system 3) companies could evaluate it for licensing in devices. Ikegami has a camera in development that will record DnxHD 220.
While it is a great codec, it will not never be a widely used codec outside of Avid systems.
Sean
I think the reasons Avid put this out was 1) it makes them look an open source friendly company, 2) it could be used by post houses that wanted to read DNxHD media frame by frame into a compositing system 3) companies could evaluate it for licensing in devices. Ikegami has a camera in development that will record DnxHD 220.
While it is a great codec, it will not never be a widely used codec outside of Avid systems.
Sean
http://arhiv.elvira.com.ua/kmstudio/video/
This site has a complied version of the Avid codec for download.
This site has a complied version of the Avid codec for download.
Avid has released a Quicktime version. Tried it out with Final Cut and it seems to work fine.
http://www.avid.com/onlineSupport/supportcontent.asp?productID=0&contentID=7952
http://www.avid.com/onlineSupport/supportcontent.asp?productID=0&contentID=7952
酒店經紀人,
菲梵酒店經紀,
酒店經紀,
禮服酒店上班,
酒店小姐兼職,
便服酒店經紀,
酒店打工經紀,
制服酒店工作,
專業酒店經紀,
合法酒店經紀,
酒店暑假打工,
酒店寒假打工,
酒店經紀人,
菲梵酒店經紀,
酒店經紀,
禮服酒店上班,
酒店經紀人,
菲梵酒店經紀,
酒店經紀,
禮服酒店上班,
酒店小姐兼職,
便服酒店工作,
酒店打工經紀,
制服酒店經紀,
專業酒店經紀,
合法酒店經紀,
酒店暑假打工,
酒店寒假打工,
酒店經紀人,
菲梵酒店經紀,
酒店經紀,
禮服酒店上班,
酒店小姐兼職,
便服酒店工作,
酒店打工經紀,
制服酒店經紀,
酒店經紀,
菲
梵,1
Post a Comment
菲梵酒店經紀,
酒店經紀,
禮服酒店上班,
酒店小姐兼職,
便服酒店經紀,
酒店打工經紀,
制服酒店工作,
專業酒店經紀,
合法酒店經紀,
酒店暑假打工,
酒店寒假打工,
酒店經紀人,
菲梵酒店經紀,
酒店經紀,
禮服酒店上班,
酒店經紀人,
菲梵酒店經紀,
酒店經紀,
禮服酒店上班,
酒店小姐兼職,
便服酒店工作,
酒店打工經紀,
制服酒店經紀,
專業酒店經紀,
合法酒店經紀,
酒店暑假打工,
酒店寒假打工,
酒店經紀人,
菲梵酒店經紀,
酒店經紀,
禮服酒店上班,
酒店小姐兼職,
便服酒店工作,
酒店打工經紀,
制服酒店經紀,
酒店經紀,
菲
梵,1
Links to this post:

