Hi. To date, any DVD that I've used MEGUI's 'File Indexer'on has given me an ac3 audio file. Today, I got an mp2 file plus a d2a file so, after some googling, changed my script as follows:
LoadPlugin("E:\MeGUI\tools\avisynth_plugin\NicAudi o.dll")
LoadPlugin("E:\MeGUI\tools\dgindex\DGDecode.dll")
a=DGDecode_mpeg2source("E:\test.d2v")
#b=NicAC3Source("E:\test Tc0 L2 mono 48 96 DELAY 0ms.mp2") #(my usual script)
b=NicMPG123Source("E:\test Tc0 L2 mono 48 96 DELAY 0ms.mp2")
audiodub(a,b)
The file created with this has audio in one channel only. I appreciate it says 'mono' in the title of the mp2 file but when I open the VOB in an audio editor there ARE two channels.
Am I scripting the audio correctly? Thanks.
+ Reply to Thread
Results 1 to 5 of 5
-
-
Are you sure your audio editor isn't set up for stereo editing and it didn't just applythe mono track to both channels? Do both channels look the same in the editor? When the editor plays them is there a difference between the two channels? Open the mp2 file directly and see what happens. What does MediaInfo say about the mp2 file and the original VOB file?
-
Hi jagabo. An odd one, this. I trust my Wavepad (up til now, anyway) to tell me if a file has one or two channels. I've seen it show 'one channel' many times. With this file (whether the original VOB or the equivalent made with VOV2MPG) it shows two. Both identical. The mp2 opens as one channel. mediainfo says VOB, mp2 and VOB2MPG are one channel. So I have to accept that it is. Must be a fluke of Wavepad. But I can easily make a 2-channel audio.
I take it my script is fine for mp2? Thanks for your time -
And the VOB contains only one audio track, yes?
-
According to mediainfo and mkvtoolnix, yes. Although Wavepad shows two identical channels. Since my last post, I demuxed the audio with toolnix and Wavepad opens the resultant file as a single channel. As I said, must be a fluke of some sort that it gives two channels to the VOB. Not a big deal, though.
Similar Threads
-
Converting a 4:3 VOB with Avidemux (it's giving me 3:2)
By pooksahib in forum Video ConversionReplies: 19Last Post: 20th Oct 2014, 13:02 -
How to re-edit a single channel on DTS audio 6 channel
By maisawka in forum EditingReplies: 7Last Post: 26th Jun 2014, 10:55 -
converting 6 channel audio to 2 channel & putting 2 streams in a container
By qorda in forum AudioReplies: 3Last Post: 14th Jan 2014, 02:43 -
Why is this Avisynth script giving me wrong ordered fields?
By brassplyer in forum EditingReplies: 7Last Post: 3rd Jul 2013, 09:25 -
dvdauthor giving errors on discontinuity of audio channel, remultiplex?
By veroslav in forum Authoring (DVD)Replies: 5Last Post: 21st Aug 2012, 01:14