PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > General Forums > Before You Buy

Before You Buy Have questions about PhotoPost, ReviewPost and/or PhotoPost Classifieds before you buy?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old February 10th, 2005, 01:06 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Jun 2004
Posts: 78
Modifying vbadvanced gallery

I am in the process on buying this product. While I am waiting for my transaction to be cleared, I'd like to have a couple questions.

1) Is it okie to modify your product and integrate it to other one or two third-party softwares while it is still in RC?

I plan to use this product exclusively for adult room. Basically, I will use this product to display adult images and videos. The third party softwares will extract the video resolution information and display them in their true size. It will also able to a snapshot of the video and create a thumbnail (I hope it works )

2) I already have thousands of images hosted on another server, and reuploading them to the sever that will host this product will be painful. Is it possible to have all critical information of those files stored on vba gallery, and it will display the thumbnail or pix once requested?

Thanks for reading
stitch is offline   Reply With Quote
Old February 10th, 2005, 01:22 PM   #2 (permalink)
Ultimate Member
Verified Customer
 
ConqSoft's Avatar
 
Join Date: Nov 2003
Location: Raleigh, NC
Posts: 1,417
Re: Modifying vbadvanced gallery

You can modify it however you like, and long as you're within the license agreement...
ConqSoft is offline   Reply With Quote
Old February 10th, 2005, 01:37 PM   #3 (permalink)
Registered User
Verified Customer
 
KW802's Avatar
 
Join Date: Nov 2005
Posts: 1,408
Re: Modifying vbadvanced gallery

Quote:
Originally Posted by stitch
I plan to use this product exclusively for adult room. Basically, I will use this product to display adult images and videos. The third party softwares will extract the video resolution information and display them in their true size. It will also able to a snapshot of the video and create a thumbnail (I hope it works )
I'm going to leave the license question to Brian & Zachery but the part above caught my attention.... Can I ask what the 3rd party software will generate thumbs for the videos?

I'm working on some hacks to auto-play SWF, video, and audio files inline and for the video files I was looking at http://www.getid3.org/ to get the dimensions but I haven't come across anything yet that'll give me thumbs from video.

Thanks,
Kevin
KW802 is offline   Reply With Quote
Old February 10th, 2005, 01:39 PM   #4 (permalink)
Brian
Guest
 
Posts: n/a
Re: Modifying vbadvanced gallery

1). Yes.
2). I'm sure it's possible, but will probably require a good deal of work.
  Reply With Quote
Old February 10th, 2005, 02:11 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Jun 2004
Posts: 78
Re: Modifying vbadvanced gallery

ConqSoft

Thanks

Brian

Thanks

KW802

I got the getid3 to work with my video files. For the thumbnail creation, you will need the program call snatchit. Their newer version come with command line support.

I have test it on my own server and my own personal computer.

For the command line to work, your server cannot have any other codec than window media. The uploaded clips have to be standard. Divx and other codec won't talk the command line syntaxes.

The problem I am facing now is that the command line script creation and execution.

I can use php to create a standard .bat file and execute it on the fly. However, I won't get the any feedback from script. The only solution I have is creating a temp directory and dump the thumbnail in there. Then use the move file feature in php and copy them to appropriate directory.
stitch is offline   Reply With Quote
Old February 10th, 2005, 02:18 PM   #6 (permalink)
Registered User
Verified Customer
 
KW802's Avatar
 
Join Date: Nov 2005
Posts: 1,408
Re: Modifying vbadvanced gallery

