Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-07 Thread Paul B Mahol
On Sun, Feb 7, 2021 at 12:59 AM MediaMouth wrote: > On Feb 6, 2021, at 3:32 PM, Paul B Mahol wrote: > > > > Can you share file? > Yes. The O.P. made it available here: https://ufile.io/bgunj34e < > https://ufile.io/bgunj34e> > > > > > ffmpeg -i

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-06 Thread Paul B Mahol
On Sun, Feb 7, 2021 at 12:23 AM MediaMouth wrote: > On Feb 6, 2021, at 15:13, Paul B Mahol wrote: > > > > I take random flac with cover art and converted it to flac with ffmpeg, > > cover art is kept. > > Is there any way at all to get control over the per stream

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-06 Thread Paul B Mahol
Here is full command: ffmpeg -i COVER.png -i AUDIO.flac -map:v 0 -disposition:v:0 attached_pic -map:a 1 FINAL.flac On Sat, Feb 6, 2021 at 6:01 PM Thibeau wrote: > >Ugh. Always coming back as "comment=other"? > Yea, but I'm not sure the value of tag is other and not just a value ffmpeg >

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-06 Thread Paul B Mahol
On Sun, Feb 7, 2021 at 12:12 AM Paul B Mahol wrote: > > > On Sat, Feb 6, 2021 at 3:52 PM Harvey Pikelberger > wrote: > >> >> >> > On Feb 6, 2021, at 02:01, Paul B Mahol wrote: >> > >> > Despite other incorrect information. FFmpeg

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-06 Thread Paul B Mahol
On Sat, Feb 6, 2021 at 3:52 PM Harvey Pikelberger wrote: > > > > On Feb 6, 2021, at 02:01, Paul B Mahol wrote: > > > > Despite other incorrect information. FFmpeg can handle album art for > .flac > > file just fine. > > Paul, thanks for the corr

Re: [FFmpeg-user] Smooth Streaming demuxer ?

2021-02-06 Thread Paul B Mahol
How much are you informed about subject you ask? On Sat, Feb 6, 2021 at 12:40 PM mtv123--- via ffmpeg-user < ffmpeg-user@ffmpeg.org> wrote: > Hi > It seems FFmpeg have a muxer only for Smooth Streaming, does anyone know > if a demuxer is worked on or will be added in future ? >

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-06 Thread Paul B Mahol
Despite other incorrect information. FFmpeg can handle album art for .flac file just fine. It just can not alter metadata of attached art file IIRC. On Sat, Feb 6, 2021 at 10:29 AM Thibeau wrote: > Yea I suppose I could just remove the art entirely and that works, but > could ffmpeg get the

Re: [FFmpeg-user] Can ffmpeg interface/use SVPflow?

2021-02-05 Thread Paul B Mahol
On Fri, Feb 5, 2021 at 11:31 PM Mark Filipak (ffmpeg) wrote: > On 02/05/2021 04:55 PM, Paul B Mahol wrote: > > On Fri, Feb 5, 2021 at 10:54 PM Mark Filipak (ffmpeg) < > markfili...@bog.us> > > wrote: > > > >> On 02/05/2021 04:43 PM, Paul B Mahol wrote: >

Re: [FFmpeg-user] Can ffmpeg interface/use SVPflow?

2021-02-05 Thread Paul B Mahol
On Fri, Feb 5, 2021 at 10:54 PM Mark Filipak (ffmpeg) wrote: > On 02/05/2021 04:43 PM, Paul B Mahol wrote: > > On Fri, Feb 5, 2021 at 10:21 PM Mark Filipak (ffmpeg) < > markfili...@bog.us> > > wrote: > > > >> On 02/05/2021 04:13 PM, Paul B Mahol wrote: >

Re: [FFmpeg-user] Can ffmpeg interface/use SVPflow?

2021-02-05 Thread Paul B Mahol
On Fri, Feb 5, 2021 at 10:21 PM Mark Filipak (ffmpeg) wrote: > On 02/05/2021 04:13 PM, Paul B Mahol wrote: > > On Fri, Feb 5, 2021 at 10:05 PM Mark Filipak (ffmpeg) < > markfili...@bog.us> > > wrote: > > > >> On 02/05/2021 03:43 PM, Carl Eugen Hoyos wrote:

Re: [FFmpeg-user] Can ffmpeg interface/use SVPflow?

2021-02-05 Thread Paul B Mahol
On Fri, Feb 5, 2021 at 10:05 PM Mark Filipak (ffmpeg) wrote: > On 02/05/2021 03:43 PM, Carl Eugen Hoyos wrote: > > Am Fr., 5. Feb. 2021 um 21:00 Uhr schrieb Mark Filipak (ffmpeg) > > : > >> > >> On 02/05/2021 02:22 PM, Carl Eugen Hoyos wrote: > >>> Am Fr., 5. Feb. 2021 um 20:19 Uhr schrieb Mark

Re: [FFmpeg-user] Out of virtual memory (swap, I assume) = telecine+setpts combination

2021-02-04 Thread Paul B Mahol
On Thu, Feb 4, 2021 at 11:02 PM Mark Filipak (ffmpeg) wrote: > On 02/04/2021 04:50 PM, Paul B Mahol wrote: > > Well, perhaps your command queues too much frame and that is bad. > > Perhaps? > > Perhaps not. I just checked telecine+setpts with your arguments and it leaks 0

Re: [FFmpeg-user] Out of virtual memory (swap, I assume) = telecine+setpts combination

