Video Now Batch Encoder Guide

Required Software

Avisynth version 2.55
vNowEnc.zip
Some CD burning software that lets you make an audio cd

Basic Process

You should be able to do this with any avi file you can play on your computer. I tested with a DV file on mine.
  1. Install Avisynth
  2. Unzip the vNowEnc.zip file with directories
  3. Edit the Basic.avs file and replace test.avi with your avi file name
  4. Copy your avi file to the vNowEnc directory
  5. From a file list, double click on Basic.bat to run the encoder


  6. When the encoder is done, it will have created 1 file for every minute of your video. The files will be named "VDN Track 01.wav", "VDN Track 02.wav", etc.

  7. Make an audio cd with your software. You need the 2 special .wav files provided, and the "VDN Track xx.wav" files made by the encoder. Look in the specialTracks directory. Place "VDN StepsIntro.wav" as the 1st track, the "VDN Track xx.wav" tracks in order, and "LastTrack.wav" as the last track.

Advanced Process

Follow the Basic process, but use the Advanced.avs and .bat files. These use Tweak and muck with the gamma to improve the picture. Tweak wants YUV source, so if you are feeding RGB ... it will blow up. Learn a little AVS script to see what is going on or how to converttoYUV().

If you want to play, try using a different directory structure or change the 1 minute chapters by editing the advanced.bat file. 60sec * 18 frames = 1080 frames for the default. 2160 would be every 2 minutes.

Expert

The provided Expert.avs file is an example of one I use to convert mpeg files I pull from my DVR. Look in the Xtra directory.

I use DGIndex and DGDecode to read the mpeg file. You have to read about this stuff at the following link. Donald Graft

Notes

Here is the place to get much more info. VideoNowDude also has an encoder and a guide with much more info. VideoHelp

I also included a virtualDub filter that decodes videoNow files. Like all virtualDub filters you need to put it in the plugins directory. It has no audio, and you need to open a "dummy" video file that is as long or longer than the videonow file you want to look at. I made this for testing purposes.

If you are testing, you need at least 15 minutes of files on a disc so the videoNow player works. Make some xtra files and fill the space.

I also provided source in the xtra directory.