PDA

View Full Version : Audio issues (MergeChannels, MonoToStereo)


Gavino
11th September 2009, 01:23
Other audio issues I spotted while investigating the cache problem:

- MergeChannels when given a single clip argument delivers an unusable result. The code returns args[0] (an array), when it should be args[0][0].

- MonoToStereo gives a 4 channel result when given 2 stereo inputs. According to the docs (http://avisynth.org/mediawiki/MonoToStereo), it should deliver a stereo result with the left channel from the first clip, and the right channel from the second.

IanB
11th September 2009, 03:03
Done!