Hello
I have a video file with messed up audio channels. When I play the video, the audio comes only from left speaker.
Here's media info
Both audio streams are messed up (on both, sound comes from left speaker only).
When I open the video in Sony Vegas for example, I see this (I removed the surround stream, don't need it)
In Sony Vegas I can easily fix for the sound to come from both speakers by choosing Combine or Left only. Both of this fix the audio
However, I want to do this with with ffmpeg.
I extracted the audio from the file with MeGUI.
I read this
https://trac.ffmpeg.org/wiki/AudioChannelManipulation
and I tried ffmpeg with the following command
But I get an errorCode:ffmpeg -i audio.aac -filter_complex "[0:a]channelsplit=channel_layout=stereo:channels=FL[left]" -map "[left]" front_left.aac
I want to change the channel, without reencoding of the audio (is this possible?) and then just mux the audio and video.
Can anyone help me?
Thanks
+ Reply to Thread
Results 1 to 3 of 3
Similar Threads
-
Garbage video with one field messed up
By benzio in forum RestorationReplies: 19Last Post: 25th Apr 2020, 09:41 -
How to fix messed up audio?.
By Felow in forum AudioReplies: 8Last Post: 9th Jan 2020, 01:11 -
Re-encoding audio and video to lower bitrate and change channel to mono
By DennisO in forum AudioReplies: 7Last Post: 26th Dec 2018, 14:25 -
How to fix audio that jump from channel to channel?
By midts in forum AudioReplies: 2Last Post: 24th Apr 2017, 07:04 -
changing audio to a video
By air0s in forum Newbie / General discussionsReplies: 4Last Post: 9th Feb 2017, 09:22