%@LCID = 1033%> <% Dim iIDCategory ' As Integer Dim rsPrograms ' As ADODB.Recordset Dim iPageToDisplay ' As Integer Dim szOrderBy ' As String Dim bOrderDesc ' As Boolean gSessionTitle="Gspot software review" ' Get parameters iIDCategory = 2 ' Set variable to -1 if empty (all categories list) If iIDCategory = "" Then iIDCategory = -1 iPageToDisplay = Request.QueryString("page") ' Set variable to default value if empty If iPageToDisplay = "" Then iPageToDisplay = 1 szOrderBy = Request.QueryString("sortby") ' Set variable to default value if empty If szOrderBy = "" Then szOrderBy = "Released" bOrderDesc = True End If If bOrderDesc = "" Then bOrderDesc = Request.QueryString("desc") ' Set variable to default value if empty If bOrderDesc = "" Then bOrderDesc = False ' Validate 'If Not IsNumeric(iIDCategory) Then Response.Redirect("index.asp") 'If Not IsNumeric(iPageToDisplay) Then Response.Redirect("index.asp") %>
Introduction
Gspot is a small, free utility which is used to analyze videos. What you do, is you input a video and Gspot will analyze it and give you technical feedback about things such as codecs used, compression ratios, video framerate etc. There are a huge number of technical details that I don’t really feel like talking about here; however, I believe that if you really are into this type of stuff, you will absolutely have no problem at dealing with Gspot.
Gspot Installation:
You can download Gspot from: http://www.headbands.com/gspot/ .
Let’s go through the installation steps:
You will notice that instead of coming packed inside an installer, gspot is contained inside a .zip file.
Here’s what you need to do:
It wasn’t really hard, was it? Now let’s have a look at how we can put Gspot into use.
How to use Gspot:
First, you need to launch Gspot. If you have created a shortcut on your desktop you can simply open it from there; alternatively, you should go to the folder where you have extracted Gspot and execute it from there.
This is what gspot initially looks like:

As soon as you have done that, you should be looking at something that looks like this:

Conclusion
Are you heavily involved with digital videos, video codecs, video compression, video formats and all the technical details that come along with those terms? Well, if that’s the case then Gspot is definitely a hot utility for all you; what’s best, it’s free! I believe that there’s not much more that I could really say here; the bottom line is that gspot is possibly the best solution for you if you are capable of understanding what each term means.