Re: [FFmpeg-devel] [PATCH 0/1] Parsing quicktime tracks in matroska containers

2019-08-13 Thread Kieran O Leary
On Tue, 13 Aug 2019, 20:25 Stanislav Ionascu, wrote: > Hi All, > > when remuxing some of the mp4 files into the mkv container, not all > video codecs can be properly represented. Purely out of curiosity, what other codes does this affect? Best, Kieran O'Leary Irish Film Institute

Re: [FFmpeg-devel] [PATCH] avformat/mov: improve timecode calculation

2019-08-22 Thread Kieran O Leary
On Thu, 22 Aug 2019, 17:18 Paul B Mahol, wrote: > Hi, > > patch attached. > Maybe it's a Gmail issue but I see no attachment. Also for those of us unable to understand the code,what's the improvement? Best, Kieran > > ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] [PATCH] web/documentation: add new book about FFmpeg in China

2018-10-17 Thread Kieran O Leary
On Wed, 17 Oct 2018, 04:28 Steven Liu, wrote: > Signed-off-by: Steven Liu > --- > src/documentation | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/documentation b/src/documentation > index e3bbf4c..7569e86 100644 > --- a/src/documentation > +++ b/src/documentation > @@ -131,6 +1

Re: [FFmpeg-devel] avcodec/proresdec : add 12b decoding support

2018-11-17 Thread Kieran O Leary
user option, to force 10b or 12b decoding > Are all 444(4?) Encodings 12-bit? Also is there a way to verify if your file should be decoded as 10 or 12-bit? Or does this code automate this detection? This all looks very cool. Thanks, Kieran O Le

Re: [FFmpeg-devel] avcodec/proresdec : add 12b decoding support

2018-11-18 Thread Kieran O Leary
On Sun, 18 Nov 2018, 21:58 Martin Vignali > I don't know, how to get the "wanted" pix_fmt output using ffmpeg cli, and > I don't know, what the general "rules" of this project for multiple pix_fmt > output for the same input file. > > If user option for decoding precision need to be remove, > i th

Re: [FFmpeg-devel] avcodec/proresaw_enc : improvment (vendor and color properties, 4444Xq)

2018-11-26 Thread Kieran O Leary
On Sat, 24 Nov 2018, 22:11 Martin Vignali Hello, > > Patch in attach add some improvments to prores aw encoder > > 012 : Add vendor option (code come from prores_ks encoder) > 013 : Only write color properties, if defined in rdd36 (other values are > "converted" to unspecified) > 014 : Add XQ

Re: [FFmpeg-devel] avcodec/proresaw_enc : improvment (vendor and color properties, 4444Xq)

2018-11-26 Thread Kieran O Leary
On Mon, Nov 26, 2018 at 8:06 AM Kieran O Leary wrote: > > > On Sat, 24 Nov 2018, 22:11 Martin Vignali >> Hello, >> >> Patch in attach add some improvments to prores aw encoder >> >> 012 : Add vendor option (code come from prores_ks encoder) >> 013

Re: [FFmpeg-devel] [RFC PATCH v2] libavcodec/jpeg2000_parser: Add jpeg2000 parser

2020-04-20 Thread Kieran O Leary
Hi, Forgive my ignorance ,but what is the difference between a parser and a decoder in this context? What does this parser add that wasn't covered in the decoder? Best, Kieran O'Leary Irish Film Institute ___ ffmpeg-devel mailing list ffmpeg-devel@ffmp

Re: [FFmpeg-devel] [PATCH] libavutil: add clean aperture (CLAP) side data.

2020-04-28 Thread Kieran O Leary
Hi Neil, Thanks so much for working on this - what was the impetus? I started the ticket you mentioned. I applied your patch and tested it with the clap.mov file from that ticket. How do I know if behaviour has changed with this patch, how should I be testing? I don't see any reference to the clap

Re: [FFmpeg-devel] [PATCH] libavutil: add clean aperture (CLAP) side data.

