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 8.0 has been released! | Please read ffmpeg.org/developer.html#Code-of-conduct
kasper93 has joined #ffmpeg-devel
kasper93 has quit [Ping timeout: 258 seconds]
jamrial has quit [Read error: Connection reset by peer]
jamrial has joined #ffmpeg-devel
j45_ has joined #ffmpeg-devel
j45 has quit [Ping timeout: 256 seconds]
j45_ is now known as j45
j45 has joined #ffmpeg-devel
j45 has quit [Changing host]
iive has quit [Quit: They came for me...]
fengdaolong has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] Pull request #20349 opened: RFC: Add demuxer command API (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20349) by e⁠Pirat
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20349 WIP: RFC: Add demuxer command API (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20349#issuecomment-4554) by e⁠Pirat
<desmond-netint> Color/camera question from a beginner. Are rgb values in bayer formats always linear?
<Lynne> nope, usually they're not
<Lynne> arri's cameras output in arri logc3/4, panasonic have v-log, DJI have dlog, red have log3g10, canon have clog3, apple have applelog, and sony have a whole bunch of log colorspaces
<Lynne> the org behind oscars have published open source conversions for each - https://github.com/ampas/aces-input-and-colorspaces
<Lynne> they're all very very similar, with low values being linear, up until a point where they turn log
<Lynne> I wish we could implement them, since currently you need custom code to linearize them
<Lynne> libplacebo supports applying lookup tables (.icc and .cube), but its difficult to convert those curves (because of a lack of tools) into tables you can apply
<Lynne> maybe haasn knows more
kasper93 has joined #ffmpeg-devel
jamrial has quit []
<Lynne> desmond-netint: by the way, most of these cameras can record to h265 using *these* colorspaces, so its not unique to bayer
_whitelogger has joined #ffmpeg-devel
Martchus_ has quit [Ping timeout: 258 seconds]
Martchus has joined #ffmpeg-devel
Kimapr_ has quit [Ping timeout: 245 seconds]
Kimapr has joined #ffmpeg-devel
jannau has quit [Server closed connection]
jannau has joined #ffmpeg-devel
fengdaolong has quit [Read error: Connection reset by peer]
Kimapr has quit [Remote host closed the connection]
Kimapr has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20301 avfilter/vf_colordetect: add aarch64 asm (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20301#issuecomment-4557) by q⁠uink
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20241 vvc-bdof-rework-2 (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20241#issuecomment-4558) by q⁠uink
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20348 avutil/opt: also print option names on parse error (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20348#issuecomment-4559) by c⁠us
<desmond-netint> Lynne: thx for the info
_whitelogger has joined #ffmpeg-devel
ngaullier has joined #ffmpeg-devel
fengdaolong has joined #ffmpeg-devel
ngaullier has quit [Ping timeout: 260 seconds]
microchip_ has quit [Remote host closed the connection]
microchip_ has joined #ffmpeg-devel
microchip_ has quit [Client Quit]
microchip_ has joined #ffmpeg-devel
vkk has joined #ffmpeg-devel
vkk has quit [Client Quit]
indecisiveturtle has quit [Ping timeout: 248 seconds]
Guest65 has joined #ffmpeg-devel
Guest65 has quit [Client Quit]
ngaullier has joined #ffmpeg-devel
mkver has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] Pull request #20350 opened: WIP: avcodec/sanm: updates (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20350) by m⁠lauss2
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20340 avformat/apv: fix range of au_size (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20340#issuecomment-4566) by d⁠ariusz-f
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20325 A few new decoders and a parser from almpeg (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20325#issuecomment-4572) by p⁠ross
ngaullier has quit [Remote host closed the connection]
<fjlogger> [FFmpeg/FFmpeg] New comment on issue #20336 Palettegen always produces wrong colors (https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/20336#issuecomment-4573) by M⁠asterInQuestion
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20301 avfilter/vf_colordetect: add aarch64 asm (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20301#issuecomment-4574) by q⁠uink
<fjlogger> [FFmpeg/FFmpeg] New comment on issue #20336 Palettegen always produces wrong colors (https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/20336#issuecomment-4575) by M⁠asterInQuestion
indecisiveturtle has joined #ffmpeg-devel
scat117 has quit [Ping timeout: 256 seconds]
<fjlogger> [FFmpeg/FFmpeg] Pull request #20351 opened: swscale/graph: fix double-free when legacy pass fails initializing (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20351) by h⁠aasn
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20301 avfilter/vf_colordetect: add aarch64 asm (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20301#issuecomment-4582) by m⁠storsjo
fengdaolong has quit [Ping timeout: 258 seconds]
indecisiveturtle has quit [Ping timeout: 256 seconds]
indecisiveturtle has joined #ffmpeg-devel
minimal has joined #ffmpeg-devel
realies9346 is now known as realies
realies has quit [Quit: ~]
realies has joined #ffmpeg-devel
sm2n has quit [Server closed connection]
sm2n has joined #ffmpeg-devel
jamrial has joined #ffmpeg-devel
j-b has quit [Changing host]
j-b has joined #ffmpeg-devel
<haasn> Lynne: libplacebo also supports v-log and s-log fwiw
<haasn> but without bayer support that probably doesn't mean a whole lot
<haasn> cc desmond-netint
<haasn> fwiw usually ungraded raw footage doesn't exist in any "colorspace" anyway so getting an approximately linear dump of the frame contents is about the best we can do, and what past users seemed happy with
<haasn> in theory you would even treat these quasi-logarithmic curves as linear and effectively get some built-in automatic tone mapping that way
<JEEB> yea you mostly then need to decide whether you want to interpret that linear stuff as SDR or HDR (and within which parameters)
<fjlogger> [FFmpeg/FFmpeg] Pull request #20352 opened: libjxldec/libjxlenc: fix leaks (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20352) by T⁠raneptora
mkver has quit [Ping timeout: 244 seconds]
<fjlogger> [FFmpeg/FFmpeg] New comment on issue #20336 Palettegen always produces wrong colors (https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/20336#issuecomment-4592) by R⁠abcor
mkver has joined #ffmpeg-devel
<Lynne> haasn: any way you see to add support for v-log, even if its only in vf_libplacebo?
<haasn> Lynne: we could introduce negative enum values for non-H.273 trcs
<haasn> but that's a can of worms I'd rather not touch
<Lynne> what about values greater than 255?
<haasn> for vf_libplacebo only, I was thinking about adding a way to override the frame metadata with :extra_opts
<haasn> which would allow you to pass e.g. -vf libplacebo=extra_ops='src_trc=v-log'
<Lynne> sure, that would work for now
<haasn> cc kasper93 this is another use case for having frame overrides in pl_options
<kasper93> well, sure if you fell like it
<Lynne> haasn: the libplacebo options interface does not support overriding any colorspace properties, it seems
<kasper93> I wanted to add HDR10 metadata injection in mpv itself. to be able to generate test patterns from scripts
<kasper93> having it in libplacebo interface works too, I'm not a big fan of splicing strings to configure things when there is an api tho ;p
<haasn> Lynne: yeah, I feel like that would be a bit out of place in light of vf_setparams existing
<haasn> and more importantly, the fact that libplacebo can have multiple inputs
<haasn> ofc the same applies to :extra_opts
microchip_ has quit [Remote host closed the connection]
<haasn> but at least that would be more generally useful as a future-proofing metric
<Lynne> yeah, I'll just add AVCOL_TRC_V_LOG=256 and check that nowhere where it matters we use 8-bit values for trc
microchip_ has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] Issue #20353 opened: format + overlay sometimes stalls on stream EOF (https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/20353) by j⁠khsjdhjs
Kei_N_ has joined #ffmpeg-devel
Kei_N has quit [Ping timeout: 256 seconds]
ngaullier has joined #ffmpeg-devel
ngaullier has quit [Remote host closed the connection]
<BBB> "Last we have FFMpeg AAC (lavf) whose spectrum is basically unrecognizable. There's almost no discernible pattern any longer and the artifacts make up pretty much the entire spectrum because - as iterations piled up - artifacts are the ones that got preserved leading to the averaging of the entire signal." ai ai ai?
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20301 avfilter/vf_colordetect: add aarch64 asm (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20301#issuecomment-4595) by q⁠uink
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20301 avfilter/vf_colordetect: add aarch64 asm (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20301#issuecomment-4596) by q⁠uink
ccawley2011 has joined #ffmpeg-devel
<Lynne> BBB: source?
<BBB> (trigger warning: it re-encodes the encoding output 101 times)
<Lynne> haasn: any chance of implementing a color temperature correction in libplacebo?
<Lynne> its the last piece of the puzzle to fully process raw video
<Lynne> (along with bayer, which I only implemented in vf_scale_vulkan to make you implement it in libplacebo)
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20301 avfilter/vf_colordetect: add aarch64 asm (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20301#issuecomment-4597) by r⁠amiro
<fjlogger> [FFmpeg/FFmpeg] Pull request #20354 opened: avcodec/exif: also copy zero termination for AV_TIFF_STRING (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20354) by m⁠ichaelni
kasper93 has quit [Ping timeout: 258 seconds]
jkqxz has quit [Ping timeout: 258 seconds]
Kei_N_ has quit [Ping timeout: 258 seconds]
chainik15 has quit [Ping timeout: 258 seconds]
CoreX has quit [Ping timeout: 258 seconds]
microchip_ has quit [*.net *.split]
indecisiveturtle has quit [*.net *.split]
Kimapr has quit [*.net *.split]
Arcitec has quit [*.net *.split]
Teukka has quit [*.net *.split]
rodeo has quit [*.net *.split]
acryo_ has quit [*.net *.split]
MillerBOSS has quit [*.net *.split]
mkver has quit [*.net *.split]
odrling has quit [*.net *.split]
fjlogger has quit [*.net *.split]
DauntlessOne4985 has quit [*.net *.split]
frankplow has quit [*.net *.split]
TD-Linux has quit [*.net *.split]
Lypheo has quit [*.net *.split]
sepro has quit [*.net *.split]
mateo` has quit [*.net *.split]
mcfrdy has quit [*.net *.split]
bpmedley has quit [*.net *.split]
signalhunter has quit [*.net *.split]
nitroxis has quit [*.net *.split]
fflogger has quit [*.net *.split]
sm2n has quit [*.net *.split]
jannau has quit [*.net *.split]
another| has quit [*.net *.split]
Labnan has quit [*.net *.split]
klaxa has quit [*.net *.split]
jdarnley has quit [*.net *.split]
lexano has quit [*.net *.split]
keith has quit [*.net *.split]
nevcairiel has quit [*.net *.split]
BradleyS has quit [*.net *.split]
AMM has quit [*.net *.split]
vjaquez has quit [*.net *.split]
haasn has quit [*.net *.split]
veritgo235 has quit [*.net *.split]
mindfreeze has quit [*.net *.split]
tortoise has quit [*.net *.split]
srikanth has quit [*.net *.split]
sfan5 has quit [*.net *.split]
System_Error has quit [*.net *.split]
realies has quit [*.net *.split]
kode54 has quit [*.net *.split]
BtbN has quit [*.net *.split]
any1 has quit [*.net *.split]
stazthebox has quit [*.net *.split]
auri has quit [*.net *.split]
andrewrk has quit [*.net *.split]
Flat has quit [*.net *.split]
xvaclav has quit [*.net *.split]
HarshK23 has quit [*.net *.split]
psykose has quit [*.net *.split]
fennewald has quit [*.net *.split]
SohamK has quit [*.net *.split]
witchymary has quit [*.net *.split]
lemourin has quit [*.net *.split]
phr3ak has quit [*.net *.split]
desmond-netint has quit [*.net *.split]
Arsen has quit [*.net *.split]
jkhsjdhjs has quit [*.net *.split]
Thulinma has quit [*.net *.split]
pal has quit [*.net *.split]
ramiro has quit [*.net *.split]
DodoGTA has quit [*.net *.split]
j-b has quit [*.net *.split]
michaelni has quit [*.net *.split]
Traneptora has quit [*.net *.split]
OctopusET has quit [*.net *.split]
s55 has quit [*.net *.split]
_av500_ has quit [*.net *.split]
Compn has quit [*.net *.split]
beastd has quit [*.net *.split]
Moon_Rabbit has quit [*.net *.split]
ubitux has quit [*.net *.split]
^Neo_ has quit [*.net *.split]
Hobbyboy has quit [*.net *.split]
novaphoenix has quit [*.net *.split]
kurufu has quit [*.net *.split]
uau has quit [*.net *.split]
emersion has quit [*.net *.split]
rix has quit [*.net *.split]
Martchus has quit [*.net *.split]
rvalue has quit [*.net *.split]
APic has quit [*.net *.split]
drv has quit [*.net *.split]
Fenrir has quit [*.net *.split]
Hassan01 has quit [*.net *.split]
marcj has quit [*.net *.split]
ocrete1 has quit [*.net *.split]
blb has quit [*.net *.split]
englishm has quit [*.net *.split]
sdc has quit [*.net *.split]
grillo_0 has quit [*.net *.split]
adema has quit [*.net *.split]
jkkm has quit [*.net *.split]
thardin has quit [*.net *.split]
j45 has quit [*.net *.split]
gnafu has quit [*.net *.split]
jessidhia has quit [*.net *.split]
llyyr has quit [*.net *.split]
kepstin has quit [*.net *.split]
markh has quit [*.net *.split]
Gramner has quit [*.net *.split]
natto- has quit [*.net *.split]
BBB has quit [*.net *.split]
rossy has quit [*.net *.split]
bcheng has quit [*.net *.split]
SuperFashi has quit [*.net *.split]
KyleSiefring has quit [*.net *.split]
wyatt8740 has quit [*.net *.split]
pross has quit [*.net *.split]
kylophone has quit [*.net *.split]
graphitemaster has quit [*.net *.split]
wbs has quit [*.net *.split]
abdo has quit [*.net *.split]
Son_Goku has quit [*.net *.split]
elvis_a_presley has quit [*.net *.split]
ccawley2011 has quit [*.net *.split]
averne has quit [*.net *.split]
paulk has quit [*.net *.split]
Yalda has quit [*.net *.split]
aaabbb has quit [*.net *.split]
nto has quit [*.net *.split]
quietvoid has quit [*.net *.split]
_rubik has quit [*.net *.split]
LaserEyess has quit [*.net *.split]
ShadowJK has quit [*.net *.split]
sudden has quit [*.net *.split]
bencoh has quit [*.net *.split]
Dmitri_Ovch has quit [*.net *.split]
bossjones has quit [*.net *.split]
minimal has quit [*.net *.split]
Guest1962 has quit [*.net *.split]
pengvado has quit [*.net *.split]
tmatth has quit [*.net *.split]
termos has quit [*.net *.split]
galad has quit [*.net *.split]
kierank has quit [*.net *.split]
kwizart has quit [*.net *.split]
kekePower has quit [*.net *.split]
bbbccc has quit [*.net *.split]
arch1t3cht1 has quit [*.net *.split]
Lynne has quit [*.net *.split]
Nightrose has quit [*.net *.split]
welder has quit [*.net *.split]
funkylab_ has quit [*.net *.split]
MetaNova has quit [*.net *.split]
Venemo has quit [*.net *.split]
skinkie has quit [*.net *.split]
hbbs has quit [*.net *.split]
Chagall has quit [*.net *.split]
Kwiboo has quit [*.net *.split]
ocrete has quit [*.net *.split]
zip6como has quit [*.net *.split]
ePirat has quit [*.net *.split]
cosminaught has quit [*.net *.split]
philipl has quit [*.net *.split]
leo60228 has quit [*.net *.split]
jluthra has quit [*.net *.split]
khrbtxyz has quit [*.net *.split]
funman has quit [*.net *.split]
rcombs has quit [*.net *.split]
pv has quit [*.net *.split]
courmisch has quit [*.net *.split]
rom1v has quit [*.net *.split]
haxar has quit [*.net *.split]
dlb76 has quit [*.net *.split]
rodgort has quit [*.net *.split]
CounterPillow has quit [*.net *.split]
Manouchehri has quit [*.net *.split]
Coinflipper has quit [*.net *.split]
JEEB has quit [*.net *.split]
RT|AO has quit [*.net *.split]
futurelugia has quit [*.net *.split]
c_14 has quit [*.net *.split]
Xe has quit [*.net *.split]
jess has quit [*.net *.split]
ChanServ has quit [*.net *.split]
wbs has joined #ffmpeg-devel
Kei_N has joined #ffmpeg-devel
jkqxz_ has joined #ffmpeg-devel
chainik15 has joined #ffmpeg-devel
kasper93 has joined #ffmpeg-devel
ccawley2011 has joined #ffmpeg-devel
microchip_ has joined #ffmpeg-devel
mkver has joined #ffmpeg-devel
realies has joined #ffmpeg-devel
sm2n has joined #ffmpeg-devel
indecisiveturtle has joined #ffmpeg-devel
Kimapr has joined #ffmpeg-devel
jannau has joined #ffmpeg-devel
Martchus has joined #ffmpeg-devel
j45 has joined #ffmpeg-devel
Traneptora has joined #ffmpeg-devel
Arcitec has joined #ffmpeg-devel
odrling has joined #ffmpeg-devel
rvalue has joined #ffmpeg-devel
OctopusET has joined #ffmpeg-devel
averne has joined #ffmpeg-devel
s55 has joined #ffmpeg-devel
fjlogger has joined #ffmpeg-devel
DauntlessOne4985 has joined #ffmpeg-devel
APic has joined #ffmpeg-devel
System_Error has joined #ffmpeg-devel
HarshK23 has joined #ffmpeg-devel
_av500_ has joined #ffmpeg-devel
frankplow has joined #ffmpeg-devel
Teukka has joined #ffmpeg-devel
drv has joined #ffmpeg-devel
TD-Linux has joined #ffmpeg-devel
Lypheo has joined #ffmpeg-devel
rodeo has joined #ffmpeg-devel
sepro has joined #ffmpeg-devel
Compn has joined #ffmpeg-devel
another| has joined #ffmpeg-devel
psykose has joined #ffmpeg-devel
mateo` has joined #ffmpeg-devel
Labnan has joined #ffmpeg-devel
mcfrdy has joined #ffmpeg-devel
bpmedley has joined #ffmpeg-devel
paulk has joined #ffmpeg-devel
fennewald has joined #ffmpeg-devel
Fenrir has joined #ffmpeg-devel
signalhunter has joined #ffmpeg-devel
Hassan01 has joined #ffmpeg-devel
SohamK has joined #ffmpeg-devel
beastd has joined #ffmpeg-devel
acryo_ has joined #ffmpeg-devel
gnafu has joined #ffmpeg-devel
Moon_Rabbit has joined #ffmpeg-devel
Guest1962 has joined #ffmpeg-devel
MillerBOSS has joined #ffmpeg-devel
fflogger has joined #ffmpeg-devel
nitroxis has joined #ffmpeg-devel
jessidhia has joined #ffmpeg-devel
^Neo_ has joined #ffmpeg-devel
Hobbyboy has joined #ffmpeg-devel
llyyr has joined #ffmpeg-devel
pengvado has joined #ffmpeg-devel
funkylab_ has joined #ffmpeg-devel
marcj has joined #ffmpeg-devel
kode54 has joined #ffmpeg-devel
kepstin has joined #ffmpeg-devel
ocrete1 has joined #ffmpeg-devel
blb has joined #ffmpeg-devel
jdarnley has joined #ffmpeg-devel
novaphoenix has joined #ffmpeg-devel
lexano has joined #ffmpeg-devel
elvis_a_presley has joined #ffmpeg-devel
Flat has joined #ffmpeg-devel
witchymary has joined #ffmpeg-devel
englishm has joined #ffmpeg-devel
kurufu has joined #ffmpeg-devel
BtbN has joined #ffmpeg-devel
Gramner has joined #ffmpeg-devel
keith has joined #ffmpeg-devel
BradleyS has joined #ffmpeg-devel
vjaquez has joined #ffmpeg-devel
uau has joined #ffmpeg-devel
sdc has joined #ffmpeg-devel
veritgo235 has joined #ffmpeg-devel
mindfreeze has joined #ffmpeg-devel
tortoise has joined #ffmpeg-devel
emersion has joined #ffmpeg-devel
srikanth has joined #ffmpeg-devel
rix has joined #ffmpeg-devel
phr3ak has joined #ffmpeg-devel
aaabbb has joined #ffmpeg-devel
sfan5 has joined #ffmpeg-devel
Chagall has joined #ffmpeg-devel
desmond-netint has joined #ffmpeg-devel
RT|AO has joined #ffmpeg-devel
tmatth has joined #ffmpeg-devel
welder has joined #ffmpeg-devel
ePirat has joined #ffmpeg-devel
grillo_0 has joined #ffmpeg-devel
Kwiboo has joined #ffmpeg-devel
Arsen has joined #ffmpeg-devel
any1 has joined #ffmpeg-devel
cosminaught has joined #ffmpeg-devel
stazthebox has joined #ffmpeg-devel
xvaclav has joined #ffmpeg-devel
natto- has joined #ffmpeg-devel
ocrete has joined #ffmpeg-devel
auri has joined #ffmpeg-devel
futurelugia has joined #ffmpeg-devel
c_14 has joined #ffmpeg-devel
dlb76 has joined #ffmpeg-devel
andrewrk has joined #ffmpeg-devel
rodgort has joined #ffmpeg-devel
nto has joined #ffmpeg-devel
jkhsjdhjs has joined #ffmpeg-devel
ubitux has joined #ffmpeg-devel
Thulinma has joined #ffmpeg-devel
pal has joined #ffmpeg-devel
ramiro has joined #ffmpeg-devel
quietvoid has joined #ffmpeg-devel
j-b has joined #ffmpeg-devel
philipl has joined #ffmpeg-devel
galad has joined #ffmpeg-devel
kierank has joined #ffmpeg-devel
zip6como has joined #ffmpeg-devel
adema has joined #ffmpeg-devel
michaelni has joined #ffmpeg-devel
kwizart has joined #ffmpeg-devel
jkkm has joined #ffmpeg-devel
_rubik has joined #ffmpeg-devel
thardin has joined #ffmpeg-devel
kekePower has joined #ffmpeg-devel
Xe has joined #ffmpeg-devel
BBB has joined #ffmpeg-devel
rossy has joined #ffmpeg-devel
hbbs has joined #ffmpeg-devel
MetaNova has joined #ffmpeg-devel
skinkie has joined #ffmpeg-devel
Venemo has joined #ffmpeg-devel
bcheng has joined #ffmpeg-devel
leo60228 has joined #ffmpeg-devel
bbbccc has joined #ffmpeg-devel
SuperFashi has joined #ffmpeg-devel
LaserEyess has joined #ffmpeg-devel
KyleSiefring has joined #ffmpeg-devel
ShadowJK has joined #ffmpeg-devel
wyatt8740 has joined #ffmpeg-devel
pross has joined #ffmpeg-devel
arch1t3cht1 has joined #ffmpeg-devel
Yalda has joined #ffmpeg-devel
Lynne has joined #ffmpeg-devel
kylophone has joined #ffmpeg-devel
sudden has joined #ffmpeg-devel
bencoh has joined #ffmpeg-devel
graphitemaster has joined #ffmpeg-devel
abdo has joined #ffmpeg-devel
Son_Goku has joined #ffmpeg-devel
jluthra has joined #ffmpeg-devel
Nightrose has joined #ffmpeg-devel
Dmitri_Ovch has joined #ffmpeg-devel
bossjones has joined #ffmpeg-devel
ChanServ has joined #ffmpeg-devel
haxar has joined #ffmpeg-devel
jess has joined #ffmpeg-devel
rom1v has joined #ffmpeg-devel
courmisch has joined #ffmpeg-devel
JEEB has joined #ffmpeg-devel
Coinflipper has joined #ffmpeg-devel
Manouchehri has joined #ffmpeg-devel
pv has joined #ffmpeg-devel
CounterPillow has joined #ffmpeg-devel
rcombs has joined #ffmpeg-devel
funman has joined #ffmpeg-devel
khrbtxyz has joined #ffmpeg-devel
markh has joined #ffmpeg-devel
nevcairiel has joined #ffmpeg-devel
lemourin has joined #ffmpeg-devel
AMM has joined #ffmpeg-devel
haasn has joined #ffmpeg-devel
klaxa has joined #ffmpeg-devel
DodoGTA has joined #ffmpeg-devel
termos has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20354 avcodec/exif: also copy zero termination for AV_TIFF_STRING (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20354#issuecomment-4604) by j⁠amrial
Everything has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] Pull request #20352 merged: libjxldec/libjxlenc: fix leaks (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20352) by j⁠amrial
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20301 avfilter/vf_colordetect: add aarch64 asm (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20301#issuecomment-4607) by q⁠uink
microlappy has joined #ffmpeg-devel
microlappy has quit [Remote host closed the connection]
gdjbrassik has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] Pull request #20355 opened: avcodec/libjxldec: consume input on error (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20355) by T⁠raneptora
minimal has joined #ffmpeg-devel
Xe has quit [Server closed connection]
Xe has joined #ffmpeg-devel
<haasn> Lynne: cct exists
<Lynne> software frames only
<Lynne> 6k and 8k is too much for most CPUs, slice threading or not
<haasn> I guess you want the ability to set an exact kelvin value?
<haasn> Oh that one also still hard codes bt709
<kepstin> looks like that's a relative colour adjustment, not absolute, so i'm not sure setting a value in K would be meaningful?
<kepstin> it looks like a value of 0 doesn't actually mean "convert to 6500K", but rather "no change"?
<Lynne> haasn: yeah, that's right, could you also relax the 2500K limit down to ~1500K (candle light)
<Lynne> what's hardcoded to bt709?
futurelugia has quit [Remote host closed the connection]
<haasn> Tbh I’d rather we add a field for the custom whitepoint to the color_space enum
<haasn> s/enum/struct/
<haasn> Or I guess we can already do that, via the mastering primaries?
<haasn> Actually maybe there is nothing to do here
<haasn> Just set the whitepoint of your metadata correctly
<haasn> And it should just work (tm)
futurelugia has joined #ffmpeg-devel
<Lynne> ffmpeg can't set whitepoint, involving lavfi is something I'd love to avoid, adding side data just for the whitepoint is cumbersome, and the setting is there already
<kepstin> iirc whitepoints are normally specified as x,y colour coordinates? mapping those to cct is a bit of annoying math since the colour temperature curve is a weird non-linear thing. Annoyingly, D65 is actually 6504K cct.
witchymary has quit [Remote host closed the connection]
<kepstin> that non-linearity also means that "5000K to 3500K" and "9300K to 7800K" are very different things, despite both being -1500K :/
witchymary has joined #ffmpeg-devel
desmond-netint has quit [Quit: rcirc on GNU Emacs 26.3]
Kimapr has quit [Remote host closed the connection]
___nick___ has joined #ffmpeg-devel
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
Kimapr has joined #ffmpeg-devel
___nick___ has joined #ffmpeg-devel
___nick___ has quit [Client Quit]
___nick___ has joined #ffmpeg-devel
uau has quit [Quit: ZNC 1.9.1+deb2+b3 - https://znc.in]
mkver has quit [Ping timeout: 256 seconds]
mkver has joined #ffmpeg-devel
uau has joined #ffmpeg-devel
Everything has quit [Ping timeout: 256 seconds]
desmond-netint has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20325 A few new decoders and a parser from almpeg (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20325#issuecomment-4624) by m⁠ichaelni
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20354 avcodec/exif: also copy zero termination for AV_TIFF_STRING (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20354#issuecomment-4625) by m⁠ichaelni
ccawley2011 has quit [Ping timeout: 255 seconds]
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20321 avformat: add container level Exif metadata support (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20321#issuecomment-4626) by m⁠ichaelni
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20321 avformat: add container level Exif metadata support (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20321#issuecomment-4627) by j⁠amrial
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20321 avformat: add container level Exif metadata support (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20321#issuecomment-4628) by m⁠ichaelni
CoreX has joined #ffmpeg-devel
CoreX has quit [Excess Flood]
CoreX has joined #ffmpeg-devel
ccawley2011 has joined #ffmpeg-devel
Guest20 has joined #ffmpeg-devel
gdjbrassik has quit [Read error: Connection reset by peer]
Guest20 has quit [Quit: Client closed]
Antwon has joined #ffmpeg-devel
\\Mr_C\\ has joined #ffmpeg-devel
\\Mr_C\\ has quit [Remote host closed the connection]
___nick___ has quit [Ping timeout: 258 seconds]
\\Mr_C\\ has joined #ffmpeg-devel
Antwon has quit [Quit: Client closed]
ccawley2011 has quit [Ping timeout: 255 seconds]
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20301 avfilter/vf_colordetect: add aarch64 asm (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20301#issuecomment-4632) by m⁠storsjo
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20301 avfilter/vf_colordetect: add aarch64 asm (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20301#issuecomment-4633) by m⁠storsjo
ccawley2011 has joined #ffmpeg-devel
Guest2 has joined #ffmpeg-devel
Guest2 has quit [Client Quit]
System_Error has quit [Ping timeout: 272 seconds]
<haasn> Lynne: why avoid lavfi? are you an api user?
<haasn> just set the frame side data yourself
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20321 avformat: add container level Exif metadata support (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20321#issuecomment-4638) by j⁠amrial
ccawley2011 has quit [Ping timeout: 248 seconds]
<fjlogger> [FFmpeg/FFmpeg] Issue #20356 opened: "Error opening output file" with previously working command after Windows 11 Home N install (https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/20356) by g⁠rdofrro
iive has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] New comment on issue #20356 "Error opening output file" with previously working command after Windows 11 Home N install (https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/20356#issuecomment-4640) by g⁠rdofrro
<fjlogger> [FFmpeg/FFmpeg] Issue #20356 closed: "Error opening output file" with previously working command after Windows 11 Home N install (https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/20356) by g⁠rdofrro
Kimapr_ has joined #ffmpeg-devel
Kimapr has quit [Remote host closed the connection]
<BtbN> That guy seems very confused. "sudo" didn't fix it on my "Win11 Home N"
<JEEB> seems to be a thing in recent windows https://learn.microsoft.com/en-us/windows/advanced-settings/sudo/
minimal has quit [Quit: Leaving]
mkver has quit [Ping timeout: 248 seconds]
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20350 WIP: avcodec/sanm: updates (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20350#issuecomment-4643) by m⁠ichaelni
novaphoenix has quit [Quit: i quit]
novaphoenix has joined #ffmpeg-devel
ccawley2011 has joined #ffmpeg-devel
ccawley2011 has quit [Read error: Connection reset by peer]
elvis_a_presley1 has joined #ffmpeg-devel
elvis_a_presley1 is now known as elvis_a_presley
elvis_a_presley has quit [*.net *.split]