+ Reply to Thread
Results 1 to 14 of 14
-
True enough, yet some editors may do a better job of upsampling than these Swiss Army Knife programs like BeSweet. I use BeSweet a lot, yet if I had such a conversion to do I would use CoolEdit to do it, not BeSweet, because I think CoolEdit would do a better job of upsampling to 48000 KHz.Originally Posted by AlanHK
-
ssrc
commandline
batch file
save the following text as ssrc.bat
for %%a in ("*.wav") do "C:\whatever directory ssrc is in\ssrc.exe" --rate 48000 --twopass "%%a" "48k%%a"
place the file you saved "ssrc.bat" in the directory your wav file is in and double click it.Donadagohvi (Cherokee for "Until we meet again") -
No not a chance. I rather use a GUI. I am not using a command line. Sorry.Originally Posted by freebird73717
-
There is nothing to doing the command line. I already made the batch for you.
Download ssrc to whatever directory you like.
Copy the following text into notepad and save it as ssrc.bat
Make sure to change "C:\whatever directory ssrc is in\ssrc.exe" to the directory you saved ssrc to (and if there are spaces in the directory name make sure you place quotes around it just like in my example).Code:for %%a in ("*.wav") do "C:\whatever directory ssrc is in\ssrc.exe" --rate 48000 --twopass "%%a" "48k%%a"
Save sscr.bat to the directory that contains your wav files and double click it.Donadagohvi (Cherokee for "Until we meet again") -
Hi.... The only free program that I have used to up convert to 48kHz with perfect result is VirtualdubOriginally Posted by php111
Audacity destort the time line and makes the sound to long....
Cooledit pro is VERY good but not freeware....so try virtualdub
stars....
to encode to .ac3 use Quenc -
I was just looking through your previous posts. You are wanting to learn programming but don't want to deal with batch scripts?
From this thread
Originally Posted by php111Donadagohvi (Cherokee for "Until we meet again")
Similar Threads
-
Aften - Is it really that quick?
By 44echo in forum AudioReplies: 20Last Post: 30th Dec 2009, 23:04 -
Installing Aften
By jsm1963 in forum AudioReplies: 2Last Post: 29th Nov 2007, 19:38 -
Aften vs Besweet vs Super vs AC3Fix vs working
By awesomer in forum AudioReplies: 2Last Post: 18th Nov 2007, 19:28 -
How to encode an Avi to dvd ready video and audio Using HCenc and Aften
By freebird73717 in forum User guidesReplies: 13Last Post: 14th Nov 2007, 15:16 -
(Completed): MMC capture results in 44100 sample freq instead of 48000.
By palouse in forum Capturing and VCRReplies: 14Last Post: 23rd Oct 2007, 16:47



Quote