OMF Interchange
From Just Solve the File Format Problem
(Difference between revisions)
Line 10: | Line 10: | ||
==File Identification== | ==File Identification== | ||
Later OMF files can contain the hex values {{magic|6F6D66693A64617461}} starting at byte 5, which is <code>omfi:data</code> in ASCII<ref>https://web.archive.org/web/20110728123616/http://www.linuxmedialabs.com/Downloads/LSI/omfspec21.pdf</ref> | Later OMF files can contain the hex values {{magic|6F6D66693A64617461}} starting at byte 5, which is <code>omfi:data</code> in ASCII<ref>https://web.archive.org/web/20110728123616/http://www.linuxmedialabs.com/Downloads/LSI/omfspec21.pdf</ref> | ||
+ | |||
+ | Identification can also be made from 24 bytes from EOF.<ref>https://github.com/Ardour/ardour/blob/master/tools/omf/loader.cc#L149</ref> | ||
OMFI 1 and 2 are different and some later software may not be compatible with the earlier version.<ref>https://www.mixonline.com/recording/workstation-file-format-interchange-part-1-364921</ref> | OMFI 1 and 2 are different and some later software may not be compatible with the earlier version.<ref>https://www.mixonline.com/recording/workstation-file-format-interchange-part-1-364921</ref> |
Revision as of 01:21, 25 June 2022
Avid released a specification for a Open Media Framework Interchange file format, capable of containing audio, video, graphics, still images, etc[1][2]. The format was replaced with the Advanced Authoring Format[3][4].
File Identification
Later OMF files can contain the hex values 6F6D66693A64617461
starting at byte 5, which is omfi:data
in ASCII[5]
Identification can also be made from 24 bytes from EOF.[6]
OMFI 1 and 2 are different and some later software may not be compatible with the earlier version.[7]
Software
References
- ↑ https://en.wikipedia.org/wiki/Open_Media_Framework_Interchange
- ↑ https://web.archive.org/web/20000815100248/http://avid.com/3rdparty/omfi/index.html
- ↑ http://www.edlmax.com/FormatOmf.htm
- ↑ https://web.archive.org/web/20000816225754/http://www.avid.com/news/press_releases/product_news/aaf.html
- ↑ https://web.archive.org/web/20110728123616/http://www.linuxmedialabs.com/Downloads/LSI/omfspec21.pdf
- ↑ https://github.com/Ardour/ardour/blob/master/tools/omf/loader.cc#L149
- ↑ https://www.mixonline.com/recording/workstation-file-format-interchange-part-1-364921