2021-02-04 Thread Paul B Mahol
Well, perhaps your command queues too much frame and that is bad. On Thu, Feb 4, 2021 at 10:34 PM Mark Filipak (ffmpeg) wrote: > On 02/03/2021 12:23 AM, Carl Zwanzig wrote: > > On 2/2/2021 2:52 PM, Mark Filipak (ffmpeg) wrote: > >> If that's true, what's eating the swap? Transcoding parts 1, 2,

Re: [FFmpeg-user] Filter just the 1st audio channel of the input.

2021-02-03 Thread Paul B Mahol
On Wed, Feb 3, 2021 at 7:48 PM Nicolas George wrote: > Marco Mircoli (12021-02-03): > >wandering if it is possible to process just the 1st audio channel of > an > > input. > > I don't know how many channels I will have as input, but I know that I > have > > to process just the 1st and the

Re: [FFmpeg-user] Filter just the 1st audio channel of the input.

2021-02-03 Thread Paul B Mahol
On Wed, Feb 3, 2021 at 2:05 PM Marco Mircoli wrote: > Hello, >wandering if it is possible to process just the 1st audio channel of an > input. > I don't know how many channels I will have as input, but I know that I have > to process just the 1st and the others I have not to considerate. > >

Re: [FFmpeg-user] Out of virtual memory (swap, I assume)

2021-02-02 Thread Paul B Mahol
On Tue, Feb 2, 2021 at 11:20 PM Carl Eugen Hoyos wrote: > Am Di., 2. Feb. 2021 um 19:38 Uhr schrieb Paul B Mahol : > > > > minterpolate filter may leak memory, i havent tried to run it under > > valgrind because i have only 4GB of RAM, and slow CPU. > > valgrind shows

Re: [FFmpeg-user] Out of virtual memory (swap, I assume)

2021-02-02 Thread Paul B Mahol
minterpolate filter may leak memory, i havent tried to run it under valgrind because i have only 4GB of RAM, and slow CPU. On Tue, Feb 2, 2021 at 7:22 PM Mark Filipak (ffmpeg) wrote: > Windows 10-1803 > Memory: 32GB > Virtual memory: 128GB on an SSD-RAID0. > > No other applications running. > >

Re: [FFmpeg-user] minterpolate problem

2021-02-01 Thread Paul B Mahol
On Mon, Feb 1, 2021 at 3:49 AM Mark Filipak (ffmpeg) wrote: > Developers, kindly pay attention to this post... > > On 01/31/2021 10:24 AM, Phil Rhodes via ffmpeg-user wrote: > > On Sunday, 31 January 2021, 13:24:39 GMT, Rodney Baker < > rodney.ba...@iinet.net.au> wrote: > > > >> See man ffmpeg

Re: [FFmpeg-user] minterpolate ...for Paul

2021-01-30 Thread Paul B Mahol
On Sat, Jan 30, 2021 at 11:46 AM Phil Rhodes via ffmpeg-user < ffmpeg-user@ffmpeg.org> wrote: > > > On Saturday, 30 January 2021, 08:24:10 GMT, Moritz Barsnick < > barsn...@gmx.net> wrote: > > Please don't throw dirt around here. Carl Eugen is trying to help. > > I think it's worth being

Re: [FFmpeg-user] Next Release

2021-01-29 Thread Paul B Mahol
On Fri, Jan 29, 2021 at 9:19 PM Reindl Harald wrote: > > > Am 29.01.21 um 20:21 schrieb Armin Hasitzka: > >>> For release versions, one just make sure that FATE report is not > yellow. > >> > >> Alright, that sounds simple enough; CI testing for the win \o/ > >> > >> Much appreciated + thanks

Re: [FFmpeg-user] minterpolate ...for Paul

2021-01-29 Thread Paul B Mahol
Hello administrators, please ban this corporate evangelist from here, thanks. On Fri, Jan 29, 2021 at 4:02 PM Phil Rhodes via ffmpeg-user < ffmpeg-user@ffmpeg.org> wrote: > >You can technically, but minterpolate is not very user friendly - It's > too> slow for real work and feedback, and you

Re: [FFmpeg-user] VOICE POST PRODUCTION IN ONE LINE

2021-01-29 Thread Paul B Mahol
detected 1 logical cores > [AVFilterGraph @ 0x555cfa985880] No such filter: 'deesser' > [Parsed_adeclick_0 @ 0x555cfa989780] Detected clicks in 0 of 0 samples > (-nan%). > Error reinitializing filters! > Failed to inject frame into filter network: Invalid argument > Error while process

Re: [FFmpeg-user] VOICE POST PRODUCTION IN ONE LINE

2021-01-29 Thread Paul B Mahol
ond. > On Fri, Jan 29, 2021, 10:21 PM Paul B Mahol wrote: > > > On Fri, Jan 29, 2021 at 12:18 PM Marco Mircoli > > wrote: > > > > > Thanks, > > > is there a way to understand if ffmpeg has aborted the process? > > > I'm using a Linux ve

Re: [FFmpeg-user] minterpolate ...for Paul

2021-01-29 Thread Paul B Mahol
On Fri, Jan 29, 2021 at 2:01 AM pdr0 wrote: > Mark Filipak (ffmpeg) wrote > > I've never heard of "optical flow errors". What could they be? (Got any > > links to > > explanations?) > > The artifacts in your video are optical flow errors :) > > If you've ever used it - you'd recognize these

Re: [FFmpeg-user] VOICE POST PRODUCTION IN ONE LINE

2021-01-29 Thread Paul B Mahol
ed) > How to do it? > By providing full ffmpeg output. (Not output file but command log) > Thanks. > S. > > > Il giorno ven 29 gen 2021 alle ore 11:39 Paul B Mahol > ha > scritto: > > > On Fri, Jan 29, 2021 at 11:25 AM Marco Mircoli > > wrote: > > &

Re: [FFmpeg-user] ffmpeg, amix, adelay out of sync issues

