Hello!
I have an iRiver E100 that is capable of recording audio from its built-in microphone, external microphone and line-in. Most of the time I make recordings with its built-in one which is mono, though the format it's recording is a Stereo WMA, 192kbps and it's a waste of disk capacity, since both audio tracks contain the same material. There is no option adjusting the channels for recording.
I'm looking for a (command line if there's one) tool that can extract one channel from a WMA file and save to another. For instance my 192kbps WMAs consist two 96kbps WMA audio streams, one for each channel (2). I'd like to extract one of these channels to a new file, that'd be Mono and 96 kbps.
Thanks in advance
Zooya
+ Reply to Thread
Results 1 to 10 of 10
-
-
Are you sure they are two discrete channels, and not a sum channel (L+R) and a difference (L-R) channel? If they are sum and difference, Mono uses almost no additional space as the difference channel will be basically null.
-
Originally Posted by olyteddy
-
Do you have any audio editing software they all do that, save as then select mono. I guess there are free ones too.
-
I have WinAmp and audio editing softwares, but I would not like to convert my clips anyways. I could downmix them and convert them using ffmpeg/lame/etc. but this will result in the loss of quality. The only option for me is copying one channel and saving it as a mono-channel WMA.
In the meantime I've found AsfBin, but couldn't figure out how to separate a stereo audio tracks into two mono channels without re-encoding. Tried: asfbin -i <inputfile> -o <outputfile> -nostream 2 , but it handles the audio part as one stream.
Also tried with ffmpeg -i <inputfile> -ab 96k -ac 1 -acodec copy <outputfile>, no success, it generates an output file arund the same size and bitrate as the input. -
Unlikely that you can just extract a channel and magically cut the size in half. You have to probably re-encode it.
WMA is a closed, and proprietary format, you will need a license to manipulate. e.g. Adobe Auditon supports WMA, but I tested what you wanted to do , and it re-encodes as well
You can't even do what you want with open source formats that have lots of support, like mp3, aac. etc. they all re-encode, or use a wav intermediate then re-encode. - so the likelihood of it working with wma is even less
It is likely that you have a duplicate i.e. the L+R channels are duped so it is a fake stereo. You can look at the waveform in Audition for example, to check if channels are different. -
WMA is a closed, and proprietary format, you will need a license to manipulate. e.g. Adobe Auditon supports WMA, but I tested what you wanted to do , and it re-encodes as well
Btw, could you try me looking for an option like enable smart rendering, because as far as I know it's about copying streams if possible. If you find it turned off, please turn it on and try again what you did.
It is likely that you have a duplicate i.e. the L+R channels are duped so it is a fake stereo. You can look at the waveform in Audition for example, to check if channels are different.
Still don't want to re-encode and looking for a solution
Similar Threads
-
Revisiting an unresolved (?) issue, re: extracting 7.1 channels...
By takearushfan in forum AudioReplies: 4Last Post: 30th Mar 2012, 04:06 -
wma to cd
By jasoncolz in forum AudioReplies: 5Last Post: 2nd Apr 2011, 07:14 -
trying to extract the 7.1 channels (8 channels) from Blu-ray disc
By billsantos in forum AudioReplies: 2Last Post: 20th Feb 2011, 15:28 -
MKVs: downmix ac3 6-channels to ac3 2-channels and remux
By kwanbis in forum AudioReplies: 4Last Post: 10th Mar 2009, 16:07 -
WMA-2.WMA-3 files conversion
By sumeshkri in forum Video ConversionReplies: 3Last Post: 27th Sep 2008, 19:52