You need to Register for free and Login to post a message in the forum.

Forum

Need video optimization tips
Last Post 2009-01-26 06:38 PM by Lee Sykes. 3 Replies.
Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
SteveUser is Offline
Nuke Active Member
Nuke Active Member
Posts:33

--
2009-01-23 05:12 PM  
I have several videos that I've posted on my dnn websites, and I would really like to optimize them as much as possible.  The .swf files (the only format my skin seems to support well) are upwards of 20mb and are taking a fair amount of load time.  The source files are .avi, are in the 220mb ballpark, and I'm converting to .swf using h.263, 780kbps, 352x288, 15fps; mp3, 64kbps as my conversion settings.  If there is a way to shrink the .avi files before I make the conversion without loosing too much fidelity, I'm fine with that.  Ultimately, I'd like to be able to make the videos larger and eliminate several artifacting issues, but so far to make that happen, I have to convert with setting that output files that are much to large.

Any hints or tips or references would be GREATLY appreciated.

Also, I've tried uploading the videos using the files tool and it times out.  I end up having to use ftp.  Anyone else experience this problem, or is it just me?
mgordonUser is Offline
Nuke Master
Nuke Master
Posts:208
Avatar

--
2009-01-23 06:44 PM  
I'll leave the video optimization to others, but I can tell you that the web.config file has a spot in there that configures how much, in file size, you can upload, and also provides a timeout setting.  Search for this in your web.config:

<!--  allow large file uploads -->

and change the maxRequestLength and requestLengthDiskThreshold. 

I changed mine to look like this:

<!--[if gte mso 9]> Normal 0 unctuationKerning/> false false false oNotPromoteQF/> EN-US X-NONE X-NONE ontGrowAutofit/> ontVertAlignCellWithSp/> ontBreakConstrainedForcedTables/> ontVertAlignInTxbx/> MicrosoftInternetExplorer4 <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-1610611985 1073750139 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman";} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; font-size:10.0pt; mso-ansi-font-size:10.0pt; mso-bidi-font-size:10.0pt;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --> <!--[if gte mso 10]> (After Less Than Symbol)

httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="20480" requestLengthDiskThreshold="20480" executionTimeout="1200" /(Place Greater Than Symbol Here)


Notice the Execution Timeout.  This gives it time for the large file uploads.

Hope that helps.

Mark
Mark Gordon
Webmonkey
mgordonUser is Offline
Nuke Master
Nuke Master
Posts:208
Avatar

--
2009-01-23 06:45 PM  
Search for "allow large file uploads" in web.config. Sorry, the Less Than Symbol and Greater than symbols got hidden in the forum.
Mark Gordon
Webmonkey
Lee SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2009-01-26 06:38 PM  
Video compression is a hard one to provide tips on as it depends on many factors. The one tip I can give is that I start with as high quality an AVI and audio as possible and from that I export it as a swf / flv / wmv / mov etc.

It's the settings for the actual export that count rather than compressing the initial AVI before doing the export. - at least in my experience anyway, others may have other opinions.

Finding the optimum settings can literally take days of exporting and analysing the results, thanks,
Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
You are not authorized to post a reply.

Active Forums 4.3

Latest Forum Posts

DNN 6.2 by Sameer
Hi All i am using dnn 6.2 beta version for my demo site i need to custmize the 4 modules in that
RE: Deploying dnn by Sameer
Thanks a lot so kind of you
RE: Unable to Create Skin Package by schilders
Joe, When I click the Edit icon next to the skin package on the Host Extensions page, I receive t
horizontal main and submenu items by Dan Glanton
I found a very good tutorial on horizontal main and subitems in DNN Creative, but what about if you
RE: Skin creation - Menu questoni by Joseph Craig
This has to do with the structure of the elements that make up the skin and the CSS. Most likely, y
Skin creation - Menu questoni by CDMeyer
I have a skin and when I add more menu items to the nav bar than can fit in one row of nav, the seco
RE: FCK Editor in DNN 6 by Pingle2009
Just to follow on from Joe's reply, the 'official' line seems to be that not only that the old FCK E
RE: Slice a Site by Dan Glanton
Thanks, I'll look into that when I get a chance.
RE: Creating structured page content by Stephen Bugden
Thankyou very much Joe, I will take a look at your suggestions.
RE: Subpages or dropdowns navigation is going behind this flash by Joseph Craig
I googled a bit and found that this is a messy problem. Possibly the best solution will be to giv
RE: Subpages or dropdowns navigation is going behind this flash by vijendra
Pls check the attachment. That Iframe code we are using and subnavigations are goind behind that.
RE: Rename or move site from domain name to subdomain name by Bill Quinn
Hi Joseph, Thank you so much for your reply. I will be able to implement this later in the we
RE: Creating structured page content by Joseph Craig
Take a look at the DotNetNuke Reports Module, the DotNetNuke Form & List Module, SGSV from Tresslewo
RE: Subpages or dropdowns navigation is going behind this flash by Joseph Craig
It looks like your iframed content may have a z-index that puts it on top of the menu. I can't id
Subpages or dropdowns navigation is going behind this flash by vijendra
Hi, Subpages or dropdowns navigation is going behind this flash. Pls check the url below http://www.
RE: user adding images by rod lloyd
That worked, thank you. I did not expect those permissions to be in File Manager. I note a
RE: Unable to Create Skin Package by Joseph Craig
To be quite honest, I've never used this functionality to create a skin. What I usually do is cre
RE: Unable to Create Skin Package by Joseph Craig
I'm confused by this, too.
RE: Unable to Create Skin Package by schilders
We are running DNN 6.x
RE: Unable to Create Skin Package by Joseph Craig
Which version of DotNetNuke are you using?
You are not logged in.
You must log in to access all 
650+ videos, tutorials, podcasts, and more.
RSS Feeds