New Format Support
-
- getID3() v2 developer
- Posts:445
- Joined:Sun May 04, 2003 2:22 pm
- Location:Holmegaard, Denmark
Audio formats:
- mp3PRO
- DTS - As of 1.7.8
- Bonk - As of 1.6.3
- AC3 - As of 1.7.0b3
- Musepack SV4, SV5 - As of 1.7.0b4
- Shorten - As of 1.7.0b5
Container formats:
- MP4
- Matroska
- Ogg other than Vorbis, Speex and OggFlac. I.e. Ogg+Xvid.
- mp3PRO
- DTS - As of 1.7.8
- Bonk - As of 1.6.3
- AC3 - As of 1.7.0b3
- Musepack SV4, SV5 - As of 1.7.0b4
- Shorten - As of 1.7.0b5
Container formats:
- MP4
- Matroska
- Ogg other than Vorbis, Speex and OggFlac. I.e. Ogg+Xvid.
Last edited by Allan Hansen on Wed Dec 20, 2006 1:06 pm, edited 3 times in total.
-
- getID3() v1 developer
- Posts:1477
- Joined:Fri May 04, 2001 4:00 pm
- Are you a spambot?:no
- Location:Northern Ontario, Canada
- Contact:
All of the above are on the wishlist for future versions of getID3().
Shorten, Bonk, Matroska and SV6 are likely to be in v1.6.3.
I've looked and asked, but I still have absolutely no idea how to differentiate between an MP3 file an MP3pro file, so if anyone has documentation to that effect, please tell me how: info@getid3.org
I also have no documentation on AC-3 file format, if someone wants to point me in the right direction that would speed up me adding support to getID3()...
Shorten, Bonk, Matroska and SV6 are likely to be in v1.6.3.
I've looked and asked, but I still have absolutely no idea how to differentiate between an MP3 file an MP3pro file, so if anyone has documentation to that effect, please tell me how: info@getid3.org
I also have no documentation on AC-3 file format, if someone wants to point me in the right direction that would speed up me adding support to getID3()...
-
- getID3() v1 developer
- Posts:1477
- Joined:Fri May 04, 2001 4:00 pm
- Are you a spambot?:no
- Location:Northern Ontario, Canada
- Contact:
EXIF data from JPEG files is read by the PHP function exif_read_data(), if available in your installation of PHP.
-
- User
- Posts:1
- Joined:Wed Jun 01, 2005 3:23 pm
FLV support
Any plans for FLV (Flash video) support?
Thanks
Thanks
-
- User
- Posts:1
- Joined:Wed Sep 07, 2005 1:41 am
Re: FLV support
I'd like to add my voice to this request.kkatsuya wrote:Any plans for FLV (Flash video) support?
I use getID3() to support posting of MOV and WMV videos into our video manager application - as FLV video is a rapdily emerging video format standard we'd like to start using it, but can't until getID3() supports it.
Any plans to include this, or a timeframe? Anything I can do to help? :)
-
- User
- Posts:1
- Joined:Sun Dec 11, 2005 12:30 am
-
- getID3() v1 developer
- Posts:1477
- Joined:Fri May 04, 2001 4:00 pm
- Are you a spambot?:no
- Location:Northern Ontario, Canada
- Contact:
-
- User
- Posts:2
- Joined:Sat Apr 01, 2006 7:03 am
FLV support seems to be bugged.
For most of the modules in the system, there is a 12 byte buffer read in through module main constructor as it looks for the index/metadata to be ready.
For FLV it actually loads the entire file looking for data.
$FLVfileData = fread($fd, $ThisFileInfo['avdataend'] - $ThisFileInfo['avdataoffset']);
Anyone else notice this bug? Is there a fix?
Nero
For most of the modules in the system, there is a 12 byte buffer read in through module main constructor as it looks for the index/metadata to be ready.
For FLV it actually loads the entire file looking for data.
$FLVfileData = fread($fd, $ThisFileInfo['avdataend'] - $ThisFileInfo['avdataoffset']);
Anyone else notice this bug? Is there a fix?
Nero
-
- User
- Posts:1
- Joined:Sat Apr 22, 2006 3:59 pm
Support for MS Office, PDF, URL
I am using a version of ccHost which utilizes get ID3 for parsing file types. My implementation of ccHost is called teacherhost and is designed for teachers to be able to share instructional materials (mostly PDFs, MS Office file types, .txt, .rtf, html and urls) is this sort of support in getID3 possible/plausible or would it be easier to bypass getID3 altogether?
unlike other versions of ccHost like ccmixter ...we have little need for live media streaming but have a great need to be able to evaluate lesson plans, tests, quizzes, and URLs and other documents before downloading.
Thanks for any input here.
Sean Rugge
Teacherhost
unlike other versions of ccHost like ccmixter ...we have little need for live media streaming but have a great need to be able to evaluate lesson plans, tests, quizzes, and URLs and other documents before downloading.
Thanks for any input here.
Sean Rugge
Teacherhost
-
- getID3() v1 developer
- Posts:1477
- Joined:Fri May 04, 2001 4:00 pm
- Are you a spambot?:no
- Location:Northern Ontario, Canada
- Contact:
Re: Support for MS Office, PDF, URL
PDFs, Office Documents (as a whole, not specific types) and URLs are all very simple (near-trivial) to identify (getID3 v1.7.7 will identify, but not really parse, PDF and Office documents). Text, RTF and HTML are harder to identify, since their content is very flexible (RTF and HTML are both specialized types of text files -- how much HTML has to be in a text file for it to stop being "text" and start being HTML?, etc).rugges wrote:(mostly PDFs, MS Office file types, .txt, .rtf, html and urls) is this sort of support in getID3 possible/plausible or would it be easier to bypass getID3 altogether?
-
- User
- Posts:22
- Joined:Fri Dec 08, 2006 7:16 pm
- Location:Los Angeles
mp4 video support
This is now desperately needed as the popularity of this format is exploding.
Particularly H.264 in either 'mov', 'mp4', 'm4v' containers. (I think Playstation also uses a mp4 container as well, but not as familiar with that.)
Seems to 'sort of' work with Quicktime 'mov' files containing H.264 provided that you disable the 'stts' atom and allocate plenty of memory.
By 'sort of', I mean that it will at least report the correct file length, bit-depth, and audio information. Doesn't report the codec.
Particularly H.264 in either 'mov', 'mp4', 'm4v' containers. (I think Playstation also uses a mp4 container as well, but not as familiar with that.)
Seems to 'sort of' work with Quicktime 'mov' files containing H.264 provided that you disable the 'stts' atom and allocate plenty of memory.
By 'sort of', I mean that it will at least report the correct file length, bit-depth, and audio information. Doesn't report the codec.
-
- getID3() v1 developer
- Posts:1477
- Joined:Fri May 04, 2001 4:00 pm
- Are you a spambot?:no
- Location:Northern Ontario, Canada
- Contact: