VideoByDave (vfwTech.com)
A
vid Liquid - Sony Vegas - Adobe CS3

Formerly "Avid Liquid" of Colorado

 

 

Home |  Links | News Archive | Contact Us | FAQ |  videoByDave.com
 

        Editing
Liquid CS3 Vegas8
DVD Video
Compression 
Settings  Audio  Lights Cameras TitleDeko
 HFx
Misc Tech / Legal Product Reviews
 
 Liquidians on YOU TUBE  Colorado Vidoegraphers
 ColoradoFilmVideo Assoc

Check These Out:
Learning Center
Video University

Digital Juice
WEVA
4EverGroup

Cameras:
 
(about HDV cams)
Canon HV-A1 DVI Forum
Canon HV20 Forum
Panasonic HMC-150 (AVCHD)

Liquid Editing:
Pinnacle AVID LIQUID forum CreativeCow-Liquid forum

Vegas 8 Editing:
Edward Troxel's Site
CreativeCow - Vegas Basic
Creative Cow - Vegas

CS3 - Premier Pro
Wrigley Premier Pro Site
CreativeCow
         CS3-Premier Pro
         Audition
         Soundbooth CS3
         Encore CS
         Flash CS3

Adobe Vid Workshop
AdobeTV.com

Other Creative Cow Sites
 Business & Marketing
 Event Videographers
 Audio Professionals
 Indie Film & Documentary 
 Cinematography
 Broadcast Video

Online Video Magazines
      EventDV
       DV.com

     DV Info.net
    VideoMaker Video News

 


Latest Reviews of Liquid

Hot Tips
(monthly computer tips)

Liquid User Groups


Liquid Updates
  About Liquid 7
   What's cool - What's not
  30 Day Liquid 7 Trial
7.1 & 7.1 SP1

7.1 Demo Mode fix
6.1_Patch_SP1_&_SP2
VST Plugins
VirtualDub RT Filters
 
TUTORIALS
Free Liquid Tutorials
   Tutorials You Can Buy
        Best for You?

           Other Free Tutorials

News Archives
 
   
 
 



 

 

 

   Settings for Windows Media Encoding                         

Getting the settings the way you like them in Windows Media encoding can be a bit tricky - as   se several factors go into it .  I have seen some pertty good looking video streamed using

Generally - better quality = longer loading time

I just used the encoding capabilities within LE 6.1. I set it for broadband 256.

  • Mark... I used the stand alone WMV encoder available free from the Microsoft website.  Here were my steps in creating the file.
    1. Selected - Convert File
    2. File Download (computer playback)

    Settings:

    1. DVD quality video (1 Mbps VBR)
    2. CD quakity audio (VBR)
    3. 1073 Kbps
    4. 29.97 frame rate
    5. 640x480

    As you can see, file sizes are not small.  My target viewing audience is NOT on dialup. Hope that helps.

    Andy Browne

  • Streaming/Progressive download video can be done in a couple of different formats, both QUickTime and Windows Media. Streaming video requires that you have a streaming server, and a lot of knowledge on how to use it, so stick with Progressive Download. This is support by the "normal" servers. I'm not familiar with QT, so here's how you do it with Windows:

     
    1. Download the free Windows Media Encoder from Microsoft. The WMV profiles supplied with Liquid don't support progressive download.
    2. Fuse your timeline to an AVI.
    3. Start the Windows Media Encoder. Use the New Session wizard and choose Convert A File. Put in the filename and from the Distribution dialog choose Web Server (Progressive Download).
    4. In the Encoding Options you pick the bitrate. Choose Full Screen Video. This uses the same size as the source. Select the appropriate bit rate (higher bit rates give better quality but increase the file size). If you don't want a full size NTSC or PAL frame you're better off resizing in Liquid to the proper size first  rather than resizing in the WMV encoder.
    5. Fill out the display properties (if you want), make sure the Begin Converting when I click Finish checkbox is checked and click on Finish.
    This will create the progressive download .WMV file. But this alone will not progressively download if put on a web server. You need to also use an HTML file which embeds the player. Here's a short piece of HTML which will do the job:

    <html>
    <head>
    <title>Page Title goes Here</title>
    </head>
    <body>
    <OBJECT ID="MediaPlayer" WIDTH="320" HEIGHT="240" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" TYPE="application/x-oleobject">
    <PARAM NAME="FileName" VALUE="http://someserver.com/myfile.wmv">
    <PARAM NAME="autostart" VALUE="1">
    <PARAM NAME="showcontrols" VALUE="1">
    <EMBED TYPE="application/x-mplayer2"
    SRC="http://someserver.com/myfile.wmv"
    WIDTH="320"
    HEIGHT="240"
    AUTOSTART="1"
    SHOWCONTROLS="1">
    </EMBED>
    </OBJECT>
    </body>
    </html>


    Copy both files to your web server. Edit the HTML and change the size parameters to match the frame. Change the URLs to point to the .WMV file and the title as appropriate. Now when you reference the HTML file it will start the appropriate media player for your system, buffer the video, and begin playing while downloading.

    Hope this helps.
     
    Dave S.
     

     

     

     

    Some Examples with various settings

     

 

 

 

 

 

 
messenger_mfb


 
 Posted: Feb 06, 2005 - 16:58     Link to Webboard
Aloha Billy,

I have, but most of the stuff I posted I already had saved to my hard drive from fusing. I opened the files up in Windows Media 9 Encoder and encoded it as File Download(Computer Playback), DVD Quality VBR 2, HD quality audio VBR (2393kbps 29.97fps, 640x480. They turn out great. Though I know they are a little high. Since mine have all been short I have not worried about that too much. These settings aren't usually used for web video (unless your paying for it). Or the server is a big server with plenty bandwidth. If you use WME9 and your stuff is long you might consider doing VHS VBR 643kbps 29.97, 320x240 instead. Anyways hope this helps you in some way or another.

best of wishes from a fellow editmonky,
-Mike

BTW: With WME9 you can also do screen capture for use of showing others your timline, getting help or even teaching. It is a nice to have feature. I knew it was there, but never thought about using it till I saw Dave use that to ask a Q. Very helpful.

 

    Edition comes loaded with some presets for wmv that are good economy size files but the quality can be better if your willing to use WME9 profiles
   
larrysh

T
 
 Posted: Nov 22, 2004 - 22:42       
You need the stand-alone encoder, but you don't need to fuse.

Windows Media Encoder includes a utility for creating "profiles". Give your profiles meaningful names like "640x480_764k.prx".

In LE6, select "Windows Media Video" in the 'Export as:' drop down menu. Then click the 'Options' button.

Next dialog.. select "Custom" in the 'Profile:' drop down menu. This activates the "Select" button.. click it. You'll then be able to navigate to your WM9 Profiles.

This timeline-direct-to-wmv9 functionality was given by a patch in LE5.5, but it's already built-in to LE6.

Here's a link to the encoder download page:
WM9 Encoder

Larry
 
   

 

   
stephenlnoe

 
 Posted: Mar 01, 2005 - 22:02    
Who or what is your intended audience? That usually dictates the file format needed. WMV presets in LE5.5 are good. You can select the intended audience for WMV just by selecting the datarate in the export box. If audio is of utmost inportance then make sure not to sacrifice audio for video's sake. Keep 48kHz 16Bit stereo at the minimum of 128 kb (CD audio quality) embeded.

good luck...
 
   
Andy Browne - Digital Memories
 
 Posted: Apr 07, 2005 - 05:37 
Use the File Expoprt function. From there, just look at the dialog box and it will guide you. One tip: make your video 320x240 and set for about 368 KBPS bandwidth. The results will be very good while minimizing file size.

Or you can FUSE your timeline. This makes a very nice AVI file. Download the from Microsoft the Windows Media Encoder. This will allow you to encode the AVI file outside of Liquid.