[FFmpeg-user] How do I add a new audio stream?

Clément Bœsch ubitux at gmail.com
Tue Nov 22 21:47:47 CET 2011


On Sun, Nov 20, 2011 at 02:38:54PM -0800, Tuuls wrote:
> Another question!
> How different channels of a stereo, expanded in different streams ?
> 

You mean something like this?:

  ffmpeg -i stereo.wav -map 0:0 -map 0:0 -map_channel 0.0.0:0.0 -map_channel 0.0.1:0.1 -y out.ogg

I'll add a similar example to the documentation soon.

[...]

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20111122/01aed6a6/attachment.asc>


More information about the ffmpeg-user mailing list