Re: [FFmpeg-user] Concat filter with more than 1 audio stream -- How?

2020-02-24 Thread Mark Filipak
On 02/24/2020 04:28 PM, Carl Eugen Hoyos wrote: Am Mo., 24. Feb. 2020 um 13:56 Uhr schrieb Mark Filipak : On 02/24/2020 06:46 AM, Carl Eugen Hoyos wrote: > Am Mo., 24. Feb. 2020 um 12:22 Uhr schrieb Mark Filipak > : > >> If I understand correctly, you think I should do this: >> >> co

Re: [FFmpeg-user] Concat filter with more than 1 audio stream -- How?

2020-02-24 Thread Moritz Barsnick
On Sun, Feb 23, 2020 at 20:06:41 -0500, Mark Filipak wrote: > Using this: > > ffmpeg -i opening.mkv -i episode.mkv -i ending.mkv -filter_complex > '[0:0] [0:1] [0:2] [1:0] [1:1] [1:2] [2:0] [2:1] [2:2] > concat=n=3:v=1:a=2 [v] [a1] [a2]' -map '[v]' -map '[a1]' -map '[a2]' > output.mkv Note the lea

Re: [FFmpeg-user] Concat filter with more than 1 audio stream -- How?

2020-02-24 Thread Moritz Barsnick
On Mon, Feb 24, 2020 at 16:59:27 +0100, Paul B Mahol wrote: > On 2/24/20, Nicolas George wrote: > > Carl Eugen Hoyos (12020-02-24): > >> If you want to concatenate mpeg streams > > > > But they are not MPEG streams: > > > > "concat:i:\VIDEO_TS\VTS_02_1.VOB|i:\VIDEO_TS\VTS_02_2.VOB > > > > They

Re: [FFmpeg-user] Concat filter with more than 1 audio stream -- How?

2020-02-24 Thread Carl Eugen Hoyos
Am Mo., 24. Feb. 2020 um 13:56 Uhr schrieb Mark Filipak : > > > > > On 02/24/2020 06:46 AM, Carl Eugen Hoyos wrote: > > Am Mo., 24. Feb. 2020 um 12:22 Uhr schrieb Mark Filipak > > : > > > >> If I understand correctly, you think I should do this: > >> > >> copy /b > >> > i:\VIDEO_TS\VTS_02_1.

Re: [FFmpeg-user] Concat filter with more than 1 audio stream -- How?

2020-02-24 Thread Paul B Mahol
On 2/24/20, Nicolas George wrote: > Carl Eugen Hoyos (12020-02-24): >> If you want to concatenate mpeg streams > > But they are not MPEG streams: > > "concat:i:\VIDEO_TS\VTS_02_1.VOB|i:\VIDEO_TS\VTS_02_2.VOB > > They are fragments of a DVD-Video filesystem. They should not be read > directly.

Re: [FFmpeg-user] Concat filter with more than 1 audio stream -- How?

2020-02-24 Thread Nicolas George
Carl Eugen Hoyos (12020-02-24): > If you want to concatenate mpeg streams But they are not MPEG streams: "concat:i:\VIDEO_TS\VTS_02_1.VOB|i:\VIDEO_TS\VTS_02_2.VOB They are fragments of a DVD-Video filesystem. They should not be read directly. FFmpeg has no support for them. Regards, --

Re: [FFmpeg-user] Concat filter with more than 1 audio stream -- How?

2020-02-24 Thread Mark Filipak
On 02/24/2020 06:46 AM, Carl Eugen Hoyos wrote: > Am Mo., 24. Feb. 2020 um 12:22 Uhr schrieb Mark Filipak > : > >> If I understand correctly, you think I should do this: >> >> copy /b >> i:\VIDEO_TS\VTS_02_1.VOB+i:\VIDEO_TS\VTS_02_2.VOB+i:\VIDEO_TS\VTS_02_3.VOB+i:\VIDEO_TS\VTS_02_4.VOB+i:\VIDE

Re: [FFmpeg-user] Concat filter with more than 1 audio stream -- How?

2020-02-24 Thread Carl Eugen Hoyos
Am Mo., 24. Feb. 2020 um 13:50 Uhr schrieb Mark Filipak : [...] Please stop shouting here. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg

Re: [FFmpeg-user] Concat filter with more than 1 audio stream -- How?

