VideoHelp Forum




+ Reply to Thread
Results 1 to 14 of 14
  1. Member
    Join Date
    Jul 2007
    Location
    United States
    Search Comp PM
    Hi,

    How would i change the audio from 44100 to 48000 using AftenGUI 1.3? Is it possible to do that in Aften?
    Quote Quote  
  2. Member Soopafresh's Avatar
    Join Date
    Jan 2004
    Location
    United States
    Search Comp PM
    I don't think so. Audacity can do it easily, however.
    Quote Quote  
  3. Member
    Join Date
    Jul 2007
    Location
    United States
    Search Comp PM
    Originally Posted by Soopafresh
    I don't think so. Audacity can do it easily, however.
    OK is this would i need to do? Go to Audacity file open my wav then change it to 48000 at the bottom then go to file export as wav? Is that right?
    Quote Quote  
  4. Member AlanHK's Avatar
    Join Date
    Apr 2006
    Location
    Hong Kong
    Search Comp PM
    What's your ultimate file format?

    Most transcoders can change the sampling rate at the same time (ffmpeg, BeSweet, e.g.).
    I wouldn't bother with Audacity unless you want to edit or filter the sound.
    Quote Quote  
  5. Banned
    Join Date
    Oct 2004
    Location
    Freedonia
    Search Comp PM
    Originally Posted by AlanHK
    What's your ultimate file format?

    Most transcoders can change the sampling rate at the same time (ffmpeg, BeSweet, e.g.).
    I wouldn't bother with Audacity unless you want to edit or filter the sound.
    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.
    Quote Quote  
  6. Member
    Join Date
    Jul 2007
    Location
    United States
    Search Comp PM
    What is the best freeware tool can change the sampling rate? I looked at CoolEdit but it's a payware. Why can't Aften change the wav audio to 48000 and then convert it to ac3 at the same time?
    Quote Quote  
  7. Man of Steel freebird73717's Avatar
    Join Date
    Dec 2003
    Location
    Smallville, USA
    Search PM
    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")
    Quote Quote  
  8. Member
    Join Date
    Jul 2007
    Location
    United States
    Search Comp PM
    Originally Posted by freebird73717
    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.
    No not a chance. I rather use a GUI. I am not using a command line. Sorry.
    Quote Quote  
  9. Banned
    Join Date
    Jun 2007
    Location
    UNREACHABLE
    Search Comp PM
    freebird73717 is right. ssrc.exe IS the best free audio resampler
    available. But given the command-line interface scares you ^_^,
    you might want to try the fully-functional shareware Goldwave.

    \\\\\\\\\\\\
    Quote Quote  
  10. Man of Steel freebird73717's Avatar
    Join Date
    Dec 2003
    Location
    Smallville, USA
    Search PM
    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

    Code:
    for %%a in ("*.wav") do "C:\whatever directory ssrc is in\ssrc.exe" --rate 48000 --twopass "%%a" "48k%%a"
    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).

    Save sscr.bat to the directory that contains your wav files and double click it.
    Donadagohvi (Cherokee for "Until we meet again")
    Quote Quote  
  11. Member stars's Avatar
    Join Date
    Apr 2006
    Location
    In the Lighthouse
    Search Comp PM
    Originally Posted by php111
    What is the best freeware tool can change the sampling rate? I looked at CoolEdit but it's a payware. Why can't Aften change the wav audio to 48000 and then convert it to ac3 at the same time?
    Hi.... The only free program that I have used to up convert to 48kHz with perfect result is Virtualdub

    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
    Quote Quote  
  12. Man of Steel freebird73717's Avatar
    Join Date
    Dec 2003
    Location
    Smallville, USA
    Search PM
    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 php111
    hi, First will someone confirm that cbord.cprogramming.com is shut down? I tried going to their site earlier but no luck. Ok let start over. What is the best C and C++ programming tutorials out there? If i wanted to start programming would vista be the OS to learn on? Would tutorials be good to learn for a first time programmer? As a first time could be difficult and over whelming? What is there to except? What if i get compiler errors? Does anyone consider it trial and error? What language be good to start? C? C++? or something different?
    Donadagohvi (Cherokee for "Until we meet again")
    Quote Quote  
  13. Member
    Join Date
    Mar 2003
    Location
    Miami, FL
    Search Comp PM
    Hi,

    I always used BeSweet in the past - it worked OK every time and the AC3 files it produced were always DVD authoring compatible.
    Quote Quote  
  14. Member AlanHK's Avatar
    Join Date
    Apr 2006
    Location
    Hong Kong
    Search Comp PM
    Originally Posted by php111
    No not a chance. I rather use a GUI. I am not using a command line. Sorry.
    ffmpeggui
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!