2020-05-05 Thread Kieran O Leary
Hi Neil, I have to look deeper into the MKV side of things and most likely raise it with the cellar mailing list so that better minds than mine can weigh in. I do see that the rounding up to 704 could be an issue alright. As for MOV, your patch appears to generate the same output clap values as th

Re: [FFmpeg-devel] [PATCH] libavutil: add clean aperture (CLAP) side data.

2020-05-05 Thread Kieran O Leary
Hi, I broke the threading with my last reply, i apologise. Here goes another attempt: On Tue, Apr 28, 2020 at 6:23 PM Neil Birkbeck wrote: > On Tue, Apr 28, 2020 at 3:18 AM Nicolas George wrote: > > > Andreas Rheinhardt (12020-04-28): > > > That's expected. The patch provided only provides the

Re: [FFmpeg-devel] [PATCH] libavutil: add clean aperture (CLAP) side data.

2020-05-30 Thread Kieran O Leary
Hi, On Fri 29 May 2020, 22:47 Neil Birkbeck, wrote: > On Mon, May 11, 2020 at 9:37 PM Neil Birkbeck > wrote: > > > > > > > On Wed, May 6, 2020 at 8:45 AM James Almer wrote: > > > >> On 5/6/2020 12:22 PM, Neil Birkbeck wrote: > >> > On Tue,

Re: [FFmpeg-devel] [PATCH 3/3] lavfi: add basicplay filter.

2020-06-02 Thread Kieran O Leary
Hi On Tue 2 Jun 2020, 20:50 Nicolas George, wrote: > Paul B Mahol (12020-06-02): > > No need to reinvent yet another poor synthesizer. > > Which is precisely why what I implemented is something well established. > > Can somebody give a third opinion please? > I doubt my opinion means much but I

Re: [FFmpeg-devel] [PATCH v4 2/2] libavcodec/libaomenc.c: Support lossless encoding

2020-06-06 Thread Kieran O Leary
Hi all - just wondering about the status of this. I was doing some tests with just -crf 0 with mixed results before I saw this thread. http://ffmpeg.org/pipermail/ffmpeg-user/2020-June/048885.html K ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org h

Re: [FFmpeg-devel] release/4.3

2020-06-08 Thread Kieran O Leary
hi On Mon, Jun 8, 2020 at 10:17 PM Michael Niedermayer wrote: > Hi > > ive branched release/4.3, will make the 4.3 release from its HEAD in a > few days (maybe a week depending on comments from other developers or > any major issues) > > If theres any issue remaining which you want to work on an

Re: [FFmpeg-devel] release/4.3

2020-06-09 Thread Kieran O Leary
On Tue 9 Jun 2020, 13:21 Michael Niedermayer, wrote: > On Mon, Jun 08, 2020 at 11:55:15PM +0100, Kieran O Leary wrote: > > hi > > > > On Mon, Jun 8, 2020 at 10:17 PM Michael Niedermayer > > > wrote: > > > > > Hi > > > > > > ive bra

Re: [FFmpeg-devel] blended telecine... possible?

2019-09-03 Thread Kieran O Leary
Hi, On Wed, 4 Sep 2019, 04:09 Mark Filipak, < markfilipak.windows+ffm...@gmail.com> wrote: > No one has responded. What does that indicate? Lack of interest? Lack of > knowledge? Lack of time? Shunning of anyone who's not a current developer? > You didn't wait very long for a reply, also you wro

Re: [FFmpeg-devel] Ableton live aiff file

2019-09-20 Thread Kieran O Leary
On Fri, 20 Sep 2019, 08:58 Adam Johnson, wrote: > I have some aiff files in my music production library that I'd like to > convert to flac. However they aren't recognized by ffmpeg: > > $ ffmpeg -i Raylon-190-Full.aif > ... > [aiff @ 0x7fc3ce80] unknown or unsupported codec tag: able is not >

