Using ffmpeg to record podcast, each audio source in a channel

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
3
down vote

favorite












I'm recording a podcast and need to record the audio using one side of the stereo track with my mic audio and the other side with the audio coming from the internet. Any tips? Have ffmpeg in my box and uses Arch Linux 64










share|improve this question

























    up vote
    3
    down vote

    favorite












    I'm recording a podcast and need to record the audio using one side of the stereo track with my mic audio and the other side with the audio coming from the internet. Any tips? Have ffmpeg in my box and uses Arch Linux 64










    share|improve this question























      up vote
      3
      down vote

      favorite









      up vote
      3
      down vote

      favorite











      I'm recording a podcast and need to record the audio using one side of the stereo track with my mic audio and the other side with the audio coming from the internet. Any tips? Have ffmpeg in my box and uses Arch Linux 64










      share|improve this question













      I'm recording a podcast and need to record the audio using one side of the stereo track with my mic audio and the other side with the audio coming from the internet. Any tips? Have ffmpeg in my box and uses Arch Linux 64







      arch-linux pulseaudio ffmpeg






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jun 16 '17 at 20:56









      HufflepuffBR

      1162




      1162




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote













          This can be done with the amerge filter:



          $ ffmpeg -i left.mp3 -i right.mp3 -filter_complex amerge stereo.mp3


          Assuming the input files are mono, amerge will automatically create stereo output. I should note, however, that podcasts are mono so they can be consumed with just one earbud. The stereo effect sounds interesting since it puts you in the middle of the conversation, which is kinda neat, but I've never heard it on an actual podcast. To make the output mono, set the audio channels to 1 with the -ac 1 option.





          share








          New contributor




          Jon Ericson♦ is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.

















            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "106"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f371591%2fusing-ffmpeg-to-record-podcast-each-audio-source-in-a-channel%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            1
            down vote













            This can be done with the amerge filter:



            $ ffmpeg -i left.mp3 -i right.mp3 -filter_complex amerge stereo.mp3


            Assuming the input files are mono, amerge will automatically create stereo output. I should note, however, that podcasts are mono so they can be consumed with just one earbud. The stereo effect sounds interesting since it puts you in the middle of the conversation, which is kinda neat, but I've never heard it on an actual podcast. To make the output mono, set the audio channels to 1 with the -ac 1 option.





            share








            New contributor




            Jon Ericson♦ is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.





















              up vote
              1
              down vote













              This can be done with the amerge filter:



              $ ffmpeg -i left.mp3 -i right.mp3 -filter_complex amerge stereo.mp3


              Assuming the input files are mono, amerge will automatically create stereo output. I should note, however, that podcasts are mono so they can be consumed with just one earbud. The stereo effect sounds interesting since it puts you in the middle of the conversation, which is kinda neat, but I've never heard it on an actual podcast. To make the output mono, set the audio channels to 1 with the -ac 1 option.





              share








              New contributor




              Jon Ericson♦ is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.



















                up vote
                1
                down vote










                up vote
                1
                down vote









                This can be done with the amerge filter:



                $ ffmpeg -i left.mp3 -i right.mp3 -filter_complex amerge stereo.mp3


                Assuming the input files are mono, amerge will automatically create stereo output. I should note, however, that podcasts are mono so they can be consumed with just one earbud. The stereo effect sounds interesting since it puts you in the middle of the conversation, which is kinda neat, but I've never heard it on an actual podcast. To make the output mono, set the audio channels to 1 with the -ac 1 option.





                share








                New contributor




                Jon Ericson♦ is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                This can be done with the amerge filter:



                $ ffmpeg -i left.mp3 -i right.mp3 -filter_complex amerge stereo.mp3


                Assuming the input files are mono, amerge will automatically create stereo output. I should note, however, that podcasts are mono so they can be consumed with just one earbud. The stereo effect sounds interesting since it puts you in the middle of the conversation, which is kinda neat, but I've never heard it on an actual podcast. To make the output mono, set the audio channels to 1 with the -ac 1 option.






                share








                New contributor




                Jon Ericson♦ is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.








                share


                share






                New contributor




                Jon Ericson♦ is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                answered 6 mins ago









                Jon Ericson♦

                1115




                1115




                New contributor




                Jon Ericson♦ is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





                New contributor





                Jon Ericson♦ is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






                Jon Ericson♦ is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f371591%2fusing-ffmpeg-to-record-podcast-each-audio-source-in-a-channel%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    How to check contact read email or not when send email to Individual?

                    Bahrain

                    Postfix configuration issue with fips on centos 7; mailgun relay