View Single Post
Old 26th January 2003, 13:37   #17  |  Link
Darksoul71
Can you blush ?
 
Darksoul71's Avatar
 
Join Date: Oct 2001
Location: Northern Europe
Posts: 696
Hi ,

IŽve just released the latest version of VCF2AVS.

Latest features:
============
V1.8 - 26.1.2003
Automatic demuxing and generation of
AVS-script for MPEG2 files. Currently only MPEG-audio
is supported for direct opening via MPEG Audio import
DLL for AVISynth. Also converting MPA to wave is supported
by my tool mpA2Wav. IŽm planing to support also AC3 but
this depends on AVISynth support for AC3.

Renaming of target AVS based on VCF file is supported now.
Just open up a VCF file and press "CTRL+R" and your target
AVS is renamed as your VCF file. I made this for people that
capture full VHS tapes to one big / or multiple AVIs and use
several VCF files for each movie.

V1.6 - 12.1.2003
Fixed error that prevented VirtualDub from
finding the script file for saving wave(s)
when VDub was stored in a path with country
specific characters.
Thanks to Sillkotscha for pointing out...

Added multiple profiles for audio encoding:
OGG, MP3, MP2 and AC3
You can edit those presets inside the
VCF2AVS ini as discribed to the BeSweetParam
below.
Ini-Values are named (guess what):
MP3, MP2, OGG and AVI
So now instead of BeSweetParam youŽll find
the following presets:
MP3=-core ( -input "%in" -output "%out.mp3" ) -ssrc ( --normalize ) -lame( --abr 128 )
MP2=-core ( -input "%in" -output "%out.mp2" ) -ssrc ( --normalize ) -mp2enc ( -b 224 -m o s )
OGG=-core ( -input "%in" -output "%out.ogg" ) -ssrc ( --normalize ) -ogg( -b 128 )
AC3=-core ( -input "%in" -output "%out.ac3" ) -ssrc ( --normalize ) -ac3enc ( -b 256 )

Feel free to edit as you like

Fixed some minor bugs

Added check for VCF2AVI.ini:
If no ini-files exists in your VCF2AVS directory
then youŽll get a warning ("No Ini-file found !!!")
and VCF2AVS will exit.

-D$

P.S.: Download as discribed above
Darksoul71 is offline   Reply With Quote