vzaar - The professional video platform blog Min vzaar site
vzaar is an online video hosting service with fantastic features that are designed for business. Deliver to mobile or the web straight from your site.
 

Archive for Video Production

Here at vzaar we want to unlock the power that online video can have. We are firm believers in the awesome conversion rates it can generate, the personality it gives your brand and the sense of community and relationship it builds with your consumers.

In our quest to make sure our own videos live up to their full potential we managed to grab David Sington, Principal Film Maker at Dox Productions for a chat about just how to do it.

What does video do that text alone can’t?

This was the first thing that David asked us and we readily reeled (pun intended) off all the virtues of video:

  • It’s engaging
  • It conveys rich information
  • It helps develop brand personality

And all of those things are very true. Video DOES add that extra layer of information, with visual cues and implicit communication that text alone could never convey. It DOES add context and deeper meaning to complex concepts. And yes it DOES help us to bring our personality to the forefront and remove the barrier between business and consumer

But, as David pointed out to us, simply knowing that video CAN do all those things doesn’t mean it does do all those things by default.

Now, you may have noticed in last week’s blog we took a slightly different direction with the video, interspersing our classic head shots with some more visually interesting images. This was in an attempt to apply some of David’s advice – what do you think?

1. Show don’t tell

One of the key benefits of video is that we can add visual information to demonstrate our point. We could just TELL you we have a new feature – but by SHOWING it we can explain it much more effectively and that is where the value lies.

Dual encoding is a fairly complex feature with viewers on different speed Internet connections experiencing different effects. We decided to illustrate those effects by showing two different people with two different viewing issues.

Dual encoding is a fairly complex feature with viewers on different speed Internet connections experiencing different effects. We illustrated this by showing two different people with two different viewing issues.

2. Cut the dead air

There are things we can show in a video which convey information simply by being there, without the viewer having to be explicitly told. As David explained, “there’s no need to start a video by saying ‘Hello, I’m here today to talk about…’ All of that information is implicit in the pictures; so get right to the point.”

Leave in all those introductory statements and you run the risk of viewers becoming bored and moving away. Cut them and your video instantly becomes less clunky and more engaging. The sooner you can get to the real story the better.

3. The first shot counts

It’s the reason the viewer makes the choice to continue watching. You may want to introduce an element of mystery. Don’t tell the viewer what’s happening straight away and they’ll be curious enough to keep watching. For instance, try starting with a tight close up that opens out to reveal the full story. Or, present a visually stimulating scene that creates intrigue. Create questions that the video promises to answer and your viewers will keep on watching.

Creating curiosity: Why is the video grainy? What’s going on?

Creating curiosity: Why is the video grainy? What’s going on?

4. Give it a punch line

As much as the first shot counts, the last one does too. Stand out and be remembered. Try a touch of humor (if that ties in with your brand image) or a strong call to action that sticks in the consumer’s mind.

We are looking for Beta testers for our Dual Encoding feature so we decided to end with an image of the dual encoding switch being turned on: this was the whole point of the video.

We are looking for Dual Encoding Beta tester so we ended on an image of the switch being turned on: this was the whole point of the video.

5. Remember the audio!

It’s important to make sure the sound is clear. Carefully listen out for any microphone hiss or background noise that could be distracting/annoying to your viewers, and be sure to spare a thought for the background music you use – it can be a powerful way to build emotion.

We’re going to keep building on David’s advice throughout our blogs to refine what works for us as a company. But the main thing is that our videos bring value to you – our consumers. We want to bring you clear information in as engaging a way as possible and the only way we can do that is with feedback so tell us what you thought, we’d love to hear from you.

If you would like to watch the full version of the video head here.

Categories Video Production
Comments (0)

You’ve done your research and you know that online video sells. There’s plenty of statistics out there to show it. So you create that winning content and sit back and wait for the revenue to come pouring in. But then, you notice that your videos aren’t bringing in that landslide of conversions you know they’re capable of. Why?

Well, it may be that your videos contain some truly golden content but the challenge is getting your audience to watch them long enough to find it. Audiences are fickle. They stop watching before you can hit them with your totally-amazing-life-changing pitch. If you want your videos to realise their full potential and get your message across to all of your visitors you need to pay some attention to reducing their abandonment rate.

Here’s how:

Categories Video Marketing, Video Production
Comments (0)

