Compress movie :/
Compress movie :/
I just made a movie *in avi* that i want to display on my site...its 8 minutes long and reaches 1.5 GB :/ how can i make it smaller?
video and file size
I had played around with video codec and ran into the file size problem myself, in a nutshell a minute of video is about 1mb. I couldn't find a program to compress it enough (you make the video window smaller, drop frames, and pick low quality image for smaller file size.
Real websites that show video are likely doing realtime streaming video, rather than having the visitor DL the file and opening it on their box..
DNR
Real websites that show video are likely doing realtime streaming video, rather than having the visitor DL the file and opening it on their box..
DNR
-
He gives wisdom to the wise and knowledge to the discerning. He reveals deep and hidden things; he knows what lies in Darkness, and Light dwells with him.
He gives wisdom to the wise and knowledge to the discerning. He reveals deep and hidden things; he knows what lies in Darkness, and Light dwells with him.
- LaBlueGirl
- Suckopithicus chickasaurus
- Posts: 513
- Joined: 22 Mar 2006, 17:00
- 18
- Location: Brussel
- Contact:
Re: Compress movie :/
Unless you are running your own "professional" server, it's a snowball's chance in hell you'll get it up there... (and even then, I wonder)...
Change the file type/codec. If that doesn't work it'll have to be streamed (somehow, don't ask me, I have no clue!!)
Change the file type/codec. If that doesn't work it'll have to be streamed (somehow, don't ask me, I have no clue!!)
"Hey, Crash!
Ever tried walking with no legs?
It's real slow!"
~Crunch, Crash Bandicoot TTR
Ever tried walking with no legs?
It's real slow!"
~Crunch, Crash Bandicoot TTR
Try converting it to WMV using a program like SC Free Video Converter (http://www.Softwareclub.ws/download/scvc6000.exe).
Then use this (supposing you know HTML) to embed the video in your site:
<embed src="" autostart="true" width="" height="">
I would also recommend a MOV version for computers that don't support WMV.
Then use this (supposing you know HTML) to embed the video in your site:
<embed src="" autostart="true" width="" height="">
I would also recommend a MOV version for computers that don't support WMV.