Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8811285
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T03:19:32+00:00 2026-06-14T03:19:32+00:00

I have a project where i need to restream a live stream which has

  • 0

I have a project where i need to restream a live stream which has two languages setup on the audio.
Spanish on left and English on right

The stream mapping is:

Stream #0:0: Video: h264 ([7][0][0][0] / 0x0007), yuv420p, 512x288 [SAR 1:1 DAR 16:9], q=2-31, 1k tbn, 1k tbc
Stream #0:1: Audio: mp3 ([2][0][0][0] / 0x0002), 44100 Hz, stereo, s16, 18 kb/s

I need to restream this back live with just the English from the right side or just spanish from the left side, I tried looking everywhere but did not find any type of solution .

Since this needs to be done live, I can’t be using other programs to separate video and audio to get it done.

This needs to be done through ffmpeg and I wonder if it even capable of doing so with original built or it would need some custom modification.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T03:19:34+00:00Added an answer on June 14, 2026 at 3:19 am

    You can use the -map_channel option or the pan filter. Unfortunately you didn’t specify if you want a stereo or mono output. If stereo you can simply mute a channel or duplicate a channel into both left and right channels of the output. Here are some examples assuming you want to keep a stereo output.

    To copy the right channel of the input to the left and right channels of the output:

    ffmpeg -i input -map_channel 0.1.1 -map_channel 0.1.1 output
    

    To mute the left channel:

    ffmpeg -i input -map_channel -1 -map_channel 0.1.1 output
    

    To mute the left channel using pan:

    ffmpeg -i input -filter:a pan="stereo:c1=c1" output
    

    FFmpeg usage questions are better suited for superuser.com since stackoverflow is programming specific.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a project in which I would need to copy files found within
I have a project in which I need to display multiple UITableView instances inside
I have a project I need to be working on from two different computers,
I have a project which will need to have some Java layer. I am
I have a project where I need to build a two tables in sql
I have this setup currently: Project A outputs a war file - has a
I have a project which will need a shopping cart which is where my
The Junits I have in my project need to load property files from the
I have a project where I need to monitor changes in a 3rd party
I have a project where I need to compare multi-chapter documents to a second

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.