I have an avi video that had no sound. I downloaded the AC3Filter 1.1 and installed - the video now had sound.
I then wanted to convert the avi to MPEG using virtualdub and TMGEnc plus, but both programs don't recgonize the audio of the video just like media player did prior to the installation of AC3Filter. The AC3Filter created a program group but nothing seemed to be useful.
How do I get virtual dub and/or TMPEGEnc to be able to use the audio and/or the AC3Filter?
Thanks in advance.
+ Reply to Thread
Results 1 to 17 of 17
-
-
Did you reboot?
Want my help? Ask here! (not via PM!)
FAQs: Best Blank Discs • Best TBCs • Best VCRs for capture • Restore VHS -
Originally Posted by buzzsaw
YOU just need to demux it.
I use this batch file:
Code:for %%I in (*.avi) do ( avi2raw -a %%I %%~nI.raw P:\BeSplit\BeSplit.exe -core^( -input %%~nI.raw -fix -type ac3 -output %%~nI.ac3 ^) del "%%~nI.raw" )
BeSplit fixes the header of the AC3 (not always necessary, but best to just do it anyway). Should also use this if you demux using VDub, there is also a little GUI for this. -
Originally Posted by lordsmurf
-
Originally Posted by AlanHK
-
Another option, if you just want to save the audio (i.e. copy it) you could use avidemux . It includes all codecs, so no need for external ac3acm or ac3filter
leave the audio sidebar set to copy, audio=>save with extension (e.g. "myfile.ac3")
Or you could use ffmpeg to copy it:
ffmpeg -i input.avi -vn -acodec copy output.ac3 -
Curious as to why you want to convert to MPEG.
You can use VSO DivxToDVD to convert to DVD if that is your objective.
https://www.videohelp.com/download/vsoDivxToDVD_setup_0.52.99.exe
You have to buy the AC3 plugin for TMPGEnc (I know, that's a crock of sh!t). Virtualdub doesn't encode to MPEG and AC3 support is tricky. -
Originally Posted by DarrellS
-
It creates chapters but doesn't create menus.
Here's a guide...
http://www.afterdawn.com/guides/archive/vso_divxtodvd_guide.cfm -
In general, your first idea was the best one. But in this case, VSO does do a really nice job.
Want my help? Ask here! (not via PM!)
FAQs: Best Blank Discs • Best TBCs • Best VCRs for capture • Restore VHS -
Originally Posted by buzzsaw
Save the batch file to a file "avitoac3.bat". Save it in a folder in you command path (if you don't know what that is, just put it in the same folder as your avi files).
Double-click on the icon for "avitoac3.bat" (or open a command prompt if you can).
It should run, extracting AC3 from the AVI files in that folder. Should take a few minutes per file. -
Originally Posted by buzzsawWant my help? Ask here! (not via PM!)
FAQs: Best Blank Discs • Best TBCs • Best VCRs for capture • Restore VHS -
Here is what I did (reference for other newbies and to close thread and to show I was paying attention and appreciate all responses
).
I installed the AC3Filter so I could hear the AVI - everything was cool.
I then used VSO DivxToDVD as suggestioned by DarrellS, made a nice lil Video_TS folder. I then PM DarrellS about chapters and he reminded me TMPEGnc DVD author can use not just MPEGs but DVD files too.
Used TMPEGnc DVD author - it regonized the audio as Dolby ac3 and asked if I want to use it - h*ll yeah.
Imported the chapters, made a menu, and then made the DVD folder and burnt it to DVD.
Grabbed a drink and put the popcorn in the microwave.
Thanks for the input everyone and I hope my closure to the thread will help someone else instead of just walking away with the answers but sharing our success as well as failures is what it is all about, right ?
Cheers!
Similar Threads
-
AC3 to MP3 in AVI via Virtual Dub
By Simmons in forum AudioReplies: 7Last Post: 22nd May 2012, 18:16 -
How do I use TEXTSUB.VDF filter in Virtual Dub in WIN 7
By V879 in forum SubtitleReplies: 3Last Post: 10th Jun 2011, 11:16 -
ffdshow codec not showing up in Virtual Dub
By uglijimus in forum Video ConversionReplies: 2Last Post: 8th Mar 2010, 15:12 -
virtual dub xvid codec encoding w/o profile
By caner12 in forum EditingReplies: 7Last Post: 5th Jul 2009, 12:08 -
Is there any filter (plugin) for Virtual Dub that will simulte DirectShow ?
By donthenet in forum Newbie / General discussionsReplies: 8Last Post: 14th Dec 2007, 07:44