Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 03-01-2007, 06:34 PM   #1
ztik
Confirmed User
 
ztik's Avatar
 
Industry Role:
Join Date: Aug 2001
Location: Nomad
Posts: 5,196
Embed flash movie files question

When I embed say a 10gig movie file into flash will make the size go down while keep the quality up?

These would be 10gig mpg's. I normally switch it over to wmv to stream, but can I can get it even smaller with flash?
__________________
.
ztik is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-01-2007, 06:36 PM   #2
psili
Confirmed User
 
Join Date: Apr 2003
Location: Loveland, CO
Posts: 5,526
I have no idea about sizes and quality, but you could try to see what converting the video to FLV format does, and then user a SWF wrapper that's embedded in the page to load the external FLV.
__________________
Your post count means nothing.
psili is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-01-2007, 06:40 PM   #3
ztik
Confirmed User
 
ztik's Avatar
 
Industry Role:
Join Date: Aug 2001
Location: Nomad
Posts: 5,196
Quote:
Originally Posted by psili View Post
I have no idea about sizes and quality, but you could try to see what converting the video to FLV format does, and then user a SWF wrapper that's embedded in the page to load the external FLV.
Im not familiar with FLV but ill look it up and give it a try

thanks
__________________
.
ztik is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-01-2007, 06:44 PM   #4
psili
Confirmed User
 
Join Date: Apr 2003
Location: Loveland, CO
Posts: 5,526
Quote:
Originally Posted by ztik View Post
Im not familiar with FLV but ill look it up and give it a try

thanks
From what I understand these days (don't take this as truth), you rip a video to the flash FLV format. Then you create a SWF file and use the new media components to create a player that can load those FLV formats in, on the fly. Just never have played with compression settings and video quality.

Here's a couple of tutorials I haven't tried out yet:

On the fly player:
http://freshmeat.net/articles/view/1640/

Another tutorial:
http://scott.yang.id.au/2006/07/flas...eg-flowplayer/
__________________
Your post count means nothing.
psili is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-01-2007, 06:51 PM   #5
ztik
Confirmed User
 
ztik's Avatar
 
Industry Role:
Join Date: Aug 2001
Location: Nomad
Posts: 5,196
Hm so I can just open up flash and stick it in there somehow?

I was thinking about using this player
http://flowplayer.sourceforge.net/
__________________
.
ztik is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-01-2007, 07:04 PM   #6
psili
Confirmed User
 
Join Date: Apr 2003
Location: Loveland, CO
Posts: 5,526
Quote:
Originally Posted by ztik View Post
Hm so I can just open up flash and stick it in there somehow?

I was thinking about using this player
http://flowplayer.sourceforge.net/
Not the best person to ask, but:

I think you create the actual player, that's pretty much just a pretty wrapper: control buttons with some action script and that's it - that's what's physically embedded in the page.

Then you rip your videos to FLV format and store those somewhere. You then pass the former SWF player a parameter telling it where to look for and stream the FLV file. View Youtube's source and you can kind of see how they have a common player that's embedded, but it loads different videos.

I think *shrug*
__________________
Your post count means nothing.
psili is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-01-2007, 07:38 PM   #7
ztik
Confirmed User
 
ztik's Avatar
 
Industry Role:
Join Date: Aug 2001
Location: Nomad
Posts: 5,196
Hmm yeah kinda makes sence lo

guess ill read into it more
__________________
.
ztik is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-01-2007, 07:49 PM   #8
whorehole
Confirmed User
 
Join Date: Jan 2004
Posts: 299
I've been curious about the flash video format as well.

Most everything I've seen looked too compressed to really use, but I'm sure the ability is there to get it to look top notch- the question at that point is whether its any smaller in file size than a regular video file

NastyDollars is using the flash format for some of their new tours
whorehole is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-01-2007, 07:56 PM   #9
whorehole
Confirmed User
 
Join Date: Jan 2004
Posts: 299
That flowplayer you posted is pretty sweet.

I especially like the thumbnail feature for jumping around in the video.
That seems a bit more involved than how YouTube does it- looks like you need some serverside streaming set up

How about the video conversion step- are alot of the newer programs featuring the option to render to FLV, etc? Any recommendations for say, mass batch conversion of WMVs to flv?
whorehole is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-01-2007, 08:09 PM   #10
gimilin
Confirmed User
 
Join Date: Feb 2007
Location: Earth
Posts: 1,050
Can try!
gimilin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-01-2007, 08:10 PM   #11
psili
Confirmed User
 
Join Date: Apr 2003
Location: Loveland, CO
Posts: 5,526
Quote:
Originally Posted by whorehole View Post
That flowplayer you posted is pretty sweet.

I especially like the thumbnail feature for jumping around in the video.
That seems a bit more involved than how YouTube does it- looks like you need some serverside streaming set up

How about the video conversion step- are alot of the newer programs featuring the option to render to FLV, etc? Any recommendations for say, mass batch conversion of WMVs to flv?
Again, I have just read stuff, but it seems FFMPEG (http://ffmpeg.mplayerhq.hu/) seems to be a solution used for server-side batching -- command line, style. I found another tutorial that named another solution, but I can't remember that.

Remember also, for those flash freaks, there also seems to be some open source flash servers out there, such as Red 5: http://osflash.org/red5
__________________
Your post count means nothing.
psili is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-01-2007, 08:23 PM   #12
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,372
just one question, why do you want to embed a 10 gig movie
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-01-2007, 08:55 PM   #13
psili
Confirmed User
 
Join Date: Apr 2003
Location: Loveland, CO
Posts: 5,526
Quote:
Originally Posted by Fris View Post
just one question, why do you want to embed a 10 gig movie
Why not want to stream a 10 gig movie? Or a 100 gig ++ , etc?

Really, it's those who ask "why would you" rather than "how can i".

Personally, I dunno why. Just offer some advice and let the dude work it out. Maybe he's got an in with Comcast or something with wicked broadband long-play video agreements or something. *shrug*
__________________
Your post count means nothing.
psili is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-01-2007, 08:59 PM   #14
ztik
Confirmed User
 
ztik's Avatar
 
Industry Role:
Join Date: Aug 2001
Location: Nomad
Posts: 5,196
Quote:
Originally Posted by Fris View Post
just one question, why do you want to embed a 10 gig movie

Its top secret
__________________
.
ztik is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.