2021-01-29 Thread Paul B Mahol
On Fri, Jan 22, 2021 at 11:20 PM Randy Johnson via ffmpeg-user < ffmpeg-user@ffmpeg.org> wrote: > Hello, > > I have a series of mp3 files with a start time offset. > I am trying to merge them together with adelay and amix. > The following codes run and creates the combined MP3 but when I listen >

Re: [FFmpeg-user] VOICE POST PRODUCTION IN ONE LINE

2021-01-29 Thread Paul B Mahol
On Fri, Jan 29, 2021 at 11:25 AM Marco Mircoli wrote: > Hello, > anybody knows the reason why this command works. > > $ffmpegCmd = "ffmpeg -i $fileOriginale -af > > adeclick,afftdn=nr=80:nf=-20:nt=w:om=o,highpass=f=70,loudnorm=I=-16:TP=-1.5:LRA=14 > $fileProcessato"; //Livella audio a R128 >

Re: [FFmpeg-user] minterpolate performance & alternative

2021-01-28 Thread Paul B Mahol
On Thu, Jan 28, 2021 at 10:23 PM Mark Filipak (ffmpeg) wrote: > Synopsis: > > I seek to use minterpolate to take advantage of its superior output. I > present some performance > issues followed by an alternative filter_complex. So, this presentation > necessarily addresses 2 > subjects. > >

Re: [FFmpeg-user] minterpolate problem

2021-01-28 Thread Paul B Mahol
On Thu, Jan 28, 2021 at 7:04 AM Mark Filipak (ffmpeg) wrote: > On 01/27/2021 05:47 PM, Carl Eugen Hoyos wrote: > > Am Mi., 27. Jan. 2021 um 02:03 Uhr schrieb Mark Filipak (ffmpeg) > > : > > > >> ffmpeg -i SOURCE -map 0 -filter_complex "split[1][2], \ > >> [1]telecine=pattern=55,

Re: [FFmpeg-user] minterpolate problem

2021-01-27 Thread Paul B Mahol
On Wed, Jan 27, 2021 at 6:03 AM Mark Filipak (ffmpeg) wrote: > I ask this because I think it can only be answered by looking at the > source code. I'm not competent > to do that. > Your thinking is invalid. > > Is 'mi_mode=dup' or 'mi_mode=blend' or 'mi_mode=mci' the default? > ffmpeg -h

Re: [FFmpeg-user] Next Release

2021-01-26 Thread Paul B Mahol
On Tue, Jan 26, 2021 at 8:44 PM Phil Rhodes via ffmpeg-user < ffmpeg-user@ffmpeg.org> wrote: > On Tuesday, 26 January 2021, 19:10:38 GMT, Chris Angelico < > ros...@gmail.com> wrote: > > > Do you realise how toxic you make the FFMPEG community look? > > To answer your last point first, either

Re: [FFmpeg-user] Next Release

2021-01-26 Thread Paul B Mahol
On Tue, Jan 26, 2021 at 7:12 PM Carl Zwanzig wrote: > On 1/26/2021 10:03 AM, Reindl Harald wrote: > > Am 26.01.21 um 18:59 schrieb Paul B Mahol: > >> This is invalid > > I'm starting to think that when Paul says "invalid" he means "I don't > ag

Re: [FFmpeg-user] Next Release

2021-01-26 Thread Paul B Mahol
On Tue, Jan 26, 2021 at 7:13 PM Reindl Harald wrote: > > > Am 26.01.21 um 19:09 schrieb Paul B Mahol: > > On Tue, Jan 26, 2021 at 7:04 PM Reindl Harald > > wrote: > > > >> > >> > >> Am 26.01.21 um 18:59 schrieb Paul B Mahol: > >&

Re: [FFmpeg-user] Next Release

2021-01-26 Thread Paul B Mahol
On Tue, Jan 26, 2021 at 7:09 PM Armin Hasitzka wrote: > > Nearly one year passed between 4.2 and 4.3. > > > > We recommend that all users download current > > FFmpeg git head as we lack the manpower to > > support other versions. > > Fair enough, thanks for that insight :) Out of curiosity --

Re: [FFmpeg-user] Next Release

2021-01-26 Thread Paul B Mahol
On Tue, Jan 26, 2021 at 7:04 PM Reindl Harald wrote: > > > Am 26.01.21 um 18:59 schrieb Paul B Mahol: > > On Tue, Jan 26, 2021 at 6:50 PM Reindl Harald > > wrote: > > > >> > >> > >> Am 26.01.21 um 18:09 schrieb Carl Eugen Hoyos: > >

Re: [FFmpeg-user] Next Release

2021-01-26 Thread Paul B Mahol
On Tue, Jan 26, 2021 at 6:50 PM Reindl Harald wrote: > > > Am 26.01.21 um 18:09 schrieb Carl Eugen Hoyos: > > Am Di., 26. Jan. 2021 um 10:33 Uhr schrieb Armin Hasitzka < > ar...@grabyo.com>: > > > >> Given that FFmpeg has been released on an almost > >> monthly basis before that > > > > Nearly

Re: [FFmpeg-user] Troublemaker in bugtracker

2021-01-25 Thread Paul B Mahol
On Tue, Jan 26, 2021 at 1:18 AM Phil Rhodes via ffmpeg-user < ffmpeg-user@ffmpeg.org> wrote: > On Monday, 25 January 2021, 22:34:35 GMT, Mark Filipak (ffmpeg) < > markfili...@bog.us> wrote: > > > Your comments, Leo, are quite correct. However, there is no F*ing > Manual. There is only man-style

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. &g

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, p

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] 7.1 wave filter complex amerge issue

