Re: [FFmpeg-user] Multiple parts of a video

2022-06-14 Thread Cecil Westerhof via ffmpeg-user
Cecil Westerhof via ffmpeg-user writes: > Michael Koch writes: > >> Am 31.05.2022 um 18:43 schrieb Cecil Westerhof via ffmpeg-user: >>> Michael Koch writes: >>> I have a short example in chapter 2.57 of my book: http://www.astro-electronic.de/FFmpeg_Book.pdf >>> Just to make sure I

Re: [FFmpeg-user] Multiple parts of a video

2022-05-31 Thread Bo Berglund
On Tue, 31 May 2022 13:15:02 +0200, Michael Koch wrote: >> So reading this thread I get the feeling that there is a way to use the list >> of >> cut times in a *single ffmpeg command* to create the output mp4 file >> *without* >> creating the list file and essentially doing everything in this

Re: [FFmpeg-user] Multiple parts of a video

2022-05-31 Thread Michael Koch
Am 31.05.2022 um 20:27 schrieb Cecil Westerhof via ffmpeg-user: Michael Koch writes: Am 31.05.2022 um 18:43 schrieb Cecil Westerhof via ffmpeg-user: Michael Koch writes: I have a short example in chapter 2.57 of my book: http://www.astro-electronic.de/FFmpeg_Book.pdf Just to make sure I

Re: [FFmpeg-user] Multiple parts of a video

2022-05-31 Thread Michael Koch
Am 31.05.2022 um 20:27 schrieb Cecil Westerhof via ffmpeg-user: Michael Koch writes: Am 31.05.2022 um 18:43 schrieb Cecil Westerhof via ffmpeg-user: Michael Koch writes: I have a short example in chapter 2.57 of my book: http://www.astro-electronic.de/FFmpeg_Book.pdf Just to make sure I

Re: [FFmpeg-user] Multiple parts of a video

2022-05-31 Thread Cecil Westerhof via ffmpeg-user
Michael Koch writes: > Am 31.05.2022 um 18:43 schrieb Cecil Westerhof via ffmpeg-user: >> Michael Koch writes: >> >>> I have a short example in chapter 2.57 of my book: >>> http://www.astro-electronic.de/FFmpeg_Book.pdf >> Just to make sure I understand it, I should do something like: >>

Re: [FFmpeg-user] Multiple parts of a video

2022-05-31 Thread Michael Koch
Am 31.05.2022 um 18:43 schrieb Cecil Westerhof via ffmpeg-user: Michael Koch writes: I have a short example in chapter 2.57 of my book: http://www.astro-electronic.de/FFmpeg_Book.pdf Just to make sure I understand it, I should do something like: ffmpeg -ss %S1% -t %L1% -i %I1% \

Re: [FFmpeg-user] Multiple parts of a video

2022-05-31 Thread Cecil Westerhof via ffmpeg-user
Michael Koch writes: > I have a short example in chapter 2.57 of my book: > http://www.astro-electronic.de/FFmpeg_Book.pdf Just to make sure I understand it, I should do something like: ffmpeg -ss %S1% -t %L1% -i %I1% \ -ss %S2% -t %L2% -i %I1% \ -ss %S3% -t

Re: [FFmpeg-user] Multiple parts of a video

2022-05-31 Thread Paul B Mahol
On Tue, May 31, 2022 at 6:15 PM Bo Berglund wrote: > On Tue, 31 May 2022 13:15:02 +0200, Michael Koch < > astroelectro...@t-online.de> > wrote: > > >Am 31.05.2022 um 11:17 schrieb Bo Berglund: > >> On Sun, 29 May 2022 13:17:55 +0200, Michael Koch < > astroelectro...@t-online.de> > >> wrote: >

Re: [FFmpeg-user] Multiple parts of a video

2022-05-31 Thread Bo Berglund
On Tue, 31 May 2022 13:15:02 +0200, Michael Koch wrote: >Am 31.05.2022 um 11:17 schrieb Bo Berglund: >> On Sun, 29 May 2022 13:17:55 +0200, Michael Koch >> >> wrote: > Using concat filter. That is exactly what I already know: cutting the different parts. Probably one command for

Re: [FFmpeg-user] Multiple parts of a video

2022-05-31 Thread Michael Koch
Am 31.05.2022 um 11:17 schrieb Bo Berglund: On Sun, 29 May 2022 13:17:55 +0200, Michael Koch wrote: Using concat filter. That is exactly what I already know: cutting the different parts. Probably one command for each part and then concatenate them. So n + 1 commands. My question was: can it

Re: [FFmpeg-user] Multiple parts of a video

