michaelni changed the topic of #ffmpeg-devel to: Welcome to the FFmpeg development channel | Questions about using FFmpeg or developing with libav* libs should be asked in #ffmpeg | This channel is publicly logged | FFmpeg 7.0.2 has been released! | Please read ffmpeg.org/developer.html#Code-of-conduct
thilo has quit [Ping timeout: 248 seconds]
thilo has joined #ffmpeg-devel
arch1t3cht1 has joined #ffmpeg-devel
arch1t3cht has quit [Ping timeout: 244 seconds]
arch1t3cht1 is now known as arch1t3cht
MrZeus has joined #ffmpeg-devel
IndecisiveTurtle has quit [Ping timeout: 260 seconds]
witchymary has quit [Remote host closed the connection]
witchymary has joined #ffmpeg-devel
feiw1 has joined #ffmpeg-devel
feiw2 has quit [Read error: Connection reset by peer]
ramiro has quit [Ping timeout: 244 seconds]
ramiro has joined #ffmpeg-devel
jarthur has quit [Quit: jarthur]
mkver has quit [Ping timeout: 244 seconds]
jamrial has quit []
feiw2 has joined #ffmpeg-devel
feiw1 has quit [Remote host closed the connection]
Martchus has joined #ffmpeg-devel
Martchus_ has quit [Ping timeout: 244 seconds]
nevcairiel has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
nevcairiel has joined #ffmpeg-devel
Martchus_ has joined #ffmpeg-devel
Martchus has quit [Ping timeout: 248 seconds]
MrZeus has quit [Ping timeout: 252 seconds]
ramiro has quit [Ping timeout: 248 seconds]
ramiro has joined #ffmpeg-devel
feiw1 has joined #ffmpeg-devel
feiw2 has quit [Ping timeout: 248 seconds]
System_Error has quit [Ping timeout: 260 seconds]
ramiro has quit [Ping timeout: 252 seconds]
System_Error has joined #ffmpeg-devel
ramiro has joined #ffmpeg-devel
ramiro has quit [Ping timeout: 260 seconds]
ramiro has joined #ffmpeg-devel
Krowl has joined #ffmpeg-devel
ramiro has quit [Ping timeout: 255 seconds]
ngaullier has joined #ffmpeg-devel
ramiro has joined #ffmpeg-devel
Krowl has quit [Read error: Connection reset by peer]
ccawley2011 has joined #ffmpeg-devel
Krowl has joined #ffmpeg-devel
ramiro has quit [Ping timeout: 264 seconds]
ramiro has joined #ffmpeg-devel
Martchus_ has quit [Ping timeout: 252 seconds]
Martchus has joined #ffmpeg-devel
ramiro has quit [Ping timeout: 258 seconds]
ramiro has joined #ffmpeg-devel
cubicibo has joined #ffmpeg-devel
feiw2 has joined #ffmpeg-devel
feiw1 has quit [Ping timeout: 264 seconds]
Krowl has quit [Read error: Connection reset by peer]
Krowl has joined #ffmpeg-devel
Workl has joined #ffmpeg-devel
SystemError has joined #ffmpeg-devel
System_Error has quit [Ping timeout: 260 seconds]
Krowl has quit [Ping timeout: 252 seconds]
Workl has quit [Read error: Connection reset by peer]
<Daemon404> fun read
<Daemon404> i enjoy the author's bafflement at limited range
mkver has joined #ffmpeg-devel
<JEEB> Daemon404: I mean, if you don't know it's the way of the land it comes out as really weird for pretty much everyone
<Daemon404> it makea perfect sense for analogue ;)
<JEEB> xD
cubicibo has quit [Quit: Client closed]
novaphoenix has quit [Quit: i quit]
novaphoenix has joined #ffmpeg-devel
<aaabbb> oooh there's a new phrack?
<aaabbb> sweet
vjaquez has quit [Ping timeout: 252 seconds]
vjaquez has joined #ffmpeg-devel
Krowl has joined #ffmpeg-devel
jamrial has joined #ffmpeg-devel
Krowl has quit [Read error: Connection reset by peer]
SystemError is now known as System_Error
Krowl has joined #ffmpeg-devel
IndecisiveTurtle has joined #ffmpeg-devel
feiw2 has quit [Remote host closed the connection]
feiw2 has joined #ffmpeg-devel
jarthur has joined #ffmpeg-devel
microchip__ is now known as microchip_
rvalue- has joined #ffmpeg-devel
rvalue has quit [Ping timeout: 248 seconds]
rvalue- is now known as rvalue
Krowl has quit [Quit: Krowl]
Krowl has joined #ffmpeg-devel
nevcairiel has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
nevcairiel has joined #ffmpeg-devel
Teukka has quit [Read error: Connection reset by peer]
Teukka has joined #ffmpeg-devel
Teukka has quit [Changing host]
Teukka has joined #ffmpeg-devel
IndecisiveTurtle has quit [Ping timeout: 244 seconds]
ngaullier has quit [Ping timeout: 272 seconds]
IndecisiveTurtle has joined #ffmpeg-devel
IndecisiveTurtle has quit [Ping timeout: 272 seconds]
System_Error has quit [Ping timeout: 260 seconds]
System_Error has joined #ffmpeg-devel
IndecisiveTurtle has joined #ffmpeg-devel
Krowl has quit [Read error: Connection reset by peer]
Krowl has joined #ffmpeg-devel
Kei_N_ has joined #ffmpeg-devel
Workl has joined #ffmpeg-devel
Workl has quit [Read error: Connection reset by peer]
Kei_N has quit [Ping timeout: 276 seconds]
Krowl has quit [Ping timeout: 245 seconds]
<Lynne> IndecisiveTurtle: ping
<Lynne> do you think an extension is necessary?
<IndecisiveTurtle> Probably yes. At the moment I am debugging some issues on my AMD gpu (seems to spam invalid slice sizes for some reason). Then need to optimize legall fully, add interlacing support (prob not that bad) and cleanup any remaining loose ends and minor glitches from quantinization
<IndecisiveTurtle> Is there anything else I should add to my mental list in your opinion, so can at least keep a milestone for completion
<Lynne> IMO you could skip on interlacing for now
<IndecisiveTurtle> It didn't look that bad to implement when I saw it, but yeah not on the top of priorities vs the bug fixes and perf profiling
<IndecisiveTurtle> Also been wanting to ask, what is the proper way of querying the chroma x and y shifts when vulkan is used? Back when I was bring the whole thing up I noticed that av_pix_fmt_get_chroma_sub_sample returns zero here, so not correct. So hardcoded it 1/1 to match the input format. Noticed it again just now and would like to remove
<Lynne> you need to use the sw_format from avhwframescontext
<Lynne> I'll ask for an extension
<Lynne> not sure how it works, I've never had to, is there a hardcoded new date or just any date in the future
<IndecisiveTurtle> Thanks and appologies for the trouble. I'll be available daily here to update you on progress on this
<IndecisiveTurtle> Re for chroma, I searched a bit and found the nlmeans filter calls av_pix_fmt_desc_get with the vkctx output format and takes log2_chroma_w from the desc. Is that similar to using sw_format as you mentioned or an example somewhere
<Lynne> the vkctx format stuff is more for filters
<IndecisiveTurtle> Ah so prob wont work here either, sadge
Krowl has joined #ffmpeg-devel
dre-droid has joined #ffmpeg-devel
<dre-droid> Hi all,
<dre-droid> I have worked on implementing some new features for computing enhanced SSIM (minkowski pooling and using integral images). As of right now I have done so by adding some options to the existing ssim filter in libavfilter, but was wondering if separating it into a new essim filter would be prefered by the comunity?
darkapex_ has quit [Remote host closed the connection]
darkapex_ has joined #ffmpeg-devel
dre-droid has quit [Remote host closed the connection]
dre-droid has joined #ffmpeg-devel
Krowl has quit [Read error: Connection reset by peer]
dre-droid has quit [Remote host closed the connection]
feiw1 has joined #ffmpeg-devel
feiw2 has quit [Read error: Connection reset by peer]
dre-droid has joined #ffmpeg-devel
ccawley2011 has quit [Ping timeout: 255 seconds]
dre-droid has quit [Remote host closed the connection]
ccawley2011 has joined #ffmpeg-devel
<compnnn> i talked myself into going to vdd i guess
<compnnn> passport still good for a number of years
<compnnn> j-b i'm not too late to register am i? :D
yigithanyigit has joined #ffmpeg-devel
yigithanyigit has quit [Remote host closed the connection]
yigithanyigit has joined #ffmpeg-devel
yigithanyigit has quit [Changing host]
yigithanyigit has joined #ffmpeg-devel
<yigithanyigit> yigithanyigit: hello
yigithanyigit has quit [Remote host closed the connection]
ccawley2011 has quit [Read error: Connection reset by peer]
yigithanyigit has joined #ffmpeg-devel
mateo` has quit [Ping timeout: 248 seconds]
<yigithanyigit> Should metadata propagation be done to AVFrame instances passed into a filter function? Is it a valid approach to create metadata(a dictionary) in the context and propagate it to that context? Thanks.
mateo` has joined #ffmpeg-devel
feiw2 has joined #ffmpeg-devel
feiw1 has quit [Remote host closed the connection]
wbs has quit [Ping timeout: 260 seconds]
wbs has joined #ffmpeg-devel
<BtbN> Isn't ffv1 a codec, and nut a container?
<jamrial> yeah
<BtbN> Then I'm confused about that mail
<Lynne> its a codec, alongside magicyuv, utvideo, h264 pcm, fraps
<Lynne> so why would anyone write their own when there were already so much choices historically?
<BtbN> I mean, to a degree, yes. But none of these were "under ffmpeg control" or flexible
<Lynne> well, there you go
<BtbN> So extending nut isn't an option?
<Lynne> no
<Lynne> the nut spec was written in the days where saving the last few bytes was considered paramount to anything else, including robustness
<Lynne> to the point where headers have golomb coded values
feiw1 has joined #ffmpeg-devel
feiw2 has quit [Read error: Connection reset by peer]
Traneptora has quit [Quit: Quit]