Choose a specific audio channel - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: Choose a specific audio channel (/thread-306.html) Pages:
1
2
|
Choose a specific audio channel - Liza66 - 21.02.2018 Hi Is it possible to turn the stereo sound into mono? I want to do the work shown in the figure below. I do not want to downmix both channels, I will do choose a specific channel (Left or Right) and copy it to mono channel. How do I do this? The link below shows how to do this with the ffmpeg command line. https://trac.ffmpeg.org/wiki/AudioChannelManipulation#stereomonostream RE: Choose a specific audio channel - Selur - 21.02.2018 Yes, Hybrid can set custom channel mappings through sox. There is an option for this under Audio->Base->Audio encoding->Filtering iirc. Will post the exact way of doing what you want later after work. (in ~8hrs) Cu Selur RE: Choose a specific audio channel - Liza66 - 21.02.2018 (21.02.2018, 10:56)Selur Wrote: Yes, Hybrid can set custom channel mappings through sox. There is an option for this under Audio->Base->Audio encoding->Filtering iirc. thank you very much. I'm waiting for your guidance. RE: Choose a specific audio channel - Selur - 21.02.2018 So what you want can be done this way:
Cu Selur RE: Choose a specific audio channel - Liza66 - 23.02.2018 (21.02.2018, 18:49)Selur Wrote: So what you want can be done this way: Hi. I use '3v1' command to convert 6 channels audio to mono (just for test), but the software did not do this, the audio is still 6 channels. The new audio is 6 channels with the third channel (3) set as full volume (v1), and other channels set to zero volume (v0). I don't need this 6 channels audio, i want a mono audio. How to delete channels with zero volume? This is my source audio for test: And this is Hybrid output with '3v1' command: RE: Choose a specific audio channel - Selur - 23.02.2018 Might bei a bug with the Channel mappings will look at it this evening. RE: Choose a specific audio channel - Selur - 23.02.2018 Ahh,.... do not include the other channels, just use: 3v1 1v0 2v0 3v1 4v0 5v0 6v0 Feeding Hybrid with 5.1 audio and using '3v1' I just end up with mono output and the channel mapping is mono. If that is not the case for you I need a debug output level 9 of the job creation to know what you are doing. Cu Selur RE: Choose a specific audio channel - Liza66 - 23.02.2018 (23.02.2018, 18:21)Selur Wrote: Ahh,.... do not include the other channels, just use: I Feeding Hybrid with 5.1 audio and just used '3v1' command and Hybrid output is 6 channels. Here is the debug file: RE: Choose a specific audio channel - Selur - 23.02.2018 Quote: I need a debug output level 9 of the job creation to know what you are doing.and the attached file is a debug level 4, which contains the job creation and processing,... I repeat: I need a DebugOutput Level 9 of the job creation. Cu Selur RE: Choose a specific audio channel - Selur - 23.02.2018 Found the problem. -> Looking into it. |