File Types?
ZakRhino
Joined: 2009-01-30
Posts: 4 |
![]() |
What type of file attachments are allowed in Gallery3 (G3)? |
|
bharat
![]()
Joined: 2002-05-21
Posts: 7994 |
![]() |
Image: GIF, PNG, JPG We may expand these types in the future, but we aimed for the minimum set that would satisfy 80+% of the market. |
|
ZakRhino
Joined: 2009-01-30
Posts: 4 |
![]() |
Don't the market used flash now a days? or mov stuff? |
|
bharat
![]()
Joined: 2002-05-21
Posts: 7994 |
![]() |
I don't understand what you're asking. FLV is flash video (so is MP4, they're compatible). |
|
ZakRhino
Joined: 2009-01-30
Posts: 4 |
![]() |
MP4 is flash (FLV)? |
|
kinchyle
Joined: 2009-03-08
Posts: 11 |
![]() |
I'm actually seeing issues with mp4 showing in the gallery. I get sound but no video. I then use ffmpeg to convert the mp4 to flv and in a smaller/web friendly version for file in *.MP4;do ffmpeg -y -i $file -qscale 4 -s 320x240 -acodec copy -ar 22050 -f flv `basename $file .MP4`.flv;done |
|
bharat
![]()
Joined: 2002-05-21
Posts: 7994 |
![]() |
kinchyle: I'm not sure what you mean by "see/change the images and video chosen from the directories". Can you explain please? Even better, can you explain in a feature request (see the url below). |
|
mbjr
Joined: 2005-11-03
Posts: 12 |
![]() |
Is there any way to implement flash animation (swf) and shockwave (dcr) upload/view functionality? Cheers, |
|
bharat
![]()
Joined: 2002-05-21
Posts: 7994 |
![]() |
Because of the nature of SWF files, there is no inherently secure way to store them on your server. Ie, if you allow somebody to upload a .SWF file to your gallery they can upload a file which can do horrible things to you. If we allow this, then we'll get burned for providing an insecure product, so we're not going to allow this until SWF becomes more secure. |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
Quote:
I understand G3 is meant to be more strict however as of flash video present I can't see such a twist in this besides automated thumbnail generation probably. Flash video (FLV) and .swf / .dcr files are vastly different. Dave |
|