I'm actually seeing issues with mp4 showing in the gallery. I get sound but no video.
I have modified the server_add task to not look for "mp4" and just "flv".
It would be nice if you could have advanced settings to see/change the images and video chosen from the directories.
I then use ffmpeg to convert the mp4 to flv and in a smaller/web friendly version
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).
---
Problems? Check gallery3/var/logs bugs/feature req's | upgrade to the latest code | use git | help! vote!
mbjr
Joined: 2005-11-03
Posts: 12
Posted: Sun, 2009-08-09 13:03
Is there any way to implement flash animation (swf) and shockwave (dcr) upload/view functionality?
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.
Cheers,
bharat
Joined: 2002-05-21
Posts: 7994
Posted: Fri, 2009-08-14 23:15
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.
---
Problems? Check gallery3/var/logs bugs/feature req's | upgrade to the latest code | use git | help! vote!
floridave
Joined: 2003-12-22
Posts: 27300
Posted: Sat, 2009-08-15 05:08
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.
Posts: 7994
Image: GIF, PNG, JPG
Movie: MP4, FLV
We may expand these types in the future, but we aimed for the minimum set that would satisfy 80+% of the market.
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git | help! vote!
Posts: 4
Don't the market used flash now a days? or mov stuff?
Posts: 7994
I don't understand what you're asking. FLV is flash video (so is MP4, they're compatible).
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git | help! vote!
Posts: 4
MP4 is flash (FLV)?
Posts: 11
I'm actually seeing issues with mp4 showing in the gallery. I get sound but no video.
I have modified the server_add task to not look for "mp4" and just "flv".
It would be nice if you could have advanced settings to see/change the images and video chosen from the directories.
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
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).
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git | help! vote!
Posts: 12
Is there any way to implement flash animation (swf) and shockwave (dcr) upload/view functionality?
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.
Cheers,
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.
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git | help! vote!
Posts: 27300
Flash video (FLV) and .swf / .dcr files are vastly different.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team