Skip to content

Monthly Archives: March 2008

The big boy is back in town

25-Mar-08

For anyone that knows what this camera is all about, you can share in my joy. I decided after 4 years away from film to go back to shooting LF, and 6×17 (in addition to digital, not instead of). I cannot duplicate anything near the same quality with any digital device on the market today. I also believe that any large megapixel innovation will happen with digital backs, and not DSLR’s anyway, so I will be ready to pop on that 150 megapixel back as soon as someone invents it..!!

Tags: camera, digital backs, Toyo, Toyo Field 45AX

Related posts

Golden Gate Bridge Video

18-Mar-08

Here is a few seconds of the view of the Golden Gate Bridge from the top of Battery Spencer

Tags: Bridge, golden gate, golden gate bridge, video

Related posts

Temecula Rod Run

08-Mar-08

I decided to stop by the Temecula Rod Run today, and I got exactly what I expected, a ton of people just walking around. There isn’t really much to look at, but I suppose for some folks, just walking around drinking is good enough. Well if you are into hot rods, then the Temecula Rod Run, just may be fun for you.

Later that evening there was a shooting involving an off duty costa mesa police officer. I guess that can happen when there is to much drinking. I wish all the best to those families involved.

Tags: drinking, hot rods, police, Rod Run, Temecula, Temecula Rod Run

Related posts

How to encode, host, and embed video in your blog or website

04-Mar-08

Many people, myself included love the ease of using youtube, or viddler. I prefer viddler to youtube because of the higher quality. I recently went looking for even higher quality, and I wanted to avoid the user leaving my site by clicking the video again. I was unable to find anything to my satisfaction, so I decided to look into doing it all myself.

There are three basic steps to putting video on your website:

1. Encoding
2. Uploading and hosting
3. Embedding

Here are the detailed instructions for each step: (this is for flash video, I will write instructions for high def later)

Encoding:

I use Visual Hub (high setting at 500×376) on OSX to convert an avi file taken directly from my camera to flash. I then save the file as “xxx.flv”. Visual Hub will convert most any format to flash, so this was a good choice for me. If you are a windows user, then this is the only step that you will have to find a different solution. I am sure there are several apps out there that will encode flash, google can probably help.

Hosting:

I then upload the video file to my website in a folder labeled “video-flash”, and a jpg thumbnail to a folder named “video-posters”. The jpg can be any image sized to the same size of the video (I use 500×376). I just grab a frame from the video itself, and use that. I use VLC to grab the frame, and save it as a jpg. The jpg step is necessary only if you don’t want a black frame to show while your video is not playing. The photo serves as a thumbnail preview of your video. I would recommend checking the limits of your bandwidth with the web hosting company you are using before serving video, because this can shut your site down fast if you don’t have an unlimited plan.

Embedding:

I am sure there are many wordpress solutions, but I chose JW flv media player. Just download the zip file, and upload the *.swf file and the *.js file to your website in whatever folder you want. I am using /blog. Once you have all the files uploaded, then use the following code in your page: (be sure to enter your own variables)

<embed src="http://www.yourwebsite/mediaplayer.swf" width="500" height="396" allowscriptaccess="always" allowfullscreen="true" flashvars="file=http://your-video-file.flv&height=396&width=500&image=http://your-image-poster.jpg&volume=100"></embed>

Note that I added 20 pixels to the height to allow for the player at the bottom. You will see what I am talking about when you try it without adding 20 pixels

Much of the settings can be customized, so have fun playing with it. You can see the settings I chose above, so feel free to choose whatever fits your needs.

Topics covered:
embed video in blog
embed video in wordpress
embed video on your website

Tags: Embedding, encode, Encoding, high def, OSX, viddler, video, video flash, video posters, VLC, YouTube

Related posts

Bad Video

01-Mar-08

After looking all over the net for a high quality video hosting site, I have only run into bad video, and poor embedding options, so I have decided to host and encode my own flash video. To accomplish this, I needed two things, first , a customizable flash plugin for wordpress, and second, a high quality flash video encoder. I found both solutions, and I will explain how I did it probably by tuesday, so stay tuned. I would do it now, but I need to go to work. In the meantime, here is an example of my own encoded and hosted video. The example is very high quality flash, and after the video, there are no annoying links, and you stay on my page.

Tags: encode, encoder, flash, flash video encoder, video

Related posts