for saving space and *before* conversion to AAC by FFMPEG. very easy in principle, looking here http://wiki.audacityteam.org/wiki/Talk: ... ur_Project
still, if I save the mono track and re-open it I still se two channels. I cannot fine any oprion which sets the mono bit in the AAC file
If i do the same using the mp3 lame encoder I can see just one track in audacity when re-reading the saved fil
thanks for your help
I am 2.x and W7
FFmpeg imports mono tracks as stereo[SOLVED]
Forum rules
This forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
-
marco.stanzani
- Posts: 4
- Joined: Tue Nov 06, 2012 11:37 am
- Operating System: Please select
FFmpeg imports mono tracks as stereo[SOLVED]
Last edited by marco.stanzani on Fri Apr 24, 2015 4:07 pm, edited 2 times in total.
Reason: Changed title
Reason: Changed title
Re: convert stereo to mono
To convert a stereo track to mono in Audacity 2.x,
Select the track, then "Tracks menu > Stereo Track to Mono"
http://manual.audacityteam.org/o/man/tr ... eo_to_Mono
Select the track, then "Tracks menu > Stereo Track to Mono"
http://manual.audacityteam.org/o/man/tr ... eo_to_Mono
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: convert stereo to mono
I wouldn't want a "fake" stereo file, but I don't think you'll save space by saving a mono file as mono AAC. AAC uses Joint Stereo by default, which encodes the L+R & L-R signals separately. With mono, there is no sound in the L-R "channel", and AAC (and MP3) are "smart enough" not to waste space when there is nothing to encode, so you are only encoding one channel's worth of information....for saving space and *before* conversion to AAC by FFMPEG.
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: convert stereo to mono
Update to the currently recommended FFmpeg 0.6.2 ( http://manual.audacityteam.org/o/man/fa ... tml#ffdown ) then it will import mono AAC files as mono.marco.stanzani wrote:if I save the mono track and re-open it I still se two channels. I cannot fine any oprion which sets the mono bit in the AAC file
If i do the same using the mp3 lame encoder I can see just one track in audacity when re-reading the saved fil
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
-
marco.stanzani
- Posts: 4
- Joined: Tue Nov 06, 2012 11:37 am
- Operating System: Please select
Re:FFmpeg imports mono tracks as stereo[SOLVED]
thanks, it works! and yes, saving mono files will save 50% of space approx (as expected)