Quote:
Originally Posted by back2grave
Thnx for ur quick reply...
Here's the original audio bitrate info I got from GSPOT.
Bitrate : 384 kb/s (6 ch) CBR
Fs : 48000 Hz
Here's the script for BeSweet for converting it to Mp2
"D:\Software\Util\BeSweet\BeSweet.exe" -core( -input "d:\Documents and Settings\sbandopa.AMER\My Documents\My Music\Torrent\AT56\AT56-1.wav" -output "d:\Documents and Settings\sbandopa.AMER\My Documents\My Music\Torrent\AT56\AT56-1.mp2" -logfilea "D:\Software\Util\BeSweet\BeSweet.log" ) -ssrc( --rate 44100 ) -mp2enc( -m s -b 128 -e ) -profile( ~~~~~ Default Profile ~~~~~ )
Original avi file is in NTSC and I'm trying to convert it to PAL.I've used
SKVCD-352x576-_PAL_.mcf template for TMPGENC.
I'll appreciate if u can assist me further on this.
Thnx in advance
|
If you are using avs script with assumeFPS(25) line for ntsc to pal convertion, that is once of the corrects ways to do it (don't convert it directly with TMPGEnc without avs script), your need to select in besweet ota options 23976 to 25000, and as I supose your source has ac3 sound, you need to check use ac3 decoder in Besweet. Also it is better dual channel than stereo mode.
Quote:
Originally Posted by Your new Besweet command line------------------------------
"D:\Software\Util\BeSweet\BeSweet.exe" -core( -input "d:\Documents and Settings\sbandopa.AMER\My Documents\My Music\Torrent\AT56\AT56-1.wav" -output "d:\Documents and Settings\sbandopa.AMER\My Documents\My Music\Torrent\AT56\AT56-1.mp2" -logfilea "D:\Software\Util\BeSweet\BeSweet.log" ) -azid( - s sorround2 -c normal -g max ) -ssrc( --rate 44100 ) -ota( -r 23976 25000 ) -mp2enc( -m d -b 128 -e )
|