2021-01-24 Thread Paul B Mahol
On Sun, Jan 24, 2021 at 11:39 AM Bouke wrote: > > > > On 24 Jan 2021, at 11:29, Paul B Mahol wrote: > > > > On Sun, Jan 24, 2021 at 11:26 AM Bouke bo...@editb.nl>> wrote: > > > >> Trying to remap channels in a 7.1 Wave file, but that gives me a s

Re: [FFmpeg-user] 7.1 wave filter complex amerge issue

2021-01-24 Thread Paul B Mahol
On Sun, Jan 24, 2021 at 11:26 AM Bouke wrote: > Trying to remap channels in a 7.1 Wave file, but that gives me a strange > error. > > (I’ve reduced my lines to the most simple to reproduce.) > > When I use the same input file, but do a 5.1 remap it works as expected: > /Applications/ffmpeg -i

Re: [FFmpeg-user] Troublemaker in bugtracker

2021-01-24 Thread Paul B Mahol
People should just ignore Carl Zwanzing and Phil Rhodes entries after all. They will eventually leave when they see they can not influence users. On Sun, Jan 24, 2021 at 4:23 AM Carl Zwanzig wrote: > Proof or it didn't happen? Did you just call Phil a liar? To what purpose? > > On 1/23/2021

Re: [FFmpeg-user] colorchannelmixer: perceptual gamma

2021-01-23 Thread Paul B Mahol
On Sat, Jan 23, 2021 at 6:32 PM Simon Taylor wrote: > Question: Is there a way to make ffmpeg's colorchannelmixer use perceptual > gamma? > Added pl option to colorchannelmixer. It is designed to preserve overall rgb lightness. Its behavior is similar but not exact with gimp. So with your input

Re: [FFmpeg-user] colorchannelmixer: perceptual gamma

2021-01-23 Thread Paul B Mahol
On Sat, Jan 23, 2021 at 8:29 PM Phil Rhodes via ffmpeg-user < ffmpeg-user@ffmpeg.org> wrote: > > I see that if I use > > the Colours -> Components -> Channel Mixer tool and supplement the > blue> channel (1.0) with the green channel (1.0) > https://i.imgur.com/Q0qqgSP.png> the result is

Re: [FFmpeg-user] Seeking smart decomb filter

2021-01-21 Thread Paul B Mahol
On Thu, Jan 21, 2021 at 2:34 PM Mark Filipak (ffmpeg) wrote: > On 01/21/2021 07:54 AM, Paul B Mahol wrote: > > On Thu, Jan 21, 2021 at 1:51 PM Mark Filipak (ffmpeg) < > markfili...@bog.us> > > wrote: > > > >> On 01/21/2021 07:31 AM, Paul B Mahol wrote: >

Re: [FFmpeg-user] Seeking smart decomb filter

2021-01-21 Thread Paul B Mahol
On Thu, Jan 21, 2021 at 1:51 PM Mark Filipak (ffmpeg) wrote: > On 01/21/2021 07:31 AM, Paul B Mahol wrote: > > On Thu, Jan 21, 2021 at 12:51 PM Mark Filipak (ffmpeg) < > markfili...@bog.us> > > wrote: > > > >> On 01/20/2021 04:50 PM, Paul B Mahol wrote:

Re: [FFmpeg-user] Seeking smart decomb filter

2021-01-21 Thread Paul B Mahol
On Thu, Jan 21, 2021 at 1:31 PM Paul B Mahol wrote: > > > On Thu, Jan 21, 2021 at 12:51 PM Mark Filipak (ffmpeg) > wrote: > >> On 01/20/2021 04:50 PM, Paul B Mahol wrote: >> > On Wed, Jan 20, 2021 at 10:45 PM Mark Filipak (ffmpeg) < >> markfili...@bog.us

Re: [FFmpeg-user] Seeking smart decomb filter

2021-01-21 Thread Paul B Mahol
On Thu, Jan 21, 2021 at 12:51 PM Mark Filipak (ffmpeg) wrote: > On 01/20/2021 04:50 PM, Paul B Mahol wrote: > > On Wed, Jan 20, 2021 at 10:45 PM Mark Filipak (ffmpeg) < > markfili...@bog.us> > > wrote: > >> On 01/20/2021 06:17 AM, Paul B Mahol wrote: > &

Re: [FFmpeg-user] Seeking smart decomb filter

2021-01-20 Thread Paul B Mahol
On Wed, Jan 20, 2021 at 10:45 PM Mark Filipak (ffmpeg) wrote: > On 01/20/2021 06:17 AM, Paul B Mahol wrote: > > Motion compensation does not work that way. > > Thank you, Paul. Yes, I knew that. I'm not seeking motion compensation. > Kindly reread my filter > features a

Re: [FFmpeg-user] Seeking smart decomb filter

