Skip to main content

Questions tagged [stereo]

The tag has no usage guidance.

0 votes
0 answers
85 views

How to play stereo stream as stereo on Windows 10

I stream stereo FLAC from Ubuntu 22.04 with command: ffmpeg -f pulse -i "remote.monitor" -acodec pcm_s16le -ar 48000 -f s16le -ac 2 "udp://192.168.1.99:18181" and play this stereo ...
micetecumseh's user avatar
2 votes
1 answer
2k views

The Stereo Mode of my Headphones Can't be Activated on Windows 11

I have a problem since I installed Windows 11. The sound of my headphones suck. So I looked at a lot of forums to understand the problem. What I understood is that on Windows 10 there were like two ...
winter's user avatar
  • 21
0 votes
1 answer
1k views

ffmpeg with libfdk_aac: AAC-HE-V2 profile doesn't work for mono sound?

Whenever I use ffmpeg with libfdk_aac to convert a piece of audio to AAC, I noticed the aac_he_v2 profile does not work if the source audio is mono. For example: ffmpeg -i mono.wav -c:a libfdk_aac -...
RocketNuts's user avatar
  • 1,172
1 vote
1 answer
1k views

FFmpeg audio normalization from multi-channel audio to stereo to fix the quiet dialogues

When playing 5.1 surround sound audio on stereo, the dialogues come out quiet low but the other sound effect comes out heavily loud. Fortunately, FFmpeg already has built-in filters to fix this issue ...
Vin Raghav's user avatar
0 votes
1 answer
1k views

How can I properly normalise surround audio to stereo(2 channels)

This question has been asked before but my query is different and more specific. In MPV player I use this command af=format=channels=stereo,dynaudnorm which is like live normalising the audio. However,...
Vin Raghav's user avatar
2 votes
1 answer
2k views

ffmpeg combining both -af and -filter_complex filters (use left track to create mono only track *and* normalise audio)

I have lossless video captures of videotapes that I'm going to convert to FFV1 and FLAC. For a select few tapes, in the process, I also need to convert the audio to mono (only the left track exists as ...
Antonio Banderéz's user avatar
0 votes
1 answer
417 views

How to use FFMPEG to stack two equirectangular images to top/bottom format?

This command line does what I need, but it is a little tricky... ffmpeg -i left.jpg -i right.jpg -filter_complex "[0]scale=iw:ih*2[grande],[grande][0]overlay=x=0:y=0[base],[base][1]overlay=x=0:y=...
jumpjack's user avatar
  • 435
0 votes
0 answers
2k views

What is the recommended way to downmix 5.1 or 7.1 to 2.1?

I've been trying to downmix a 5.1 DTS HD-MA (specifically arranged as C L R Ls Rs LFE) track into 2.1 (with LFE), but I'm not sure of the recommended/standard way that doesn't mess up the audio. I ...
Noitaercar's user avatar
59 votes
8 answers
10k views

How do I check if a 2-track WAV file is "really" in stereo?

I have an audio file (WAV format to be specific). When I open it with an editor (e.g. audacity), I see two channels I suspect that the recording is actually mono rather than audio, i.e. I suspect the ...
einpoklum's user avatar
  • 9,852
1 vote
0 answers
1k views

Is it possible to set Windows to downmix all 5.1 surround audio to stereo on driver level?

I have about 2000 media files that I run through Plex on my laptop, which has stereo speakers. The problem is most of these files have the audio track distributed through 6 surround channels, which ...
Fabio Freitas's user avatar
0 votes
0 answers
38 views

Low stereo volume from pc sound

Not sure where to put this but I'm having an issue with the sound from my stereo. I have a standard set of 2.1 pc speakers hooked to the pc and an rca plug ran to my stereo. Sound from 2.1 is perfect ...
Jim Currie's user avatar
1 vote
0 answers
45 views

Bluetooth stereo using diferent devices

I have two different Bluetooth speakers. Each one is mono. I have my computer connected to both speakers at the same time but the sound is always mono in each one. Can I use linux app or windows .exe ...
msramalho's user avatar
1 vote
1 answer
700 views

How to duplicate audio device

The situation is as follows: I recently bought Sennheiser GSX 1000. The device has two main modes: 7.1 and 2.1. The 2.1 supports 24bit, 96000Hz (Studio Quality) input. This setting I use for ...
Matouš Klugar's user avatar
0 votes
1 answer
1k views

ffmpeg libtwolame mp2 how set options like mode or copyright

How I can change the audio mode (and other option flags) for libtwolame (mp2) encoder in ffmpeg? I've tried with ffmpeg -f jack -i ffmpeg -r 48000 -c:a mp2 -mode "m" -b:a 128k and also -mode 'm' -...
destmaster's user avatar
0 votes
1 answer
1k views

ffmpeg take channels 7+8 and make a stereo

