VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    Jun 2005
    Location
    Portugal
    Search Comp PM
    Hi,

    I encoded a AVI file to 2 separate files - MPA & MPV

    but the audio MPA is totally corrupted, i.e., if I listen this file there is no movie voices just very strange kicks/beats or whatever....like priiiii...tiiiii...priiii

    If I open the AVI file with VirtualDubMod it gives me this information :

    VirtualDub has detected an improper VBR audio encoding in the source AVI file (audio stream 1)...

    Please, How can I correct/fix this audio problems by command line ?

    is there some freeware that I can use ?

    BATCH mode/command line

    thank you
    Quote Quote  
  2. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    Does vdub offer to rewrite the header for you ?

    If so, say yes, then save out as uncompressed wav and see what you get.

    I must admit, it doesn't sound promising.
    Read my blog here.
    Quote Quote  
  3. Member
    Join Date
    Jun 2005
    Location
    Portugal
    Search Comp PM
    mamma mia, I had found a command solution to fix this audio problems

    I just use a free tool to extract the audio to WAV format, available to download in this site

    And then I use Virtualdub's scripting feature to Direct stream Copy video+audio

    a script example :

    VirtualDub.Open("C:\\my_bad.avi",0,0);
    VirtualDub.video.SetMode(0);
    VirtualDub.audio.SetSource("C:\\my_bad.wav");
    VirtualDub.SaveAVI("C:\\my_good.avi");
    VirtualDub.Close();

    just saved this script as TEST.jobs

    and then run it like this :

    vdub /s C:\TEST.jobs /x

    it does the job quite well and then exists/quits, as I want

    hope this helps some one

    BTW, I then tried to open the new (good) AVI and the error was gone
    Quote Quote  



Similar Threads

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