.MOV Files not supported?
TheTspoT.org
![]()
Joined: 2005-03-30
Posts: 3 |
![]() |
How do I make .mov files a supported file type? instead of displaying like my other movies it says "unknown file type". If there is a way to add more supported file types that would be great info too. Thanks for any help you can offer. ---- |
|
mindless
![]()
Joined: 2004-01-04
Posts: 8601 |
![]() |
is current cvs/nightly you can activate the mime module and view/edit mime types in Site Admin. .mov is in the default list of mime types though. |
|
TheTspoT.org
![]()
Joined: 2005-03-30
Posts: 3 |
![]() |
I am using 2.0, and I do not see a mime types module. |
|
mindless
![]()
Joined: 2004-01-04
Posts: 8601 |
![]() |
that's why i said current cvs/nightly. |
|
krunk
![]()
Joined: 2006-08-19
Posts: 26 |
![]() |
For some reason, when I add *.mov files, Gallery detects them correctly and says it's a movie type, however once added and tried to load, it's an unknown type. for example: I've verified that mimeTypes for application/quicktime has .mov and .qt I was wondering which file actually determines what type it is upon loading so I can try to debug where the problem is. Thanks in advance! |
|
krunk
![]()
Joined: 2006-08-19
Posts: 26 |
![]() |
I went through the g2 mysql tables and found these: In g2_Entity, my .mov files is marked as GalleryUnknownItem I tried changing it to GalleryMovieItem, but nothing seemed to change on the page. In g2_DataItem, the mime type is set correctly In the g2_Item table, In g2_MimeTypeMap, I see this entry: The item didn't exist in g2_MovieItem, I had tried to add it but once again, nothing happened. Not sure if the above will help you figure out what my problem is, but any suggestions on whta to do would be appreciate. //krunk (^_^x) |
|
krunk
![]()
Joined: 2006-08-19
Posts: 26 |
![]() |
nevermind, it turns out I had to update ffmpeg and now it's working fine. //krunk (^_^x) |
|