If people are willing to give you money for something you’re doing anyway, you’d be crazy not to take it, right?  Many of you produce brilliant, original content that people really love—love enough to pay a fee to access it.  Comments and shares are great when you’re creating video content to support your business, but when video content is your business, what you need is a paywall.

Which is why vzaar has partnered with MPP Global Solutions.  vzaar is a video hosting service, not a payment processor, so when vzaar clients began asking more frequently for guidance on setting up paywalls, we sought out the people who do that best.   MPP processes payments for some of the biggest media sites out there and is a perfect fit for vzaar clients.  We recommend any vzaar member looking to secure videos behind a paywall to pair MPP’s services with vzaar.

In order to gate your content, simply upload your videos to vzaar as you normally do.  Make sure your videos are set to private(they are by default, but you may have edited your security settings), and  we recommend using our domain control feature to restrict plays to your own domain as an additional security measure.  Once you’ve embedded the video on your site, you can add a paywall by setting up an “ePayment page” with MPP.  When your customers  hit this page, they’ll be required to enter their payment details in before they can continue on to watch your videos.  While this page will be hosted by MPP, it’s fully customizable and it will appear like an extension of your own site.  They use session specific keys to ensure that your video page remains  inaccessible until payment is provided.  Whether you’d like to setup a subscription model or charge for individual plays, MPP has options for you.  The result is completely secure video content that makes you money.

If you have any questions about how to setup a paywall, reach out to MPP, or get in touch with us , and we can help  you get started monetizing all that really great video content you’ve created.

Categories Partners, Video Production
Comments (0)

Take control of your vzaar video player with the JS API

JavaScript code

Here at vzaar, we’ve got a lot of great features, and we’re introducing new ones all the time. Consequently, as head of Customer Support I’m frequently asked “Can I do <insert video feature> on vzaar?”

My favorite answer, of course, is “Yes.”  But second to that is “Not right now, but I’m sure it would be possible  utilizing the JavaScript API.”

Now, that might seem like the second-favorite answer of someone who should get out more, but  in my defense: I love solving problems. So, armed with a  basic command of JavaScript and a cup of strong black coffee, I set myself a few challenges based on real customer feature requests, just to offer a glimpse of what is possible.

 

A Caveat

The JavaScript API is only accessible through the HTML embed code on the vzaar video platform. You will need to set apiOn=true in the player’s flashvar parameters to allow any of this juju magic to happen. Now, on to The Challenges!

 

Challenge 1 – Chapters

We get asked about chapters a lot, and it’s really easy to implement. First off, create some links to represent your chapter names. Then we just have to harness the power of seekTo(timeInSecs) to sniff out those links from their id. Bingo, chapters. Check out the demo!

By the way, if –  like me – you suck at the 60 times table, and you’re longing for the day when time is decimalized, you can always Google “1 hour, 47 minutes and 32 seconds in seconds” to do the math for you.


Challenge 2 – Checking Progress

Maybe you want to display a call to action when the video finishes, or check on how far through the video people are making it. This can be great feedback: if your viewers are never getting past 30% of a video, you’ll probably want to start thinking of ways to keep them more engaged. I would suggest a flamboyant hat, but I’m not in marketing so don’t blame me when it all goes wrong.

In this example I’ve written a function that listens for progress (which is updated every 10%), giving motivational messages at points throughout the video, and a special prize at the end! And don’t worry, it’s only 30 seconds long.
Did I mention the prize?

 

Challenge 3 – Pre-Roll

This example checks when playState() changes to mediaEnded, then I’ve written a JavaScript function to replace the contents of the #video-container div with a new embed code. You could conceivably add on a post-roll using the same method, or even chain many videos together. Here’s a demo of pre-roll in action.

 

Wrapping Up

What I’ve done here only scratches the surface of what’s possible. Here are some ideas, just off the top of my head:

  • A button that lets people skip the next 5 seconds of a video.
  • Use AJAX to keep track in your database of what videos people have watched to the end.
  • A playlist that responds to keyboard shortcuts.
  • A gigantic panic button to mute the sound or load a new video.
  • And who knows what else? The internet is your oyster!

I’ll add that there’s always more than one way to skin a cat (we’re led to believe, anyway. I sincerely hope that no-one has tried). I’m no JavaScript ninja, so there’s undoubtedly a more elegant solution to these problems if you were to use them in production.

And finally, don’t forget to let us know if you come up with a cool use for the JavaScript API. It’ll really come in handy next time I have to say “Not right now, but…”

 

 

Categories Video Production
Comments (0)

