Re: [FFmpeg-user] map_channel without re-encoding

2019-04-04 Thread Carl Eugen Hoyos
2019-04-04 1:35 GMT+02:00, Elliott Balsley : > Is this possible? I have a WAV file with a single track containing 8 > channels. I want to convert it to an MOV with a 5.1 track and a stereo > track. The below command works, but if I use -c:a copy then it makes both > output tracks 7.1. > >

[FFmpeg-user] map_channel without re-encoding

2019-04-03 Thread Elliott Balsley
Is this possible? I have a WAV file with a single track containing 8 channels. I want to convert it to an MOV with a 5.1 track and a stereo track. The below command works, but if I use -c:a copy then it makes both output tracks 7.1. ffmpeg -I input.wav -vn -c:a pcm_s24le -map 0:0 -map 0:0