Re: [FFmpeg-devel] [PATCH] avcodec/ffv1enc: Use version 3 by default (CRCs by default)

2019-12-09 Thread Kieran O Leary
On Sun, 8 Dec 2019, 22:50 Michael Niedermayer, wrote: > Version 3 is since 2013 (FFmpeg 2.1) non experimental so should be widely > supported > This was recently raised at the No Time To Wait conference in Budapest, so it would be great to see version three as the default! Best, Kieran O'Leary

Re: [FFmpeg-devel] FFmpeg developer meeting 2019/12/9 notes

2019-12-10 Thread Kieran O Leary
These notes are really helpful, I hope they continue for future meetings! Best, Kieran ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ..

Re: [FFmpeg-devel] Transparency of sponsored works (was: avcodec: add photocd decoder)

2019-01-11 Thread Kieran O Leary
On Fri, 11 Jan 2019, 15:31 Nicolas George Carl Eugen Hoyos (12019-01-11): > > I believe amount is never published (so far at least afair). > > I think it should. I wonder what other people think. > I don't see why this declaration is helpful or necessary in any way. Can you elaborate on why it is

Re: [FFmpeg-devel] [PATCH] doc/developer: require transparency about sponshorships.

2019-01-13 Thread Kieran O Leary
On Sun, 13 Jan 2019, 15:57 Nicolas George James Almer (12019-01-13): > > And kill the project by reducing development speed to crawl? Unreviewed > > That is indeed the problem. > > > and unchallenged patches by long time devs with commit rights can and > > will still be pushed after enough time an

Re: [FFmpeg-devel] [PATCH] img2enc: mention -frames:v in error message

2019-01-16 Thread Kieran O Leary
On Tue, 15 Jan 2019, 00:25 Lou Logan Signed-off-by: Lou Logan > --- > libavformat/img2enc.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/libavformat/img2enc.c b/libavformat/img2enc.c > index a09cc8ec50..bec4bf81dd 100644 > --- a/libavformat/img2enc.c > +++ b/libavfo

Re: [FFmpeg-devel] avcodec/proresenc_aw : add interlace encoding support

2019-02-10 Thread Kieran O Leary
Hi, On Sat, Feb 9, 2019 at 6:10 PM Martin Vignali wrote: > Hello, > > Patchs in attach add interlace encoding support to prores aw encoding > Thanks so much for adding this. I can really only judge by the metadata for now, but this all looks good to me (ffmpeg encode and mediainfo check): $ ./

Re: [FFmpeg-devel] avcodec/proresenc_aw : add interlace encoding support

2019-02-10 Thread Kieran O Leary
On Sun, 10 Feb 2019, 11:57 Martin Vignali Hello, > > > > > > Use +ildct flag to switch between progressive and interlace encoding > > > > > > Use AVFrame flag to switch between tff and bff frame organization. > > > > > > > Is this what you mean by altering the -setparams filter? > > > > In order t

Re: [FFmpeg-devel] lavc/libvpxenc: Deprecate lossless option

2019-02-10 Thread Kieran O Leary
On Sat, 9 Feb 2019, 06:49 Gyan > > On 09-02-2019 02:26 AM, Carl Eugen Hoyos wrote: > > 2019-02-08 6:08 GMT+01:00, Gyan : > >> > >> On 08-02-2019 03:31 AM, Carl Eugen Hoyos wrote: > >>> . > >>> No strong opinion here, I hadn't realized that -crf 0 only works with > >>> newer versions. > >>> > >>> C

Re: [FFmpeg-devel] avcodec/proresenc_aw : add interlace encoding support

2019-02-14 Thread Kieran O Leary
Hi, can this be merged or is more rigourous testing necessary? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] vf_colorspace: Add support for smpte248 color primaries

2017-06-07 Thread Kieran O Leary
Hi, Should the vf colorspace documentation be updated with this new addition? Best, Kieran ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] prores: Always assume limited range