Ok, found Snatchit! (http://www.theedgeofforever.com/). Darn. It's a windows app.... I was thinking you found the holy grail and figured out a way of creatings thumbs from PHP.
KW802 is offline   Reply With Quote
Old February 10th, 2005, 02:20 PM   #7 (permalink)
Ultimate Member
Verified Customer
 
ConqSoft's Avatar
 
Join Date: Nov 2003
Location: Raleigh, NC
Posts: 1,417
Re: Modifying vbadvanced gallery

I would think that automating the thumbnails for a video wouldn't be the best idea, because the frame that you would want to use will vary from video to video.... If you tell it to always grab a certain frame, you may get blanks, etc, right?
ConqSoft is offline   Reply With Quote
Old February 10th, 2005, 02:20 PM   #8 (permalink)
Member
Verified Customer
 
Join Date: Jun 2004
Posts: 78
Re: Modifying vbadvanced gallery

Quote:
Originally Posted by KW802
Ok, found Snatchit! (http://www.theedgeofforever.com/). Darn. It's a windows app.... I was thinking you found the holy grail and figured out a way of creatings thumbs from PHP.

Other than this, have your take a look at those id3 files?
stitch is offline   Reply With Quote
Old February 10th, 2005, 02:21 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: Jun 2004
Posts: 78
Re: Modifying vbadvanced gallery

Quote:
Originally Posted by ConqSoft
I would think that automating the thumbnails for a video wouldn't be the best idea, because the frame that you would want to use will vary from video to video.... If you tell it to always grab a certain frame, you may get blanks, etc, right?

I always tell it to grab the images from 20 seconds and up
stitch is offline   Reply With Quote
Old February 10th, 2005, 02:23 PM   #10 (permalink)
Ultimate Member
Verified Customer
 
ConqSoft's Avatar
 
Join Date: Nov 2003
Location: Raleigh, NC
Posts: 1,417
Re: Modifying vbadvanced gallery

Quote:
Originally Posted by stitch
I always tell it to grab the images from 20 seconds and up
Yeah, but that still may not be the best frame to showcase that particular video.

Crude example: If the video is about a car, it may grab a frame from a cut scene that is showing a mountain, when you'd most likely want it to show a scene containing the car.
ConqSoft is offline   Reply With Quote
Old February 10th, 2005, 02:28 PM   #11 (permalink)
Registered User
Verified Customer
 
KW802's Avatar
 
Join Date: Nov 2005
Posts: 1,408
Re: Modifying vbadvanced gallery

Quote:
Originally Posted by stitch
Other than this, have your take a look at those id3 files?
Only preliminarily. I've gotten SWF files to be automatically resized and played inline/embedded based upon their actual dimensions to get my height & width logic worked out and am moving on to video & audio. I've got a basic object & embed tag working now for audio & video and integrating the ID3 code was going to be my next move.
KW802 is offline   Reply With Quote
Old February 10th, 2005, 02:29 PM   #12 (permalink)
Registered User
Verified Customer
 
KW802's Avatar
 
Join Date: Nov 2005
Posts: 1,408
Re: Modifying vbadvanced gallery

Quote:
Originally Posted by ConqSoft
Yeah, but that still may not be the best frame to showcase that particular video.

Crude example: If the video is about a car, it may grab a frame from a cut scene that is showing a mountain, when you'd most likely want it to show a scene containing the car.
For the types of video clips that he's planning, I think it's safe to say that there won't be too many cut scenes without something to look at in it.
KW802 is offline   Reply With Quote
Old February 10th, 2005, 02:31 PM   #13 (permalink)
Ultimate Member
Verified Customer
 
ConqSoft's Avatar
 
Join Date: Nov 2003
Location: Raleigh, NC
Posts: 1,417
Re: Modifying vbadvanced gallery

Quote:
Originally Posted by KW802
For the types of video clips that he's planning, I think it's safe to say that there won't be too many cut scenes without something to look at in it.
Yes, but it's still not always the best scene to advertise that clip. Ever been to a porn site where the thumbnail for the video shows the back of someone's head? Didn't think so.
ConqSoft is offline   Reply With Quote
Old February 10th, 2005, 02:38 PM   #14 (permalink)
Member
Verified Customer
 
Join Date: Jun 2004
Posts: 78
Re: Modifying vbadvanced gallery

Quote:
Originally Posted by KW802
Only preliminarily. I've gotten SWF files to be automatically resized and played inline/embedded based upon their actual dimensions to get my height & width logic worked out and am moving on to video & audio. I've got a basic object & embed tag working now for audio & video and integrating the ID3 code was going to be my next move.

id3 will take care of swf, wmv for you easily. I have come up with bbcode parse function that use the id3 for swf and wmv files. The one thing that puzzle me is the wmv control pannel height. They vary from version to version, from 46 to 64.

Hehehehe ConqSoft,

My site is just for fun...so my member wouldn't have any problem with thumbnail like that.
stitch is offline   Reply With Quote
Old February 10th, 2005, 02:41 PM   #15 (permalink)
Registered User
Verified Customer
 
KW802's Avatar
 
Join Date: Nov 2005
Posts: 1,408
Re: Modifying vbadvanced gallery

Quote:
Originally Posted by stitch
id3 will take care of swf, wmv for you easily. I have come up with bbcode parse function that use the id3 for swf and wmv files. The one thing that puzzle me is the wmv control pannel height. They vary from version to version, from 46 to 64.
For the SWF files it turns out that newer version of PHP support SWF dimensions in the "getimageinfo" command as well.
KW802 is offline   Reply With Quote
Old February 10th, 2005, 02:47 PM   #16 (permalink)
Member
Verified Customer
 
Join Date: Jun 2004
Posts: 78
Re: Modifying vbadvanced gallery

Yah I saw your hack for swf. It is great. I like that too
stitch is offline   Reply With Quote
Old February 10th, 2005, 03:03 PM   #17 (permalink)
Registered User
Verified Customer
 
KW802's Avatar
 
Join Date: Nov 2005
Posts: 1,408
Re: Modifying vbadvanced gallery

Very cool. By any chance, have you tried viewing the WMV file from a Mac yet?
KW802 is offline   Reply With Quote
Old February 10th, 2005, 03:04 PM   #18 (permalink)
Member
Verified Customer
 
Join Date: Jun 2004
Posts: 78
Re: Modifying vbadvanced gallery

Quote:
Originally Posted by KW802
Very cool. By any chance, have you tried viewing the WMV file from a Mac yet?
I don't have access to any Mac
stitch is offline   Reply With Quote
Old February 10th, 2005, 03:10 PM   #19 (permalink)
Registered User
Verified Customer
 
KW802's Avatar
 
Join Date: Nov 2005
Posts: 1,408
Re: Modifying vbadvanced gallery

Quote:
Originally Posted by stitch
I don't have access to any Mac
The reason I ask is because your object & embed tags are the same as what I was playing with originally (I borrowed them from the hack over on vb.org). The Mac guys don't seem to like those tags for some reason (see here: http://www.vbadvanced.com/forum/showthread.php?t=5313). Unfortunately I don't have access to a Mac either and that's one of my speed bumps that I've hit.
KW802 is offline   Reply With Quote
Old February 10th, 2005, 03:19 PM   #20 (permalink)
Member
Verified Customer
 
Join Date: Jun 2004
Posts: 78
Re: Modifying vbadvanced gallery

I have tested mine on ie and firefox. They load without any problem. I think lower firefox had some downloading issue. That is why they release version 1.0
stitch is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
vBadvanced Gallery Posts Dennis Kaczor How Do I? - vBulletin 3.5.X 2 June 27th, 2006 11:30 AM
To Buy vBadvanced Gallery - Must Also Use vBAdvanced CMS? ekernel Before You Buy 3 October 26th, 2005 11:38 PM
PP and vBadvanced Gallery imported_attroll Before You Buy 1 October 6th, 2005 02:07 PM
vBadvanced Gallery vs. Other LEAD_WEIGHT Before You Buy 4 April 17th, 2005 02:16 PM
modifying templates to show one gallery ! msimonds How Do I? - vBulletin 3.0.X 2 April 16th, 2005 04:09 PM


All times are GMT -5. The time now is 07:02 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0