2022-05-31 Thread Bo Berglund
On Sun, 29 May 2022 13:17:55 +0200, Michael Koch wrote: >>> Using concat filter. >> That is exactly what I already know: cutting the different parts. >> Probably one command for each part and then concatenate them. >> So n + 1 commands. >> My question was: can it be done with one command? >> >

Re: [FFmpeg-user] Multiple parts of a video

2022-05-29 Thread Nicolas George
Cecil Westerhof via ffmpeg-user (12022-05-29): > I am going to ignore you. Then I am going to ignore you. > Before I CAN USE concat I have the create the n cuts I need to put > into the concat. And it is easy to do. But do not count on my help. -- Nicolas George signature.asc Description:

Re: [FFmpeg-user] Multiple parts of a video

2022-05-29 Thread Cecil Westerhof via ffmpeg-user
Paul B Mahol writes: > On Sun, May 29, 2022 at 12:27 PM Cecil Westerhof wrote: > > Paul B Mahol writes: > > > On Sat, May 28, 2022 at 9:46 PM Cecil Westerhof via ffmpeg-user > wrote: > > > > Paul B Mahol writes: > > > > > On Sat, May 28, 2022 at 4:28 PM Cecil Westerhof via

Re: [FFmpeg-user] Multiple parts of a video

2022-05-29 Thread Cecil Westerhof via ffmpeg-user
Michael Koch writes: > Am 28.05.2022 um 21:17 schrieb Cecil Westerhof via ffmpeg-user: >> Paul B Mahol writes: >> >>> On Sat, May 28, 2022 at 4:28 PM Cecil Westerhof via ffmpeg-user >>> wrote: >>> >>> When I just want to have a certain part of a video, I can do something >>> like: >>>

Re: [FFmpeg-user] Multiple parts of a video

2022-05-29 Thread Michael Koch
Am 28.05.2022 um 21:17 schrieb Cecil Westerhof via ffmpeg-user: Paul B Mahol writes: On Sat, May 28, 2022 at 4:28 PM Cecil Westerhof via ffmpeg-user wrote: When I just want to have a certain part of a video, I can do something like: ffmpeg -y -i input.MTS \ -ss

Re: [FFmpeg-user] Multiple parts of a video

2022-05-29 Thread Paul B Mahol
On Sun, May 29, 2022 at 12:27 PM Cecil Westerhof wrote: > Paul B Mahol writes: > > > On Sat, May 28, 2022 at 9:46 PM Cecil Westerhof via ffmpeg-user < > ffmpeg-user@ffmpeg.org> wrote: > > > > Paul B Mahol writes: > > > > > On Sat, May 28, 2022 at 4:28 PM Cecil Westerhof via ffmpeg-user < >

Re: [FFmpeg-user] Multiple parts of a video

2022-05-29 Thread Cecil Westerhof via ffmpeg-user
Paul B Mahol writes: > On Sat, May 28, 2022 at 9:46 PM Cecil Westerhof via ffmpeg-user > wrote: > > Paul B Mahol writes: > > > On Sat, May 28, 2022 at 4:28 PM Cecil Westerhof via ffmpeg-user > wrote: > > > > When I just want to have a certain part of a video, I can do something > >

Re: [FFmpeg-user] Multiple parts of a video

2022-05-28 Thread Paul B Mahol
On Sat, May 28, 2022 at 9:46 PM Cecil Westerhof via ffmpeg-user < ffmpeg-user@ffmpeg.org> wrote: > Paul B Mahol writes: > > > On Sat, May 28, 2022 at 4:28 PM Cecil Westerhof via ffmpeg-user < > ffmpeg-user@ffmpeg.org> wrote: > > > > When I just want to have a certain part of a video, I can do

Re: [FFmpeg-user] Multiple parts of a video

2022-05-28 Thread Cecil Westerhof via ffmpeg-user
Paul B Mahol writes: > On Sat, May 28, 2022 at 4:28 PM Cecil Westerhof via ffmpeg-user > wrote: > > When I just want to have a certain part of a video, I can do something > like: > ffmpeg -y -i input.MTS \ > -ss 00:08 \ > -to 00:17 \ >

Re: [FFmpeg-user] Multiple parts of a video

2022-05-28 Thread Paul B Mahol
On Sat, May 28, 2022 at 4:28 PM Cecil Westerhof via ffmpeg-user < ffmpeg-user@ffmpeg.org> wrote: > When I just want to have a certain part of a video, I can do something > like: > ffmpeg -y -i input.MTS \ >-ss 00:08 \ >-to 00:17 \ >

[FFmpeg-user] Multiple parts of a video

2022-05-28 Thread Cecil Westerhof via ffmpeg-user
When I just want to have a certain part of a video, I can do something like: ffmpeg -y -i input.MTS \ -ss 00:08 \ -to 00:17 \ -acodec copy\ -vcodec libx264 \ -preset veryfast\ output.mp4