View Full Version : Besplit
Ok dumb and noobie question:confused: How do you open Besplit? im trying to do this so i can change wave header to ac3 so i can eventually convert it to mp2 with Besweet. Any help for a noob is appreciate:p
DSPguru
27th June 2002, 19:13
from BeSplit.zip's examples.txt :BeSplit v0.52 by DSPguru.
------------------------
some examples :
1. AC3 input. Absolute timestamps.
this will create the files track01.ac3,track02.ac3 on e:\
the length of each track would be 10 seconds.
Besplit -core( -input live.ac3 -prefix e:\track -type ac3 -a ) -split( 0 10 20 )
2. AAC input. Relative timestamps.
this will create two aac files track01.aac,track02.aac on e:\
the length of each track would be 10 seconds.
BeSplit -core( -input live.aac -prefix e:\track -type aac -r ) -split( 0 10 10 )
3. MP2 Input. using -ending.
this will create the file track01.mp2 on e:\
track01.mp2 is like live.mp2 excluding the first two minutes of track (they were skipped).
BeSplit -core( -input live.mp2 -prefix e:\track -type mp2 -ending ) -split( 120 )
4. WAV-AC3 Input. Removing Wave header.
this will create the file track01.ac3 on e:\
the input wav file is an ac3 stream that was extracted from avi using virtualdub.
BeSplit -core( -input live.wav -prefix e:\track -type ac3 -fix )
5. Fixing length information of WAV (or VBR MP3)
this will create the file track01.wav on e:\
the filelength field would be corrected.
BeSplit -core( -input live.wav -prefix e:\track -type wav -fix )
6. Converting a Dolby-Digital-WAV into standard AC3 file
this will create the file track01.ac3 on e:\
BeSplit -core( -input live.wav -prefix e:\track -type ddwav -fix )and may it be your first and last lazy question in our forum :).
Dg.
actually i saw the examples , i just dont know where to type the command line at. thats the part im confused on
Got Milk?
28th June 2002, 00:37
Open a command prompt in Windows (Start > Run > command), change to the directory you have BeSplit in (eg. cd \dvd\besplit), type besplit -core( -input filename.wav -prefix e:\track -type ac3 -fix ).
Hope that helps.
DSPguru
28th June 2002, 08:53
Originally posted by MIB
actually i saw the examples , i just dont know where to type the command line at. thats the part im confused on fair enough :).
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.