2017-09-27 Thread Kieran O Leary
On Wed, Sep 27, 2017 at 10:28 PM, Vittorio Giovara wrote: > As defined by the spcifications Is this the paywalled SMPTE spec? I don't see any mention of it in the openly available whitepaper, https://images.apple.com/final-cut-pro/docs/Apple_ProRes_White_Paper.pdf

Re: [FFmpeg-devel] [PATCH] doc: add mailing list faq

2017-09-28 Thread Kieran O Leary
Just one typo below, thanks for providing the html as well. On 28 Sep 2017 01:00, "Lou Logan" wrote: Signed-off-by: Lou Logan --- doc/Makefile | 1 + doc/mailing-list-faq.texi | 204 ++ 2 files changed, 205 insertions(+) create mode

Re: [FFmpeg-devel] Decklink question

2017-09-29 Thread Kieran O Leary
On 29 Sep 2017 03:22, wrote: I will continue to do testing.. > This works and captures full range (data levels, but the captured data happens to be video levels 64-940) to the output file and the out.mov file looks good/clean. Not sure how to flag (metadata) output color space and levels, but

Re: [FFmpeg-devel] [PATCH 2/2] avformat/matroskaenc: write a DisplayUnit element when aspect ratio is unknown

2016-10-15 Thread Kieran O Leary
Hi, On Sat, Oct 15, 2016 at 11:09 PM, James Almer wrote: > > -#sar 0: 1/1 > +#sar 0: 0/1 > This commit looks very useful. A few archivists (including myself) encountered this issue, so this is a wonderful contribution! Thanks James! -Kieran. ___ ffmp

Re: [FFmpeg-devel] [PATCH 3/3] vf_colorspace: Add support for smpte 431/432 (dci/display p3) primaries

2016-10-30 Thread Kieran O Leary
Hi, On Sun, Oct 30, 2016 at 7:07 AM, Vittorio Giovara < vittorio.giov...@gmail.com> wrote: > Signed-off-by: Vittorio Giovara > --- > I couldn't find any reference to the name of the whitepoint used for 431, > so I came up with DCI, since it looks like it is only used there. > Please CC. > Could

Re: [FFmpeg-devel] [PATCH] avformat/matroskaenc: use display aspect ratio for DisplayWidth and DisplayHeight when possible

2016-11-02 Thread Kieran O Leary
Hi On 2 Nov 2016 10:15 p.m., "Carl Eugen Hoyos" wrote: > > > > > This fixes ticket #5743, implementing the suggestion from ticket #5903. > > Thank you for fixing this! > > Carl Eugen > +1 Thanks James! ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg

Re: [FFmpeg-devel] [PATCH]lavc/dpx: Support gray12

2016-11-11 Thread Kieran O Leary
Hi Carl, On Fri, Nov 11, 2016 at 1:31 PM, Michael Niedermayer wrote: > On Thu, Nov 10, 2016 at 11:08:23PM +0100, Carl Eugen Hoyos wrote: > > Hi! > > > > Not sure how useful this is but we also support gprp12. > > > > Please comment, Carl Eugen > I'm sure that this could be useful for film arch

[FFmpeg-devel] [PATCH] doc/filters: adds recently added -vf colorspace options

2016-11-15 Thread Kieran O Leary
Hi, I've never submitted a patch for anything before, so hopefully this is OK. I noticed that the recent commits by Vittorio Giovara were not reflected in the filter documentation. I'm attaching the output of git format-patch -1 as well as copy/pasting it in this email. >From c52eededc4a0e865a84

Re: [FFmpeg-devel] next Outreachy & GSoC ideas braindump [RFC]

2016-08-03 Thread Kieran O Leary
Hi On 3 Aug 2016 6:58 p.m., "Michael Niedermayer" wrote: > > Hi all > > we need ideas for Outreachy, the page is EMPTY: > https://trac.ffmpeg.org/wiki/SponsoringPrograms/Outreachy/2016-12 > How about EBU-STL subtitle decoding? It's currently unsupported. It's a non text based subtitle format t

Re: [FFmpeg-devel] [PATCH] added expr evaluation to drawtext - fontsize

2016-08-30 Thread Kieran O Leary
Hi, On Fri, Aug 26, 2016 at 10:37 PM, Brett Harrison wrote: > Allows expr evaluation in the fontsize parameter for drawtext. Thanks for making this. I regularly use drawtext to create watermarked/timecoded access copies in a moving image archive and I have to use workarounds in scripts in order

[FFmpeg-devel] Developer required for EBU-STL subtitle decoding support

2016-04-11 Thread Kieran O Leary
Hello, I am looking for a time/money quote for someone to add EBU-STL subtitle decoding to ffmpeg. I saw the list of available developers on the ffmpeg website, but I wasn't sure who was best to contact. I work for the IFI Irish Film Archive, and we receive EBU-STL subtitles for AS-11 UKDPP broad

[FFmpeg-devel] [PATCH] avcodec/dpxenc: support colour metadata in DPX encoder, fixes ticket #6023

2017-02-01 Thread Kieran O Leary
Hello, I'm cc'ing Vittorio as I don't think that he's subscribed to the list but he's contributed to dpxenc.c and recent colorspace filters. The same with Kate Murray from the Library of Congress who knows a lot more about DPX than me. Apologies if this is inappropriate. I mostly based this patch

Re: [FFmpeg-devel] [PATCH] avcodec/dpxenc: support colour metadata in DPX encoder, fixes ticket #6023

2017-02-01 Thread Kieran O Leary
Hi James and Carl, Thanks for getting back to me. It looks like your comments are similar, though you might be asking to pull the information from different places? more below On Wed, Feb 1, 2017 at 5:01 PM, James Almer wrote: > > I may be missing something and apologizes if it was already ment

Re: [FFmpeg-devel] [PATCH] avcodec/dpxenc: support colour metadata in DPX encoder, fixes ticket #6023

2017-02-02 Thread Kieran O Leary
Hi On 2 Feb 2017 08:20, "Carl Eugen Hoyos" wrote: 2017-02-01 23:37 GMT+01:00 Kieran O Leary : > DPX contains some values that are super-specific to film, such as 'Printing > Density'. I do not see that value in either of those enums but it's a > common value t

Re: [FFmpeg-devel] [PATCH] avcodec/dpxenc: support colour metadata in DPX encoder, fixes ticket #6023

2017-02-03 Thread Kieran O Leary
Hi Vittorio! thanks for getting back to me. On Fri, Feb 3, 2017 at 12:57 PM, Vittorio Giovara < vittorio.giov...@gmail.com> wrote: > > > Hey Kieran, > I think the code looks fine. I am just wondering if we should also > offer the possibility to set these flags from the standard context > options

[FFmpeg-devel] [PATCH] movenc:adds keywords metadata

