Let me preface by saying I completely understand the difference between stereo and mono.
My Hi8 camera only has a mono out and so all this stuff I cap'd is only coming from one speaker.. Im trying to figure out how to convince Virtualdub to duplicate the audio onto the other speaker..
I tried simply choosing stereo under Audio>Conversion .. but that didnt do it..
is there an easy-ish way of accomplishing this?
thanks,
nopk
+ Reply to Thread
Results 1 to 15 of 15
-
-
Sort of...........
You can demux or extract the audio to WAV and open it in Audacity or similar, then 'clone' the existing channel to a second channel and output as a stereo track. If you want to get 'fancy', you can modify both channels with reverb or other subtle changes and get closer to a stereo 'effect'. Then you can add or 'mux' the audio back with your video.
I don't know the output format of your camera. MPEG or AVI type? AVI, you can demux or extract as a WAV with VirtualDub or similar. VD Mod can also extract from a MPEG. Then after processing with Audacity or similar, you will have to mux or add it back with the video. Depends on what end format you want.
There are other tools and methods, but that one works for me most times.Good new, it's all freeware.
-
damnit. I knew I shouldve just built a stereo/mono adaptor before I started caping all this the other day.. but figured "how hard could it be to fix in software" ..
camera is an analog hi8.. so.. output format is nothing.
thanks for the tips, I'll look into ripping the track off and cloning it..
nopk -
It's not that hard.
Audacity inputs and outputs WAV, MP3, Ogg and a lesser known format I forget.
But WAV is fairly universal. You can save it out from Audacity again as a WAV, then convert it to different formats. I use ffmpeggui to convert it to AC3 format. Then I use that with the video in a authoring program and output as DVD format. Or if you use TMPGEnc encoder, you can input the video and WAV audio and the program can convert the audio to MPEG-1 Layer2 as it encodes the video to MPEG-2.
Just a few options. -
Originally Posted by thecoalmanI think,therefore i am a hamster.
-
Originally Posted by thecoalman
Brett -
nopk, any wave editor will let you create either real stereo (in your case it'll be dual mono of course) or a joint stereo file from your mono file.
You dont need to buy any expensive soft, even i.e. Nero's own built-in Wave Editor is capable of this.
Its a very simple process, there is no quality loss or anything. -
Or instead of an adapter just buy a simple mixer. Behringer do some inexpensive good quality ones.
http://www.behringer.com/802/index.cfm?lang=eng
It's much easier to fine tune volume levels using a mixer than the Windows volume control. You can pan the signal left or right. I think with just a signal plugged into the left input it feeds to both channels automatically anyway. -
Use AviSynth. Try this simple script:
Code:vid=AviSource("myvideo.avi") audioL=GetChannel(vid,1) audioR=GetChannel(vid,2) audio=MergeChannels(audioL, audioL)# return AudioDub(vid, audio)
Darryl -
Originally Posted by dphirschler
Im curious though.. did you mean the # marked line to read:
Code:audio=MergeChannels(audioR, audioL)
I tried reading the syntax for the mergechannels command at the avisynth website.. but couldnt quite wrap my head around it.. http://avisynth.org/mediawiki/MergeChannels .. I think as Ive no experience with the terms etc.. or maybe Im just slow
thanks for the help,
nopk -
Originally Posted by nopk"Shut up Wesley!" -- Captain Jean-Luc Picard
Buy My Books -
Originally Posted by gadgetguy
When I saw merge I assumed it had to merge 2 things.. so therefore merging left with left didnt make sense. In my case, I have right channel, so I'll do audior and audior and be rockin.
thanks for the clarification..
nopk
Similar Threads
-
Create video file that allows pseudo streaming
By gffb in forum Video Streaming DownloadingReplies: 4Last Post: 21st Jul 2011, 23:07 -
FFmpeg / FFmbc ---> 8 Mono track to 1 Stereo
By elmuz in forum Video ConversionReplies: 2Last Post: 13th Jun 2011, 06:06 -
PC Audio: Stereo to Pseudo-Surround Software
By Salem874 in forum AudioReplies: 0Last Post: 22nd Feb 2011, 14:31 -
Where Can I Buy a mono-stereo 3.5 mm mono to stereo L-adapter?
By solarblast in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 0Last Post: 26th Nov 2009, 05:45 -
Creating a Pseudo 5.1 Mix from Stereo Source Using V.I.
By guns1inger in forum User guidesReplies: 13Last Post: 27th Jul 2009, 17:21