Re: [FFmpeg-user] Stereo AAC

2018-04-18 Thread Moritz Barsnick
On Tue, Apr 17, 2018 at 22:24:12 +0200, Frank Haefemeier wrote: > Am Montag, den 16.04.2018, 16:02 -0400 schrieb antony baxter: > > I have some video files with a DTS audio stream. I'm trying to add a > If you not specifiy the right mapping index by 'ac' parameter it will > default to zero. Sorr

Re: [FFmpeg-user] Stereo AAC

2018-04-17 Thread Moritz Barsnick
On Mon, Apr 16, 2018 at 16:02:53 -0400, antony baxter wrote: > I have some video files with a DTS audio stream. I'm trying to add a > couple of additional audio streams into the file, transcoded from the > DTS stream. My command line is: > >ffmpeg > -i "${input}" > -map 0:0 >

Re: [FFmpeg-user] Stereo AAC

2018-04-17 Thread Frank Haefemeier
Am Dienstag, den 17.04.2018, 04:30 + schrieb Marcin W.: > Because you three times specify -map 0:1. Check stream.mapping. Multiple 'map' parameter are the way to create new output streams from same source streams. > wt., 17 kwi 2018, 05:45 użytkownik antony baxter > napisał: > Please don't t

Re: [FFmpeg-user] Stereo AAC

2018-04-17 Thread Frank Haefemeier
Am Montag, den 16.04.2018, 16:02 -0400 schrieb antony baxter: > Hi all, > > I have some video files with a DTS audio stream. I'm trying to add a > couple of additional audio streams into the file, transcoded from the > DTS stream. My command line is: > >ffmpeg > -i "${input}" > -m

Re: [FFmpeg-user] Stereo AAC

2018-04-16 Thread Marcin W.
Because you three times specify -map 0:1. Check stream.mapping. wt., 17 kwi 2018, 05:45 użytkownik antony baxter napisał: > Hi all, > > I have some video files with a DTS audio stream. I'm trying to add a > couple of additional audio streams into the file, transcoded from the > DTS stream. My co