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] Generate numbers when concatenating videos

2022-05-29 Thread Cecil Westerhof via ffmpeg-user
Carl Zwanzig writes: > On 5/28/2022 12:57 PM, Paul B Mahol wrote: >> Use concat filter and drawtext on color filter source. > > Or create a set of videos with the numbers and pull them in- depends on > how complex a command line you'll work with and other factors we don't > know. Maybe I

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] Generate numbers when concatenating videos

2022-05-29 Thread Carl Zwanzig
On 5/28/2022 12:57 PM, Paul B Mahol wrote: Use concat filter and drawtext on color filter source. Or create a set of videos with the numbers and pull them in- depends on how complex a command line you'll work with and other factors we don't know. z!

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] failed to compile with av_ts2timestr

2022-05-29 Thread Diederick C. Niehorster
On Sun, May 29, 2022 at 4:04 AM Bang He wrote: > > my application code will call some ffmpeg api. > > here is my code which call ffmpeg api: > printf("pts %s\n", av_ts2timestr(packet.pts, stream->time_base)); > > error when compiled: > ffmpeg/include/libavutil/timestamp.h:76:83: error: taking