Re: [FFmpeg-user] overlaying animated PNG, doesn't loop

2021-01-25 Thread Jim DeLaHunt
On 2021-01-25 06:41, Paul B Mahol wrote: You are very ignorant of mentioned demuxer options in documentation. +1. You've got to be kidding. Paul, you are coming off as unbelievably unpleasant. I too am trying to help you. Please, please, moderate your tone. And, please recognise that a lot

Re: [FFmpeg-user] overlaying animated PNG, doesn't loop

2021-01-25 Thread Carl Zwanzig
On 1/25/2021 6:49 AM, Paul B Mahol wrote: You should be immediately banned from this list. Oh no, not this again. Banned for what? Paul, please re-read the Code of Conduct (I did, yesterday, when I posted it to the list). z! ___ ffmpeg-user

Re: [FFmpeg-user] overlaying animated PNG, doesn't loop

2021-01-25 Thread Paul B Mahol
On Mon, Jan 25, 2021 at 3:45 PM Phil Rhodes via ffmpeg-user < ffmpeg-user@ffmpeg.org> wrote: > On Monday, 25 January 2021, 14:41:36 GMT, Paul B Mahol > wrote: > > > You are very ignorant of mentioned demuxer options in documentation. > You've got to be kidding. > Paul, you are coming off as

Re: [FFmpeg-user] overlaying animated PNG, doesn't loop

2021-01-25 Thread Phil Rhodes via ffmpeg-user
On Monday, 25 January 2021, 14:41:36 GMT, Paul B Mahol wrote: > You are very ignorant of mentioned demuxer options in documentation. You've got to be kidding. Paul, you are coming off as unbelievably unpleasant. Again, I'm trying to help you. Please, please, moderate your tone. P

Re: [FFmpeg-user] overlaying animated PNG, doesn't loop

2021-01-25 Thread Paul B Mahol
On Mon, Jan 25, 2021 at 3:12 PM Dave Thorn wrote: > On Mon, Jan 25, 2021 at 11:29:39AM +0100, Paul B Mahol wrote: > > On Mon, Jan 25, 2021 at 10:21 AM Dave Thorn via ffmpeg-user < > ffmpeg-user@ffmpeg.org> wrote: > [] > > > Anyone know anything about this, please, or will I have to avoid > > >

Re: [FFmpeg-user] overlaying animated PNG, doesn't loop

2021-01-25 Thread Dave Thorn via ffmpeg-user
On Mon, Jan 25, 2021 at 11:29:39AM +0100, Paul B Mahol wrote: > On Mon, Jan 25, 2021 at 10:21 AM Dave Thorn via ffmpeg-user > wrote: [] > > Anyone know anything about this, please, or will I have to avoid > > APNGs? > > > > > Next time read documentation before you write something: > >

Re: [FFmpeg-user] overlaying animated PNG, doesn't loop

2021-01-25 Thread Paul B Mahol
On Mon, Jan 25, 2021 at 10:21 AM Dave Thorn via ffmpeg-user < ffmpeg-user@ffmpeg.org> wrote: > > On Mon, Jan 11, 2021 at 08:08:03AM +, Dave Thorn via ffmpeg-user wrote: > > Yeah, sorry. Stuck on Windows at the moment and I was anticipating > > difficulty updating, but it was fine. > > > >

Re: [FFmpeg-user] overlaying animated PNG, doesn't loop

2021-01-25 Thread Dave Thorn via ffmpeg-user
On Mon, Jan 11, 2021 at 08:08:03AM +, Dave Thorn via ffmpeg-user wrote: > Yeah, sorry. Stuck on Windows at the moment and I was anticipating > difficulty updating, but it was fine. > > Same behaviour in this version: [snip] Anyone know anything about this, please, or will I have to avoid

Re: [FFmpeg-user] overlaying animated PNG, doesn't loop

2021-01-11 Thread Dave Thorn via ffmpeg-user
Yeah, sorry. Stuck on Windows at the moment and I was anticipating difficulty updating, but it was fine. Same behaviour in this version: $ ./ffmpeg-N-100581-ga454a0c14f-win64-gpl/bin/ffmpeg -i ../input.mp4 -i ../elephant.apng -filter_complex "[0:v][1:v] overlay=25:25:enable='between(t,0,4)'"

Re: [FFmpeg-user] overlaying animated PNG, doesn't loop

2021-01-08 Thread Carl Zwanzig
On 1/8/2021 6:47 AM, Dave Thorn via ffmpeg-user wrote: Coming back to ffmpeg after a while away, so my version is probably a bit out of date by now[1] _Always_ try an up-to-date version, even if you don't think that's the problem. z! ___ ffmpeg-user

[FFmpeg-user] overlaying animated PNG, doesn't loop

2021-01-08 Thread Dave Thorn via ffmpeg-user
Coming back to ffmpeg after a while away, so my version is probably a bit out of date by now[1] I have an animated PNG that loops forever (it does in firefox and chrome, and looking inside with a hex editor I think it specifies infinite looping). ffmpeg -i input.mp4 -i elephant.apng