ChiDragon
30th March 2012, 18:40
Is there a video player that can pan the complete audio track into the left/right speaker of a stereo setup?
When playing two videos, I want to accomplish the equivalent of this AviSynth script:
MergeChannels(V1.ConvertToMono(),V2.ConvertToMono())
What I've thought of so far is to go in and "Enable custom channel mapping" in MPC every time, but I don't know whether that's mixing everything to one channel or just pushing the existing channel out to only one speaker.
Another option may be the Panning Bar in Winamp but I've never used that player for video playback and would prefer to avoid it if I can.
When playing two videos, I want to accomplish the equivalent of this AviSynth script:
MergeChannels(V1.ConvertToMono(),V2.ConvertToMono())
What I've thought of so far is to go in and "Enable custom channel mapping" in MPC every time, but I don't know whether that's mixing everything to one channel or just pushing the existing channel out to only one speaker.
Another option may be the Panning Bar in Winamp but I've never used that player for video playback and would prefer to avoid it if I can.