2020-02-24 Thread Mark Filipak
On 02/24/2020 06:46 AM, Carl Eugen Hoyos wrote: Am Mo., 24. Feb. 2020 um 12:22 Uhr schrieb Mark Filipak : If I understand correctly, you think I should do this: copy /b i:\VIDEO_TS\VTS_02_1.VOB+i:\VIDEO_TS\VTS_02_2.VOB+i:\VIDEO_TS\VTS_02_3.VOB+i:\VIDEO_TS\VTS_02_4.VOB+i:\VIDEO_TS\VTS_02_5.VO

Re: [FFmpeg-user] Concat filter with more than 1 audio stream -- How?

2020-02-24 Thread Carl Eugen Hoyos
Am Mo., 24. Feb. 2020 um 12:22 Uhr schrieb Mark Filipak : > If I understand correctly, you think I should do this: > > copy /b > i:\VIDEO_TS\VTS_02_1.VOB+i:\VIDEO_TS\VTS_02_2.VOB+i:\VIDEO_TS\VTS_02_3.VOB+i:\VIDEO_TS\VTS_02_4.VOB+i:\VIDEO_TS\VTS_02_5.VOB You should use "copy /b" if you want to con

Re: [FFmpeg-user] Concat filter with more than 1 audio stream -- How?

2020-02-24 Thread Mark Filipak
On 02/24/2020 05:50 AM, Carl Eugen Hoyos wrote: Am Mo., 24. Feb. 2020 um 01:45 Uhr schrieb Mark Filipak : On 02/23/2020 07:05 PM, Carl Eugen Hoyos wrote: Am Mo., 24. Feb. 2020 um 00:42 Uhr schrieb Mark Filipak : Here: https://trac.ffmpeg.org/wiki/Concatenate I see this: ffmpeg -i "concat:inp

Re: [FFmpeg-user] Concat filter with more than 1 audio stream -- How?

2020-02-24 Thread Carl Eugen Hoyos
Am Mo., 24. Feb. 2020 um 01:45 Uhr schrieb Mark Filipak : > > On 02/23/2020 07:05 PM, Carl Eugen Hoyos wrote: > > Am Mo., 24. Feb. 2020 um 00:42 Uhr schrieb Mark Filipak > > : > > > >> Here: > >> https://trac.ffmpeg.org/wiki/Concatenate > >> I see this: > >> ffmpeg -i "concat:input1.ts|input2.ts|in

Re: [FFmpeg-user] Concat filter with more than 1 audio stream -- How?

2020-02-23 Thread Mark Filipak
On 02/23/2020 07:05 PM, Carl Eugen Hoyos wrote: Am Mo., 24. Feb. 2020 um 00:42 Uhr schrieb Mark Filipak : Here: https://trac.ffmpeg.org/wiki/Concatenate I see this: ffmpeg -i "concat:input1.ts|input2.ts|input3.ts" -c copy output.ts Better use "cat" to concatenate transport streams if you don'

Re: [FFmpeg-user] Concat filter with more than 1 audio stream -- How?

2020-02-23 Thread Mark Filipak
On 02/23/2020 07:05 PM, Carl Eugen Hoyos wrote: Am Mo., 24. Feb. 2020 um 00:42 Uhr schrieb Mark Filipak : Here: https://trac.ffmpeg.org/wiki/Concatenate I see this: ffmpeg -i "concat:input1.ts|input2.ts|input3.ts" -c copy output.ts Better use "cat" to concatenate transport streams if you don'

Re: [FFmpeg-user] Concat filter with more than 1 audio stream -- How?

2020-02-23 Thread Carl Eugen Hoyos
Am Mo., 24. Feb. 2020 um 00:42 Uhr schrieb Mark Filipak : > Here: > https://trac.ffmpeg.org/wiki/Concatenate > I see this: > ffmpeg -i "concat:input1.ts|input2.ts|input3.ts" -c copy output.ts Better use "cat" to concatenate transport streams if you don't want to re-encode. (You are missing -map

[FFmpeg-user] Concat filter with more than 1 audio stream -- How?

2020-02-23 Thread Mark Filipak
Here: https://trac.ffmpeg.org/wiki/Concatenate I see this: ffmpeg -i "concat:input1.ts|input2.ts|input3.ts" -c copy output.ts so I tried it! WHAT WORKED: ffmpeg -i "concat:i:\VIDEO_TS\VTS_02_1.VOB|i:\VIDEO_TS\VTS_02_2.VOB|i:\VIDEO_TS\VTS_02_3.VOB|i:\VIDEO_TS\VTS_02_4.VOB|i:\VIDEO_TS\VTS_02_5.VOB