2017-07-10 Thread Kieran O Leary
Hi, A user mentioned in ffmpeg-user ( http://ffmpeg.org/pipermail/ffmpeg-user/2017-July/036571.html) that they couldn't write the 'keywords' metadata tag. I tested this patch and it appears to add the metadata value when using MOV and MP4 as output. I'm sure I've messed something up so please let

Re: [FFmpeg-devel] [PATCH] movenc:adds keywords metadata

2017-07-13 Thread Kieran O Leary
Thanks Derek/Michael! -Kieran. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avcodec/dpx: Support for RGB 12-bit packed decoding

2018-04-10 Thread Kieran O Leary
I just tested this patch non packed to 16-bit gbrp12le DPX from DaVinci Resolve. Encoding to FFV1 and back again to DPX produced the same framemd5 values. Does any more testing need to happen before this can be merged? Best, Kieran ___ ffmpeg-devel mai

Re: [FFmpeg-devel] [PATCH] avcodec/dpx: Support for RGB 12-bit packed decoding

2018-04-10 Thread Kieran O Leary
Hi On Tue, Apr 10, 2018 at 11:34 AM, Carl Eugen Hoyos wrote: > 2018-04-10 12:28 GMT+02:00, Kieran O Leary : >> I just tested this patch non packed to 16-bit gbrp12le DPX from DaVinci >> Resolve. > > Testing is good, apart from more brackets (and less comments) it would

Re: [FFmpeg-devel] [PATCH] avcodec/dpx: Support for RGB 12-bit packed decoding

2018-04-10 Thread Kieran O Leary
Actually, here's another test that might be a bit more meaningful. This is using graphicksmagic and the identify/signature command in order to generate sha256 hashes for the image data only. It is producing identical hashes for: 1. The original 12-bit DPX from Da Vinci Resolve (not packed to 16-bi

Re: [FFmpeg-devel] [PATCH] avcodec/dpx: Support for RGB 12-bit packed decoding

2018-04-10 Thread Kieran O Leary
On Tue, Apr 10, 2018 at 3:16 PM, Paul B Mahol wrote: > On 4/10/18, Kieran O Leary wrote: >> >> Hopefully this is a bit better than just using ffmpeg? > > No, you must not use tragic software ever. > > Besides ffmpeg also can give you checksums for image only. > S

Re: [FFmpeg-devel] [PATCH][RFC] avcodec/dpxenc: add option to force color transfer characteristics

2018-04-11 Thread Kieran O Leary
Hi Carl, On Sat, Dec 16, 2017 at 2:31 PM, Carl Eugen Hoyos wrote: > 2017-12-15 22:22 GMT+01:00 Tobias Rapp : > >> +{ "dpx_color_trc", "Transfer Characteristics", OFFSET(color_trc), >> AV_OPT_TYPE_INT, { .i64 = DPX_TRC_UNDEFINED }, DPX_TRC_UNDEFINED, >> DPX_TRC_NB-1, VE, "trc" }, > > This s

Re: [FFmpeg-devel] [PATCH][RFC] avcodec/dpxenc: add option to force color transfer characteristics

2018-04-11 Thread Kieran O Leary
On Wed, Apr 11, 2018 at 9:42 AM, Tobias Rapp wrote: > On 11.04.2018 10:23, Kieran O Leary wrote: >> >> Hi Carl, >> >> On Sat, Dec 16, 2017 at 2:31 PM, Carl Eugen Hoyos >> wrote: >>> >>> 2017-12-15 22:22 GMT+01:00 Tobias Rapp : >>> >

Re: [FFmpeg-devel] github

2018-04-26 Thread Kieran O Leary
On Thu, 26 Apr 2018, 14:42 Daniel Oberhoff, wrote: > > > On 26. Apr 2018, at 14:40, wm4 wrote: > > > > On Thu, 26 Apr 2018 14:12:14 +0200 > > Hendrik Leppkes mailto:h.lepp...@gmail.com>> > wrote: > > > >> On Thu, Apr 26, 2018 at 2:02 PM, Daniel Oberhoff > >> wrote: > >>> > Am 26.04.2018 um

Re: [FFmpeg-devel] [PATCH] avcodec/dpx: Support for RGB and RGBA 12-bit packed decoding

2018-02-08 Thread Kieran O Leary
Hi Jerome, Thank you so much for this patch. I ran a quick test and ffmpeg and ffplay seems to decode these files just fine. I noticed that taking a short 12-bit sequence (i didn't even realise that they were big endian actually) from the Blackmagic Cintel Scanner turned into FFV1 version 3 in Ma

Re: [FFmpeg-devel] [PATCH] avcodec/dpx: Support for RGB and RGBA 12-bit packed decoding

2018-02-09 Thread Kieran O Leary
Hi both, I'm just wondering if the past duration errors in my earlier email mean anything,or should they be ignored? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avcodec: add Cintel RAW decoder

2020-10-07 Thread Kieran O Leary
Woah, this is unexpected and amazing. Which versions of Cintel RAW does this support? If I recall correctly, there's a lossy mode, lossless compression mode and maybe originally it was uncompressed raw? Best, Kieran O'Leary National Library of Ireland

Re: [FFmpeg-devel] [PATCH] avcodec/dpxenc: stop hardcoding color trc/primaries

2020-10-08 Thread Kieran O Leary
Woah, more amazing film preservation patches, thank you! From my uninformed reading of the code, does this only support the detection of Linear, 709, 240M, 170M, Gamm22? The reason I ask is that you frequently see Printing Density appear as well, which has a value of '1' in the 801/802 offset..

Re: [FFmpeg-devel] [PATCH] avcodec/dpxenc: stop hardcoding color trc/primaries

2020-10-09 Thread Kieran O Leary
Pinging as I think my comment got lost in the conversation, my main concern is about the Printing Density value aka 1, K On Thu, Oct 8, 2020 at 10:25 AM Kieran O Leary wrote: > Woah, more amazing film preservation patches, thank you! > From my uninformed reading of the code, does thi

Re: [FFmpeg-devel] [PATCH] avcodec/dpxenc: stop hardcoding color trc/primaries

2020-10-09 Thread Kieran O Leary
On Fri, Oct 9, 2020 at 12:10 PM Paul B Mahol wrote: > On Fri, Oct 09, 2020 at 10:08:45AM +0100, Kieran O Leary wrote: > > Pinging as I think my comment got lost in the conversation, my main > concern > > is about the Printing Density value aka 1, > > This patch is for

Re: [FFmpeg-devel] Project orientation

2020-07-10 Thread Kieran O Leary
Hi, On Thu, Jul 9, 2020 at 1:56 AM Manolis Stamatogiannakis wrote: > On Tue, 7 Jul 2020 at 16:27, Nicolas George wrote: > > > Manolis Stamatogiannakis (12020-07-07): > > > If I reply to the email, my response will appear online in the issue/PR > > > page. > > > > That is good to know. I have ne

Re: [FFmpeg-devel] [PATCH] Limited timecode support for lavd/decklink

2018-05-25 Thread Kieran O Leary
I'd love to see some documentation and to know how timecode is stored in the output file. This looks like a really welcome development! ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] Limited timecode support for lavd/decklink

2018-05-25 Thread Kieran O Leary
Hi Jonathan, On Fri, May 25, 2018 at 6:32 PM, Jonathan Morley wrote: > Hi Kieran, > > To answer your question, this change basically takes the first valid TC as a > string and sticks it in the video’s avstream metadata dictionary where other > muxers and encoders look. It does not make an indep

Re: [FFmpeg-devel] Sponsoring request

2018-07-19 Thread Kieran O Leary
Hi On Thu, 19 Jul 2018, 14:04 Paul B Mahol, wrote: > Hi, > > I want that FFmpeg community sponsor addition of new code I gonna > develop in following days/months. > Are you suggesting a patreon type payment? ___ ffmpeg-devel mailing list ffmpeg-devel@

Re: [FFmpeg-devel] [PATCH 1/3] avfilter: Add support for colour range as a link parameter

2018-07-25 Thread Kieran O Leary
Hi, On Thu, Feb 22, 2018 at 4:15 PM, Philip Langdale wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Thu, 22 Feb 2018 12:39:16 +0100 > Nicolas George wrote: > >> Philip Langdale (2018-02-21): >> > Negotiation is part of Paul's larger changeset, and will be a useful >> > feature.

Re: [FFmpeg-devel] [PATCH v2] mxf : allow using codecs RAWVIDEO and V210 (with more rgb format and correct stored width/height)

2021-08-11 Thread Kieran O Leary
Woah, can't test this but it would be a brilliant addition to ffmpeg! Best, Kieran O'Leary National Library of Ireland ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link abo