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
+ Reply to Thread
Results 1 to 3 of 3
-
-
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
Similar Threads
-
Problem with TS, possible corruption?
By Killer3737 in forum DVB / IPTVReplies: 22Last Post: 9th Jan 2011, 10:24 -
MP4 corruption Need Help
By yus in forum Newbie / General discussionsReplies: 2Last Post: 23rd Apr 2010, 13:37 -
Quicktime conversion corruption
By teadle777 in forum Newbie / General discussionsReplies: 4Last Post: 17th Mar 2009, 19:54 -
.AVI File Corruption.
By Froberg in forum Newbie / General discussionsReplies: 9Last Post: 28th Jul 2008, 04:56 -
Disc corruption problem
By coody in forum DVD RippingReplies: 1Last Post: 2nd Nov 2007, 23:06