What is a video sitemap?

Meghan
article by:

Good SEO is about more than getting your site to the top of Google results.  It should also ensure that your content stands out from other top ranking sites. This is one of the reasons why having video on your site puts you at a big SEO advantage.  Google displays video results with a representative thumbnail image, drawing eyes significantly more than a simple text link would.  According to ReelSEO, videos have a 41% higher click through rate than their plain text counterparts.  Distinguishing your content from the rest results in more visits to your site. Not only are video results more compelling, they’re also easier to dominate.  ”There are far less video results in Google’s index when compared to other web assets,” ReelSEO’s founder and publisher Mark Robertson explains.  “As a result, there is far less competition for rankings and a promising opportunity now exists for websites publishers to rank well for terms they may have had more difficulty in ranking for with web results.”

 

Video does still present some unique challenges to search engines, Robertson points out. “Because video can be published in many different ways (embeds, javascript, iframe, HTML5, etc.) and is itself a medium that’s difficult to ingest & analyze, search engines have a more difficult task in crawling, indexing, and ranking video assets on the web.”   So then how exactly does one ensure that their video content is indexed, and with the appropriate thumbnail and description?   By submitting a sitemap.

A video sitemap is a text file packed with useful data about the content of your video.  By submitting a sitemap to Google, you are informing the search engine of your video’s title, subject matter, run time, who the intended audience is, and many more details that will influence how and when it gets indexed.  You can imagine how valuable it is to have Google know this information.  The better Google understands the content of your video, the more they can do to ensure that it reaches the appropriate audience.  If indexed properly, whenever potential clients perform a search relevant to your content, Google will display the information and thumbnail image from your video sitemap on their results page.

In order to setup a new sitemap, you’ll need to create a new word document, save it as an xml file, and upload it to your server.  When creating the sitemap document, there is a sitemap protocol that you must follow.  The basic requirements as outlined by Sitemaps.org are:

  • Begin with an opening <urlset> tag and end with a closing </urlset> tag.
  • Specify the namespace (protocol standard) within the <urlset> tag.
  • Include a <url> entry for each URL, as a parent XML tag.
  • Include a <loc> child entry for each <url> parent tag.

Once you’ve created a basic sitemap using the protocol, you’ll use tags to provide information about your video.  There are a number of  video-specific tags you may use, but at the very least, you are required to include the following:

<loc> The URL of the landing page(the page where you have embedded the video)

<video:video>  This tag lets Google know you’re working with video

<video:thumbnailloc>  The URL of the representative thumbnail image from your video.  It must be a jpg, .png, or. gif at least 640×480 pixels, but no larger than 1920 x 1080 pixels.

<video:title> The title of your video (100 character max)

<video:description>  A short description of your video.  Descriptions past 2048 will be truncated.

EITHER <video:playerloc> URL to your video file

OR <video:content_loc> The URL of the flash player for a specific video.  This URL is often found in the src element of your video’s embed code.

There are a number of other optional tags you may include if relevant, such as tags for country restrictions, publication date, and family friendly content.  Google has a full video-specific tag list in their help pages : http://support.google.com/webmasters/bin/answer.py?hl=en&answer=80472#4


Once you’ve created your sitemap, save it as a .xml file and upload it to your site.  You may submit the sitemap through Google Webmaster.  Setup a Webmaster account for your site if you have not already, and submit the sitemap from the Site Configuration section of that account.  Google already knows that the sitemap is located on the domain you created your account under, so when submitting simply complete the sitemap URL in the field provided.  If your sitemap’s URL is http://www.yoursite.com/sitemap.xml, for example, then you would enter in “sitemap.xml”.  If you maintain a mRSS feed for your site, you may also submit this in lieu of a sitemap.

Alternatively, you can add the following line of code (after swapping out the URL here with your own sitemap’s URL) anywhere in your robots.txt file:
sitemap: http://www.yoursite.com/sitemap.xml,

If you’re not comfortable setting up your own sitemap, there are tools available that will automatically generate them for you.  Google maintains a list of such tools here: http://code.google.com/p/sitemap-generators/wiki/SitemapGenerators

Whether you create your own sitemap, mRSS feed, or use a a third-party tool, the benefits are massive.  Increased visibility in search results can only increase site visits and improve conversion rates.  If you take the time to create compelling video content for your site, there is no reason not to take the steps to ensure search engines index it properly.

 

Categories Business Thoughts, Video Production
Comments (0)