You can download a sample here, and avidemux doesn't seem to register the audio
http://www.dcresource.com/reviews/panasonic/dmc_lx3-review/P1000032.MOV
as I said before, it's twos audio, mono. To make it compliant for dvd, you will have to convert to stereo and 48000KHz
You can download QTSource here, put the dll in the avisynth plugins folder.
http://www.tateu.net/software/dl.php?f=QTSource_Alpha
Make a text file, and rename the extension to .avs (change filenames and paths to match)
Open the .avs in virtualdub, and save as wavQTInput("file.MOV", audio=false)
vid=last
a=QTInput("file.MOV", audio=true)
MergeChannels(a,a)
SSRC(48000)
aud=last
AudioDub(vid,aud)
Use that wav as input into avstodvd (I'm not familiar with avstodvd , but MrC said it would accept elementary stream). Note you could also use that script to encode using any encoder; if avstodvd accepts avs scripts, you could just use that .avs file and skip vdub altogether. This works for me, but I have QTPro installed on this PC. I think QT Alternative should work.
A2DAudioSource() should have worked with twos enabled in ffdshow. The only thing I can think of is you don't have a proper splitter installed on your system.
Cheers
+ Reply to Thread
Results 31 to 33 of 33
-
-
I was able to open the sample file directly in VirtualDub (with MOV/MP4 plugin) and save the audio as uncompressed PCM WAV. It came out as 16 KHz, 16 bit, mono. You can also use VirtualDub's built in audio conversion tool to change it to 48 KHz, 16 bit, stereo (the same mono audio on both tracks).
Similar Threads
-
u.s. appeals court reinstates anti-trust suit against music industry
By deadrats in forum Off topicReplies: 1Last Post: 14th Jan 2010, 18:33 -
Videos to suit my phone screen size
By drwho in forum Video ConversionReplies: 2Last Post: 21st May 2009, 16:39 -
Converting from Flash .flv format to iPod Compatible .mp4 format in ffmpegX
By bananasontoast in forum ffmpegX general discussionReplies: 1Last Post: 3rd Jan 2009, 09:15 -
Suit against Microsoft over Vista is going ahead
By SingSing in forum ComputerReplies: 24Last Post: 24th Jun 2008, 18:25 -
Convert Coreldraw file format(cpt) to some other format like tiff
By mysts in forum Off topicReplies: 0Last Post: 31st May 2007, 10:38