Re: [ecasound] Ecasound newbie - convert 4 channel to twin stereo

From: Joel Roth <joelz@email-addr-hidden>
Date: Sat Jul 28 2018 - 21:51:23 EEST

Andrew Ferguson wrote:
> I tried the following command, based upon the original command from the
> plugin page and the ecasound documentation for multitrack usage:
>
> ecasound -a:1,2 -x -i sq-test-tones.m4a -el:hilbert_stereo_200taps
> -el:sq_decoder_shadow_vector -a:1 -f:16,2,44100 -o front.wav -a:2
> -f:16,2,44100 -o back.wav -chcopy:3,1 -chcopy:4,2
>
> unfortunately, this gives the error "Exactly one chain should be selected
> when adding chain operators".

Hi Andrew,

Try this (not tested)

   ecasound \
        -a:in -i:sq-test-tones.m4a -el:hilbert_stereo_200taps -el:sq_decoder_shadow_vector -o:loop,in \
        -a:1,2 -i:loop,in \
        -f:16,2,44100 \
    -a:1 -o front.wav \
        -a:2 -chcopy:3,1 -chcopy:4,2 -o back.wav

-- 
Joel Roth
  
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ecasound-list mailing list
Ecasound-list@email-addr-hidden
https://lists.sourceforge.net/lists/listinfo/ecasound-list
Received on Sun Jun 16 21:14:39 2019

This archive was generated by hypermail 2.1.8 : Sun Jun 16 2019 - 21:14:39 EEST