Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2011-05-16, 11:16 PM   #1
plateman
What can I do - I was born this way LOL
 
plateman's Avatar
 
Join Date: Oct 2003
Location: ohio
Posts: 3,086
video file sizes

how large or small are your video file sizes? and what are you using

we have some tech movies mpeg-4 320x240 30 min 15fps 400kbps and i ended up with 115mb and about 25min upload time

do those numbers sound about right?
__________________
Submit to: Porn O Plenty XXX Links
Reality Here
plateman is offline   Reply With Quote
Old 2011-05-16, 11:29 PM   #2
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
That is on the small side for a 30 min at that size.

I started doing all my movies at 30fps so that they could be scrubbed online and as an added benefit discovered that offline that scrubbed smoothly without locking up the player which was an issue when I rendered them at 15 fps.
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote
Old 2011-05-24, 03:37 PM   #3
plateman
What can I do - I was born this way LOL
 
plateman's Avatar
 
Join Date: Oct 2003
Location: ohio
Posts: 3,086
Quote:
Originally Posted by Cleo View Post
That is on the small side for a 30 min at that size.

I started doing all my movies at 30fps so that they could be scrubbed online and as an added benefit discovered that offline that scrubbed smoothly without locking up the player which was an issue when I rendered them at 15 fps.
cleo question please

when having 5 or 6 100 - 150 meg movies on a page, what did you do to prevent IE from loading all the movies when using embeds and having auto play off?

what I found was to make 1 frame place holder movies and using this code example

controller="false" href="http://www.yourdomain/your-video.mov" target="myself"
__________________
Submit to: Porn O Plenty XXX Links
Reality Here
plateman is offline   Reply With Quote
Old 2011-05-24, 04:46 PM   #4
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
I always put them inside a Flash player using JW Player.
http://www.longtailvideo.com/players
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote
Old 2011-05-24, 05:46 PM   #5
plateman
What can I do - I was born this way LOL
 
plateman's Avatar
 
Join Date: Oct 2003
Location: ohio
Posts: 3,086
Quote:
Originally Posted by Cleo View Post
I always put them inside a Flash player using JW Player.
http://www.longtailvideo.com/players
thanks for your time

I did find the place holder method to be a good way around once I tested it and the extra 2 steps were fast and simple

I used my vid splitter and cut a few frames off the start and changed the code and its works good, now I can have many 100 + meg movies stream mpeg-4 in a members area and have fast page load times as none of the movies start to DL while the page loads, then all the customer has todo is double click on one of the vids and the whole movie file starts as well as the DL

http://library.creativecow.net/artic...ime-movies.php
__________________
Submit to: Porn O Plenty XXX Links
Reality Here
plateman is offline   Reply With Quote
Old 2011-05-24, 08:37 PM   #6
plateman
What can I do - I was born this way LOL
 
plateman's Avatar
 
Join Date: Oct 2003
Location: ohio
Posts: 3,086
here's that code article if anybody needs it

Setting up your Quicktime Movie to play only when it is clicked on is important for the best performance and cross platform and browser compatibility. When Quicktime Movies download and play when a user enters the page many times the users' browser locks up, freezes, crashes, or it causes the page to load extremely slow. This problem is most common in the Internet Explorer browser. A good work around to fix this is load a single frame placeholder movie that the user can click on to play the full length movie. This requires that you create an additional single frame Quicktime Movie that will let them know they need to click it to see the full length movie.

To achieve this some adjustments must be made to the embed element. The src parameter must be changed to the URL of the placeholder single frame movie, and autoplay must be set to false. Additionally a few new parameters must be added:

controller="false" href="http://www.yourdomain/your-video.mov" target="myself"

The new embed html code that includes this element looks something like this:

<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="256" width="320">

<param name="src" value="http://www.yourdomain/clickhere.mov">
<param name="autoplay" value="false">
<param name="target" value="myself">
<param name="controller" value="false">
<param name="href" value="http://www.yourdomain/your-video.mov">

<param name="type" value="video/quicktime" height="256" width="320">

<embed src="http://www.yourdomain/clickhere.mov" height="256" width="320" autoplay="false" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/" controller="false" href="http://www.yourdomain/your-video.mov" target="myself"></embed>

</object>
__________________
Submit to: Porn O Plenty XXX Links
Reality Here
plateman is offline   Reply With Quote
Reply


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 On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:01 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc