Okay, I don't know exactly what I did wrong with my encoding, but somehow I managed to encode my video (from two sources) into a nice .M2V file but my audio is still laying here in the form of two .WAV files. Is there some tool I can use to merge the two .WAV files and then mux that audio with the .M2V file? I really don't want to re-encode the video again...
Thanks,
-Zak
+ Reply to Thread
Results 1 to 10 of 10
-
-
convert the audio to mpeg audio amd mux those together .
its not wav files on a svcd or vcd -
Originally Posted by BJ_M
Then, my original question still stands - how do I mux the resulting audio file with the M2V video file I already have? What tool do I use (I can't use TMPGEnc 'cause it's an MPEG-2 file and my MPEG-2 trial period has expired)?
-Zak -
you can use the demo version of tmpgenc to create the mpeg audio file
to combine the two wave files together - in command window (dos)
copy fileA.wav+fileB.wav newfileC.wav /B
you can mux the files together with bbMPEG (see tools section) (bbmpeg author now works for Main Concept btw) -
Originally Posted by BJ_M
Code:D:\Temp>dir *.wav Volume in drive D is DISK3_VOL1 Volume Serial Number is E809-3114 Directory of D:\Temp 04/20/2003 10:14 PM 266,821,868 one.wav 04/20/2003 10:17 PM 11,252,012 two.wav 2 File(s) 278,073,880 bytes 0 Dir(s) 6,748,336,128 bytes free D:\Temp>copy one.wav+two.wav both.wav /B one.wav two.wav 1 file(s) copied. D:\Temp>dir both.wav Volume in drive D is DISK3_VOL1 Volume Serial Number is E809-3114 Directory of D:\Temp 04/26/2003 09:34 PM 25,042 both.wav 1 File(s) 25,042 bytes 0 Dir(s) 6,748,307,456 bytes free D:\Temp>
-Zak
[/code] -
copy /B one.wav+two.wav both.wav then
depends on your OS
works fine anyhow - do it all the time -
Code:
C:\>copy /? Copies one or more files to another location. COPY [/V] [/N] [/Y | /-Y] [/Z] [/A | /B ] source [/A | /B] [+ source [/A | /B] [+ ...]] [destination [/A | /B]] source Specifies the file or files to be copied. /A Indicates an ASCII text file. /B Indicates a binary file. destination Specifies the directory and/or filename for the new file(s). /V Verifies that new files are written correctly. /N Uses short filename, if available, when copying a file with a non-8dot3 name. /Y Suppresses prompting to confirm you want to overwrite an existing destination file. /-Y Causes prompting to confirm you want to overwrite an existing destination file. /Z Copies networked files in restartable mode. The switch /Y may be preset in the COPYCMD environment variable. This may be overridden with /-Y on the command line. Default is to prompt on overwrites unless COPY command is being executed from within a batch script.
-
Originally Posted by BJ_M
-Zak -
Originally Posted by Zak0
-Zak -
Okay, I finally got my SVCD. I ended up using CoolEdit 2000 to glue the WAVs together, TMPGEnc to encode the new WAV to MP2, and XMuxer to mux the M2V and MP2 files toegether (I used XMuxer 'cause bbMPEG kept crashing on me).
Thanks for the help!
-Zak
Similar Threads
-
How to mux .264 and .wav files to .m2ts or .mp4 using FFmpeg????
By rallymax in forum EditingReplies: 1Last Post: 31st Oct 2011, 17:04 -
Convert/Mux .m2v and .wav into mpeg for DVD??
By Beavis in forum Video ConversionReplies: 2Last Post: 22nd Jul 2011, 14:46 -
Trying to create DVD from m2v and wav files
By JSLayton in forum Authoring (DVD)Replies: 8Last Post: 28th Jun 2011, 17:56 -
How to mux a m2v file with 44.1khz, 16-bit wav?
By seven_deuce offsuit in forum Newbie / General discussionsReplies: 2Last Post: 24th Apr 2011, 22:25 -
M2V + 2 WAV files to VIDEO_TS with 2 PCM soundtracks (not mp2)
By cleantone in forum MacReplies: 14Last Post: 28th Aug 2008, 15:10