View Full Version : Converting to stereo
JohannesL
6th March 2009, 07:37
audio = MergeChannels( ConvertToMono(a),ConvertToMono(b),ConvertToMono(c),ConvertToMono(d) )
I need to convert this to stereo. How?
hanfrunz
6th March 2009, 10:28
What exactly do you want to do? Have you read this (http://avisynth.org/mediawiki/Internal_filters#Audio_processing_filters)?
JohannesL
6th March 2009, 10:33
What exactly do you want to do? Have you read this (http://avisynth.org/mediawiki/Internal_filters#Audio_processing_filters)?
Yes I have. I want to convert the 4-channel audio signal "audio = MergeChannels( ConvertToMono(a),ConvertToMono(b),ConvertToMono(c),ConvertToMono(d) )" produces to a stereo signal.
b66pak
6th March 2009, 20:55
look here:
http://forum.doom9.org/showthread.php?p=1243880#post1243880
_
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.