2021-01-20 Thread Paul B Mahol
Motion compensation does not work that way. On Wed, Jan 20, 2021 at 2:45 AM Mark Filipak (ffmpeg) wrote: > Hello All, > > I seek a decomb filter that operates on H/2 number of line pairs: lines i > & i+1 (where i=0..H/2-1), > by aligning edges in the two lines at x = delta-x(edge)/2 (i.e. the >

Re: [FFmpeg-user] HW Acceleration 101? 2-Up Streaming from RTSP-->ffmpeg-->YouTube

2021-01-18 Thread Paul B Mahol
Try using more optimized filters like, hstack/vstack. nullsrc and two overlays when there is no alpha is pointless. On Mon, Jan 18, 2021 at 7:49 PM Steven Kan wrote: > I’ve been using fffmpeg as a “relay station” for a few years to pull RTSP > streams from several IP cameras and push them to

Re: [FFmpeg-user] tinterlace broken - SAR & DAR wrong

2021-01-04 Thread Paul B Mahol
On Mon, Jan 4, 2021 at 9:21 PM Mark Filipak (ffmpeg) wrote: > On 01/04/2021 02:45 PM, pdr0 wrote: > > Mark Filipak (ffmpeg) wrote > >> > >> You wrote: "What's wrong with using setsar filter after tinterlace?" > >> > >> I tried that from the git-go. I just reran it. > >> > >> ffmpeg -report -i

Re: [FFmpeg-user] tinterlace broken - SAR & DAR wrong

2021-01-03 Thread Paul B Mahol
On Sun, Jan 3, 2021 at 9:28 PM Paul B Mahol wrote: > > > On Sun, Jan 3, 2021 at 9:25 PM Mark Filipak (ffmpeg) > wrote: > >> On 01/03/2021 10:24 AM, Paul B Mahol wrote: >> > On Sun, Jan 3, 2021 at 11:45 AM Mark Filipak (ffmpeg) < >> markfili...@bog.us&g

Re: [FFmpeg-user] tinterlace broken - SAR & DAR wrong

2021-01-03 Thread Paul B Mahol
On Sun, Jan 3, 2021 at 9:25 PM Mark Filipak (ffmpeg) wrote: > On 01/03/2021 10:24 AM, Paul B Mahol wrote: > > On Sun, Jan 3, 2021 at 11:45 AM Mark Filipak (ffmpeg) < > markfili...@bog.us> > > wrote: > > > >> Version N-100546-g2c6f532e0a (latest

Re: [FFmpeg-user] tinterlace broken - SAR & DAR wrong

2021-01-03 Thread Paul B Mahol
On Sun, Jan 3, 2021 at 11:45 AM Mark Filipak (ffmpeg) wrote: > Version N-100546-g2c6f532e0a (latest git build) > > Summary of the bug: > tinterlace works but sets SAR & DAR to bogus values. > > The package is here: > https://www.dropbox.com/t/0WABzvetTF1eT7E4 > > Everything needed to reproduce

Re: [FFmpeg-user] xmedian questions

2021-01-01 Thread Paul B Mahol
On Fri, Jan 1, 2021 at 4:08 AM Mark Filipak (ffmpeg) wrote: > On 12/31/2020 09:50 PM, list+ffmpeg-u...@jdlh.com wrote: > > On 2020-12-31 17:25, Mark Filipak (ffmpeg) wrote: > >> 1, Median? Really? (Or maybe really average?) > >> > >> For inputs = 239+15+15+15: > >> median = (239+15)/2 = 127 > >>

Re: [FFmpeg-user] Decimate question

2020-12-30 Thread Paul B Mahol
On Wed, Dec 30, 2020 at 6:44 PM Mark Filipak (ffmpeg) wrote: > On 12/30/2020 03:35 AM, Paul B Mahol wrote: > > On Wed, Dec 30, 2020 at 6:08 AM Mark Filipak (ffmpeg) < > markfili...@bog.us> > > wrote: > > > >> Decimate will drop a repeated frame in each

Re: [FFmpeg-user] Decimate question

2020-12-30 Thread Paul B Mahol
On Wed, Dec 30, 2020 at 6:08 AM Mark Filipak (ffmpeg) wrote: > Decimate will drop a repeated frame in each sequence of 5 (=default) > frames. I assume the dropped > frame can be any 1 of the 5. Is there a way to discover which of the 5 > frames it dropped? > -v debug > > Thanks for your

Re: [FFmpeg-user] simple bob -- How?

2020-12-29 Thread Paul B Mahol
On Tue, Dec 29, 2020 at 11:06 AM Mark Filipak (ffmpeg) wrote: > On 12/29/2020 04:28 AM, Paul B Mahol wrote: > > Try this: > > > > "separatefields,select=eq(mod(n\,4)\,0)+eq(mod(n\,4)\,3),weave" > > That plays at 15/1.001 FPS. The fields aren't right, eit

Re: [FFmpeg-user] simple bob -- How?

2020-12-29 Thread Paul B Mahol
On Tue, Dec 29, 2020 at 10:50 AM Mark Filipak (ffmpeg) wrote: > On 12/29/2020 04:39 AM, Paul B Mahol wrote: > > On Tue, Dec 29, 2020 at 10:32 AM Mark Filipak (ffmpeg) < > markfili...@bog.us> > > wrote: > > > >> On 12/29/2020 04:09 AM, Mark Filipak (ffmp

Re: [FFmpeg-user] simple bob -- How?

2020-12-29 Thread Paul B Mahol
On Tue, Dec 29, 2020 at 10:32 AM Mark Filipak (ffmpeg) wrote: > On 12/29/2020 04:09 AM, Mark Filipak (ffmpeg) wrote: > > On 12/29/2020 04:04 AM, Paul B Mahol wrote: > >> On Tue, Dec 29, 2020 at 9:56 AM Mark Filipak (ffmpeg) < > markfili...@bog.us> > >> wrot

Re: [FFmpeg-user] simple bob -- How?

2020-12-29 Thread Paul B Mahol
On Tue, Dec 29, 2020 at 10:13 AM Mark Filipak (ffmpeg) wrote: > On 12/29/2020 04:04 AM, Paul B Mahol wrote: > > On Tue, Dec 29, 2020 at 9:56 AM Mark Filipak (ffmpeg) < > markfili...@bog.us> > > wrote: > > > >> On 12/29/2020 03:41 AM, Paul B Mahol wrote: >

Re: [FFmpeg-user] simple bob -- How?

2020-12-29 Thread Paul B Mahol
On Tue, Dec 29, 2020 at 9:56 AM Mark Filipak (ffmpeg) wrote: > On 12/29/2020 03:41 AM, Paul B Mahol wrote: > > On Tue, Dec 29, 2020 at 5:51 AM Mark Filipak (ffmpeg) < > markfili...@bog.us> > > wrote: > > > >> I seek a way to do simple bob (i.e.

Re: [FFmpeg-user] simple bob -- How?

2020-12-29 Thread Paul B Mahol
On Tue, Dec 29, 2020 at 5:51 AM Mark Filipak (ffmpeg) wrote: > I seek a way to do simple bob (i.e. repeat fields at 2xFPS) with no other > filtering. Can you help me? > > I suppose I could do something like this: > -filter_complex > >

Re: [FFmpeg-user] Decimation with ppsrc=1 malfunctions

2020-12-27 Thread Paul B Mahol
On Sun, Dec 27, 2020 at 7:56 PM pdr0 wrote: > pdr0 wrote > > I don't know if it's the full explanation... > > > > The way it should work is ppsrc should disable everything else , given if > > input src ,and ppsrc have the exact same timecodes > > > > > > In theory, you should get same as -vf

Re: [FFmpeg-user] Decimation with ppsrc=1 malfunctions

2020-12-27 Thread Paul B Mahol
On Sun, Dec 27, 2020 at 7:53 PM Mark Filipak (ffmpeg) wrote: > On 12/27/2020 01:23 PM, Paul B Mahol wrote: > > On Sun, Dec 27, 2020 at 6:45 PM Mark Filipak (ffmpeg) < > markfili...@bog.us> > > wrote: > > > >> On 12/27/2020 06:19 AM, Paul B Mahol wrote: >

Re: [FFmpeg-user] Decimation with ppsrc=1 malfunctions

2020-12-27 Thread Paul B Mahol
On Sun, Dec 27, 2020 at 7:33 PM pdr0 wrote: > One issue is scene change is still active. When you crop to a region of > interest, a small change is effectively a larger % change. eg. The delta > between 1020 and 1021 is large when head is going up. If you disable scene > change, you get set

Re: [FFmpeg-user] Decimation with ppsrc=1 malfunctions

2020-12-27 Thread Paul B Mahol
On Sun, Dec 27, 2020 at 6:45 PM Mark Filipak (ffmpeg) wrote: > On 12/27/2020 06:19 AM, Paul B Mahol wrote: > > On Sun, Dec 27, 2020 at 5:00 AM Mark Filipak (ffmpeg) < > markfili...@bog.us> > > wrote: > > > >> Decimation with ppsrc=1 malfunctions. > >

Re: [FFmpeg-user] Decimation with ppsrc=1 malfunctions

2020-12-27 Thread Paul B Mahol
On Sun, Dec 27, 2020 at 5:00 AM Mark Filipak (ffmpeg) wrote: > Decimation with ppsrc=1 malfunctions. > > Paul fixed this somewhat, but it's still in trouble. > Since I eliminated threading and decimation as the cause, I suspect that > frames numbers are being > bollixed. > > The report package

Re: [FFmpeg-user] PNGs with transparent pixels to GIF

2020-12-25 Thread Paul B Mahol
On Fri, Dec 25, 2020 at 1:24 AM Tom Sparks wrote: > On 24/12/2020, Carl Eugen Hoyos wrote: > > Am So., 20. Dez. 2020 um 07:17 Uhr schrieb Tom Sparks > > : > >> > >> On 20/12/2020, vallance via ffmpeg-user wrote: > > > >> > I'm trying to create a GIF from an image sequence of PNGs with > >> >

Re: [FFmpeg-user] Does v360 filter support dewarping circular fisheye images?

2020-12-24 Thread Paul B Mahol
On Thu, Dec 24, 2020 at 12:25 PM Michael Koch wrote: > Am 24.12.2020 um 10:42 schrieb thongtm2: > > I have a fisheye camera (360 degrees in horizontal & 180 degrees in > > vertical). Is it possible to use v360 filter to dewarp circular fisheye > > images to single perspective images (flatten

Re: [FFmpeg-user] Does v360 filter support dewarping circular fisheye images?

2020-12-24 Thread Paul B Mahol
On Thu, Dec 24, 2020 at 10:43 AM thongtm2 wrote: > I have a fisheye camera (360 degrees in horizontal & 180 degrees in > vertical). Is it possible to use v360 filter to dewarp circular fisheye > images to single perspective images (flatten fisheye images)? I've tried > many options but the

Re: [FFmpeg-user] ppsrc=1 decimation doesn't work or isn't correct or throws exception

2020-12-22 Thread Paul B Mahol
On Tue, Dec 22, 2020 at 12:21 PM Mark Filipak (ffmpeg) wrote: > On 12/22/2020 04:47 AM, Paul B Mahol wrote: > > On Tue, Dec 22, 2020 at 1:28 AM Mark Filipak (ffmpeg) < > markfili...@bog.us> > > wrote: > > > >> Here is a link to the bug report package

Re: [FFmpeg-user] ppsrc=1 decimation doesn't work or isn't correct or throws exception

2020-12-22 Thread Paul B Mahol
On Tue, Dec 22, 2020 at 1:28 AM Mark Filipak (ffmpeg) wrote: > Here is a link to the bug report package: > > https://www.dropbox.com/s/euz4q3daogulhwi/ERROR%20ppsrc%3D1%20DECIMATION%20DOESN%27T%20WORK%20OR%20ISN%27T%20CORRECT%20OR%20THROWS%20EXCEPTION.zip?dl=0 > > A friend assures me that anyone

Re: [FFmpeg-user] frame number question

2020-12-20 Thread Paul B Mahol
On Sun, Dec 20, 2020 at 12:03 AM Mark Filipak (ffmpeg) wrote: > For the developers: > At what point are frame numbers assigned? > Libavfilter does not really care about frame numbers much. It internally just count number of frames that get into filter and number of frames that get out filter.

Re: [FFmpeg-user] PNGs with transparent pixels to GIF

2020-12-20 Thread Paul B Mahol
On Sun, Dec 20, 2020 at 6:02 PM Carl Zwanzig wrote: > >> Imagemagick is more suited to creating animated gifs > > On 12/20/2020 2:24 AM, Paul B Mahol wrote: > > Untrue. > > Why? Without explanation, that assertion is almost meaningless and can be > ignored

Re: [FFmpeg-user] PNGs with transparent pixels to GIF

2020-12-20 Thread Paul B Mahol
On Sun, Dec 20, 2020 at 7:17 AM Tom Sparks wrote: > On 20/12/2020, vallance via ffmpeg-user wrote: > > Hello, > > > > I'm trying to create a GIF from an image sequence of PNGs with > transparent > > pixels, but these transparent pixels convert to black in the resulting > GIF. > > I'm using the

Re: [FFmpeg-user] decimate=ppsrc question

2020-12-17 Thread Paul B Mahol
On Thu, Dec 17, 2020 at 5:16 PM Mark Filipak (ffmpeg) wrote: > On 12/17/2020 01:43 AM, Carl Eugen Hoyos wrote: > > > > > >> Am 17.12.2020 um 06:23 schrieb Mark Filipak (ffmpeg) < > markfili...@bog.us>: > >> > >> ffmeg -i SOURCE -vf decimate=ppsrc TARGET > > > > The decimate filter only makes

Re: [FFmpeg-user] v360 / perspective

2020-12-05 Thread Paul B Mahol
On Sat, Dec 5, 2020 at 12:30 PM Michael Koch wrote: > Am 05.12.2020 um 11:38 schrieb Paul B Mahol: > > On Sat, Dec 5, 2020 at 11:02 AM Michael Koch < > astroelectro...@t-online.de> > > wrote: > > > >> Am 04.12.2020 um 18:14 schrieb Paul B Mahol: > >&g

Re: [FFmpeg-user] v360 / perspective

2020-12-05 Thread Paul B Mahol
On Sat, Dec 5, 2020 at 11:02 AM Michael Koch wrote: > Am 04.12.2020 um 18:14 schrieb Paul B Mahol: > > On Wed, Dec 2, 2020 at 11:11 PM Michael Koch < > astroelectro...@t-online.de> > > wrote: > > > >> Am 01.12.2020 um 19:56 schrieb Michael Koch: > &g

Re: [FFmpeg-user] v360 / perspective

2020-12-04 Thread Paul B Mahol
On Fri, Dec 4, 2020 at 6:58 PM Michael Koch wrote: > Am 04.12.2020 um 18:14 schrieb Paul B Mahol: > > On Wed, Dec 2, 2020 at 11:11 PM Michael Koch < > astroelectro...@t-online.de> > > wrote: > > > >> Am 01.12.2020 um 19:56 schrieb Michael Koch: > &g

Re: [FFmpeg-user] v360 / perspective

2020-12-04 Thread Paul B Mahol
On Wed, Dec 2, 2020 at 11:11 PM Michael Koch wrote: > Am 01.12.2020 um 19:56 schrieb Michael Koch: > > Hello, > > > > there seem to be some problems in the v360 filter with "perspective" > > output. > > Tested with the latest Windows built, 2 days old. You can reproduce > > this with any

Re: [FFmpeg-user] asubboost and asupercut

2020-11-29 Thread Paul B Mahol
On Sun, Nov 29, 2020 at 4:55 PM Michael Koch wrote: > Am 28.11.2020 um 22:09 schrieb Paul B Mahol: > > Ok, made the wet option do actually apply gain to final output. > > I think the asubboost block diagram does now look like this (view with > fixed widt

Re: [FFmpeg-user] asubboost and asupercut

2020-11-28 Thread Paul B Mahol
On Sat, Nov 28, 2020 at 8:55 PM Michael Koch wrote: > Am 28.11.2020 um 19:18 schrieb Paul B Mahol: > > On Sat, Nov 28, 2020 at 5:18 PM Michael Koch < > astroelectro...@t-online.de> > > wrote: > > > >> Am 28.11.2020 um 14:48 schrieb Paul B Mahol: > >&g

Re: [FFmpeg-user] asubboost and asupercut

2020-11-28 Thread Paul B Mahol
On Sat, Nov 28, 2020 at 5:18 PM Michael Koch wrote: > Am 28.11.2020 um 14:48 schrieb Paul B Mahol: > > On Sat, Nov 28, 2020 at 2:46 PM Paul B Mahol wrote: > > > >> > >> On Sat, Nov 28, 2020 at 2:24 PM Michael Koch < > astroelectro...@t-online.de> >

Re: [FFmpeg-user] asubboost and asupercut

2020-11-28 Thread Paul B Mahol
On Sat, Nov 28, 2020 at 2:46 PM Paul B Mahol wrote: > > > On Sat, Nov 28, 2020 at 2:24 PM Michael Koch > wrote: > >> Am 28.11.2020 um 13:44 schrieb Paul B Mahol: >> > On Sat, Nov 28, 2020 at 1:35 PM Michael Koch < >> astroelectro...@t-online.de> >

Re: [FFmpeg-user] asubboost and asupercut

2020-11-28 Thread Paul B Mahol
On Sat, Nov 28, 2020 at 2:24 PM Michael Koch wrote: > Am 28.11.2020 um 13:44 schrieb Paul B Mahol: > > On Sat, Nov 28, 2020 at 1:35 PM Michael Koch < > astroelectro...@t-online.de> > > wrote: > > > >> Am 28.11.2020 um 12:57 schrieb Paul B Mahol: > &g

Re: [FFmpeg-user] asubboost and asupercut

2020-11-28 Thread Paul B Mahol
On Sat, Nov 28, 2020 at 1:35 PM Michael Koch wrote: > Am 28.11.2020 um 12:57 schrieb Paul B Mahol: > > On Sat, Nov 28, 2020 at 12:41 PM Michael Koch < > astroelectro...@t-online.de> > > wrote: > > > >> Am 27.11.2020 um 20:50 schrieb Paul B Mahol: > &

Re: [FFmpeg-user] asubboost and asupercut

2020-11-28 Thread Paul B Mahol
On Sat, Nov 28, 2020 at 12:41 PM Michael Koch wrote: > Am 27.11.2020 um 20:50 schrieb Paul B Mahol: > > On Fri, Nov 27, 2020 at 8:24 PM Michael Koch < > astroelectro...@t-online.de> > > wrote: > > > >> Am 27.11.2020 um 19:25 schrieb Paul B Mahol: > &

Re: [FFmpeg-user] asubboost and asupercut

2020-11-27 Thread Paul B Mahol
On Fri, Nov 27, 2020 at 11:20 PM Michael Koch wrote: > Am 27.11.2020 um 22:47 schrieb Paul B Mahol: > > On Fri, Nov 27, 2020 at 10:40 PM Michael Koch < > astroelectro...@t-online.de> > > wrote: > > > >> Am 27.11.2020 um 20:50 schrieb Paul B Mahol: > &

Re: [FFmpeg-user] asubboost and asupercut

2020-11-27 Thread Paul B Mahol
On Fri, Nov 27, 2020 at 10:40 PM Michael Koch wrote: > Am 27.11.2020 um 20:50 schrieb Paul B Mahol: > > On Fri, Nov 27, 2020 at 8:24 PM Michael Koch < > astroelectro...@t-online.de> > > wrote: > > > >> Am 27.11.2020 um 19:25 schrieb Paul B Mahol: > &

Re: [FFmpeg-user] asubboost and asupercut

2020-11-27 Thread Paul B Mahol
On Fri, Nov 27, 2020 at 8:24 PM Michael Koch wrote: > Am 27.11.2020 um 19:25 schrieb Paul B Mahol: > > On Fri, Nov 27, 2020 at 7:09 PM Michael Koch < > astroelectro...@t-online.de> > > wrote: > > > >> Hello, > >> > >> I have

Re: [FFmpeg-user] Directly converting DNGs to MP4

2020-11-22 Thread Paul B Mahol
On Sun, Nov 22, 2020 at 11:35 AM Michael Koch wrote: > Am 08.11.2020 um 18:12 schrieb ZEITFELD: > > > > > > Hello nice girls ans guys! > > > > I have a highspeed camera that records raw data to DNG files. Now I try > > to have the fastest possible preview video of what is recorded. I > >

Re: [FFmpeg-user] Best place for despill filter?

2020-11-19 Thread Paul B Mahol
Added commands to despill and frei0r filters. On Wed, Nov 18, 2020 at 3:48 PM Michael Koch wrote: > Am 18.11.2020 um 14:40 schrieb Moritz Barsnick: > > On Mon, Nov 16, 2020 at 20:15:54 +0100, Michael Koch wrote: > >> Oh, what a pity. We need more filters with support for commands. Now > >> that

Re: [FFmpeg-user] Slide show with transition

2020-11-18 Thread Paul B Mahol
On Wed, Nov 18, 2020 at 6:10 PM Carl Zwanzig wrote: > On 11/18/2020 7:55 AM, Michael Koch wrote: > >> Size is the size in pixels or in bytes ? > > > > width and height > (pixels/resolution) The byte count will vary with the image compression. > > Using Irfanview to process all the images into a

Re: [FFmpeg-user] Best place for despill filter?

2020-11-16 Thread Paul B Mahol
On Mon, Nov 16, 2020 at 7:45 PM Michael Koch wrote: > Am 16.11.2020 um 16:12 schrieb Paul B Mahol: > > On Mon, Nov 16, 2020 at 12:41 PM Michael Koch < > astroelectro...@t-online.de> > > wrote: > > > >> Am 16.11.2020 um 12:22 schrieb Paul B Mahol: > &g

Re: [FFmpeg-user] Best place for despill filter?

2020-11-16 Thread Paul B Mahol
On Mon, Nov 16, 2020 at 12:41 PM Michael Koch wrote: > Am 16.11.2020 um 12:22 schrieb Paul B Mahol: > > On Mon, Nov 16, 2020 at 12:13 PM Michael Koch < > astroelectro...@t-online.de> > > wrote: > > > >> When I overlay a bluescreen foreground video over a b

Re: [FFmpeg-user] Best place for despill filter?

2020-11-16 Thread Paul B Mahol
On Mon, Nov 16, 2020 at 12:13 PM Michael Koch wrote: > When I overlay a bluescreen foreground video over a background video, > which is the best place for the despill filter? (a) before colorkey or > (b) after colorkey or (c) after overlay? > >

Re: [FFmpeg-user] Directly converting DNGs to MP4

2020-11-08 Thread Paul B Mahol
On Sun, Nov 8, 2020 at 6:12 PM ZEITFELD wrote: > > > Hello nice girls ans guys! > > I have a highspeed camera that records raw data to DNG files. Now I try > to have the fastest possible preview video of what is recorded. I > succeeded using the GPU via FFMPEG, which is absolutely the fastest

<    1   2   3   4   5   6   7   8   9   10   >