I have a 8 audio track mov file which I want to encode to mp4 using ffmpeg BUT take the tracks 7+8 and put them as stereo with 320k and 48KHz to that mp4. My line is this: ffmpeg -i %source% -map 0:0 ...
Yannis's user avatar
  • 15
2 votes
1 answer
2k views

Split Stereo Input Device to 2 separate Mono Input Devices

I have a Focusrite Scarlet Solo 3rd Gen that I am using to connect my microphone and console audio from my monitor so I can have all my audio in one place. It sends the audio as an input to Windows 10 ...
AniMester's user avatar
3 votes
1 answer
3k views

How to properly downmix 5.1 sound to stereo

I usually watching Blu-Rays with PowerDVD 16. For some time now, instead of a monitor and a 5.1 sound system I used before, I use a television via HDMI now. The television only has Stereo. When I had ...
Martini Bianco's user avatar
3 votes
2 answers
9k views

Left/Right Audio Balance Locked Together on Bluetooth Headphones

I'm using Windows 10. I'm a bit deaf on one side so I need to change volume balance of my bluetooth stereo headphones in Window's settings. For some reasons, recently the L/R volume controls become ...
matohak's user avatar
  • 249
0 votes
1 answer
1k views

Converting image sequence to stereo H.264 video

I have an image sequence of JPG files exported from Blender. I would like to create a stereo side-by-side (left/right) H.264 video using ffmpeg using libx264. My image sequence is as follows: ...
glenneroo's user avatar
  • 2,307
1 vote
1 answer
3k views

Is LFE channel completely lost when downmixing 5.1 to stereo using ffmpeg?

so, I've been reading a lot about downmixing 5.1 to stereo, but as documentation provides, it creates L and R channels, so is the LFE channel being included down the mix? Is it completely lost? I've ...
José's user avatar
  • 13
1 vote
1 answer
105 views

How do I increase the stereo mode volume of my headphones when they're already at max?

I have an MDR-1000X headphone and on opening the sounds option for it, I see two options to be used for the output audio: the Hands-Free and the stereo part (as shown in the image below). Now when I ...
MaNameFlash9's user avatar
1 vote
1 answer
1k views

MP3 CD compatibility with older MP3 capable car stereo system

I have MP3 files recorded on CD-R. The files play on a newer (2012) MP3 capable car stereo, but not on an older (2006) MP3 capable car stereo. The following caveat is in the User Manual for the older ...
Terry's user avatar
  • 11
0 votes
1 answer
2k views

Stereo Microphone not working properly in mono applications

Some time ago, I decided to upgrade my audio from simple headset to Studio headphones and a condenser mic. For the longest time I used a XLR-1/4"Jack Mono to plug it into my Soundcards LineIn. I've ...
Cetuximab's user avatar
5 votes
3 answers
23k views

How to verify whether a track is in mono or stereo?

Sometimes I have to verify using a reputable method if an audio track is recorded in mono or stereo, especially when researching older music albums. I have a reason to believe that Audacity doesn't ...
user198350's user avatar
  • 4,089
4 votes
1 answer
1k views

How to convert stereo to right-channel mono on Windows 8?

I'm deaf on left side and I only can hear on right side. I have problems with videos that output in left channel or stereo, making it very difficult to hear. I discovered that I couldn't convert all ...
dmxt's user avatar
  • 41
0 votes
1 answer
927 views

Play audio through 2x HDMI monitors & 1x Aux Monitor

I am trying to get all three of my monitors to play audio out of their speakers however I am having an issue with HDMI connections on two of the monitors overriding the AUX connections Monitor 1: ...
Hyflex's user avatar
  • 259
2 votes
1 answer
2k views

flac to "stereo mp3" not "joint stereo" using ffmpeg

After reading and trying contents of the post talking about flac to mp3 conversion, I didn't find the solution I try this command again and again for converting flac to "stereo" mp3: ffmpeg -i ...
samsam114's user avatar
  • 131
0 votes
1 answer
1k views

How to set the version of an output MP3 file in FFmpeg

I want to split a stereo MP3 file into two mono MP3 files using FFmpeg such that each of the mono files is MPEG-1 Layer 3 Version 1: I use this command: ffmpeg -i input.mp3 -map_channel 0.0.0 left....
samsam114's user avatar
  • 131
0 votes
2 answers
202 views

How to use Music-box for pc?

I have two music-boxes 100W/4 ohm. Could I use these for the pc, have the output connectors of the pc(integrated) enough power or should I find something like an active or passive amplifier(if ...
Tech-IO's user avatar
  • 461
2 votes
3 answers
3k views

FFMPEG: Amplify one channel of audio file

Okay, so I have one audio file that's in .mp3 and need to amplify only left channel. I have found out how to do i on the whole file using this command: ffmpeg -i input.wav -af "volume=1.5" output....
Eso Teric's user avatar

15 30 50 per page