Want to Make An Online Video? Fun Video Ideas

October 31st, 2007

Each year, it seems as if something new hits the internet.  Lately, it seems that one of the hottest things on the internet is online video websites.  Online video websites are websites that will allow internet users to make their own videos, upload them, and share them with others.  With millions of internet users browsing through online video websites, there is a good chance that you could make a video and have it seem by thousands of internet users, if not more.

 When it comes to making an online video, for an online video website, there are many individuals who are unsure what their video can or should be about. What is nice about making your own homemade video is that you can make a video on just about whatever you want.  Of course it is important to keep in mind the terms of use of the online video website that you are planning on using, such as YouTube. With most online video websites, you are prohibited from threatening violence on a particular person or creating a video with pornographic material. Before making your video, it is advised that you find an online video website and familiarize yourself with what is and is not acceptable. 

 Once you have determined what is acceptable video content and what is not, you should be able to start developing ideas.  While there is a good chance that you already know what you want your online video to be about, but there is also a chance that you have no idea.  If you are making an online video for the first time, you may want to pick a video theme that is fun and easy to do.  If you enjoy the experience, you can then move on to creating longer online videos or ones that require additional work.  When looking for easy to make videos, you may want to consider doing a comedy skit or a how-to video. 

 When it comes to making a how-to video, you will be showing internet users how to do something.  That thing should be something that you love to do. As previously mentioned, you may want your first video to be on a topic that is easy to create a video on.  For that reason, you are advised to do a how-to video on something that you can explain in as little as a few minutes.  Your video could outline how to start making a particular food, how to prepare for a party, or even outline how to draw a particular picture.  A step by step how-to video is a great way to not only get experience with making online videos, but it will also give internet users something to watch that is actually useful. 

 As previously mentioned, comedy skits are also a great theme to try for your first online video.  With comedy skits, you can do something as simple as traditional jokes or you could even make your own.  When doing a comedy skit, it is important to keep your jokes in mind.  If you are planning on telling obscene jokes or ones that may be considered offensive, you may want to post a warning with your video. This warning, often included in the video title, should be used to warn internet users to view your video with caution. When it comes to making a comedy skit, even just a short one, you should not only be able to get experience making online videos, but you will also be giving most internet users a good laugh. 

 How-to videos and comedy skits are just a few of the many online videos that you can create.  Once you have learned the ins and outs of video making, you may want to move on to other topics.  In the event that you are a musician, you and your band could record your own music video and share it with the rest of the world. In addition to working on a rehearsed video, you could also just randomly record.  By carrying your camcorder around with you, you never know what shots you could get.  Many of the most popular videos found online aren’t really of anything in particular.  In most cases, it seemed if someone just happened to be in the right time, at the right place, with a camcorder.

Server Paths

October 26th, 2007

PHP Version 5.2.6
GD Version 2.0.34
GIF Read Support: is activated
JPG Support: is activated
PNG Support: is activated
MySQL database 4.1.22

Server Settings: (see the phpinfo click here )

upload_max_filesize 800mega
post_max_size 800mega
memory_limit 300M
safe_mode is deactivated
allow_url_fopen is activated
file_uploads is activated
open_basedir is deactivated

This values can be altered by using the .HTACCESS file on your web space, for example the 800 mega max. upload size is very large, we recommend that you dont allow videos files of more then 200 mega, or very soon your web space will be full….

For example on your .htaccess file you could enter this values:

php_value upload_max_filesize 200M
php_value post_max_size 200M
php_value output_buffering on
php_value max_execution_time 6000
php_value max_input_time 6000
php_value session.gc_maxlifetime 24000

Server Paths: (test click here)

/usr/bin/ffmpeg
/usr/bin/mencoder
/usr/bin/mplayer
/usr/bin/flvtool2
usr/bin/php or

PHP command line interface

PHP CLI /usr/local/bin/php

If you are installing Ostube or Clipshare and the script cannot find the paths contact support to finalize the installation, free of charge. What happens is due to a few settings used to enhance the server security Ostube and Clipshare have difficulty finding PHP CLI.

If you need help dont hesitate to contact us.

Red5 paths:

usr/local/red/
rtmp://67.159.45.196/SOSample

If you want play a bit with Red5:

http://67.159.45.196:5080/demos/BallControl.html

If on the start of the upload you get this message:

“cant find file length”

Please edit the .htaccess file and add on top of it:

RewriteEngine On

# Turn off mod_security filtering.
SecFilterEngine Off

# The below probably isn’t needed,
# but better safe than sorry.
SecFilterScanPOST Off

Demos

Ostube Demo

Clipshare Demo

Media Share

VidiScript Demo

PHPFOX 1.6 build 20

Osdate Demo (With SEO URL’s)

If you need installation of any of the above scripts, please contact support, installation costs only $15.00.

Cpanel Upgrade

August 2nd, 2007

All our customers cPanels have been upgraded to the latest, cPanel 11, with security enhancements and a new look. You going to rock!

Yes, Cpanel 11 is really something else, imagine, editing html on your cpanel, imagine downloading files and folders from your cpanel, imagine a new look, easy navigation cpanel, if you can then you are imagining Cpanel11.

Welcome .

Chris The Chief!

June 19th, 2007

Hosting Marketers our Division chief as started supplying direct support to our customers, welcome aboard Chris Black, the man who runs the support department at H.M.
Chris, is the man in charge of customers support at Hosting Marketers and now he is also going to give support to Cheap Web Hosting House customers.
Welcome aboard Chris.
Paul
CEO
C.W.Hosting House

FFmpeg and the magic of Video on your site.

March 12th, 2007

By popular demand, we have introduced FFmpeg across all of our Shared Hosting platforms.

What is FFmpeg?

FFmpeg is a collection of software libraries that can record, convert and stream digital audio and video in numerous formats. It includes libavcodec, an audio/video codec library used by several other projects, and libavformat, an audio/video container mux and demux library. The name of the project comes from the MPEG video standards group, together with “FF” for “fast forward”.[1]

The project was started by Fabrice Bellard (using the pseudonym “Gerard Lantau”), and is now maintained by Michael Niedermayer. Most FFmpeg developers are also part of the MPlayer and VideoLAN projects, and FFmpeg is hosted at the MPlayer project server.

FFmpeg is developed under Linux, but it can be compiled under most operating systems, including Microsoft Windows. There are no formal releases. Instead, FFmpeg developers recommend using the latest Subversion snapshot as development maintains a constantly stable trunk. Released under the GNU Lesser General Public License or GNU General Public License (depending on which sub-libraries one would include), FFmpeg is free software.