VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. Member spiritgumm's Avatar
    Join Date
    Jan 2004
    Location
    United States
    Search Comp PM
    I have a dvdr which has static on the right speaker channel. It's not really stereo, as the audio is identical from each speaker except for the static. How can I recode so it's MONO using the left speaker only (or STEREO and using the left speker for the right)?
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    extract the audio.
    open the audio in goldwave, delete the right track. save mono. convert to ac3 with ffmpeggui. add it back.

    see this guide how extract the audio and add it back, https://www.videohelp.com/guides.php?guideid=667&howtoselect=6;57#667


    or extract the video and audio with rejig,dvddecrypter, convert the audio with goldwave. and then reauthor the old video and the new audio to a new dvd with any authoring tool.
    Quote Quote  
  3. Member spiritgumm's Avatar
    Join Date
    Jan 2004
    Location
    United States
    Search Comp PM
    Thanks for the procedure. Any way I can use NERO instead of buying Goldwave?
    Quote Quote  
  4. Try this AviSynth script.

    Code:
    a=WavSource("c:\work\myaudio.wav")# right channel is bad
    chL=GetChannel(a,1)
    return MergeChannels(chL, chL)

    Darryl
    Quote Quote  
  5. Mod Neophyte redwudz's Avatar
    Join Date
    Sep 2002
    Location
    USA
    Search Comp PM
    You could use Audacity instead of Goldwave. It's freeware.
    Quote Quote  
  6. Member
    Join Date
    Nov 2002
    Location
    United States
    Search Comp PM
    Nero's Soundtrax should do it as well, but it's not included in all versions.
    Quote Quote  
  7. Member spiritgumm's Avatar
    Join Date
    Jan 2004
    Location
    United States
    Search Comp PM
    Thank you, all.
    I tried to demux the audio using Decryptor (as the guides say), but it comes out as an VOB file, not AC3. What am I doing wrong?
    Quote Quote  



Similar Threads

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