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.1 has been released! | Please read ffmpeg.org/developer.html#Code-of-conduct
cone-515 has joined #ffmpeg-devel
<cone-515> ffmpeg James Almer master:2aab4e4cc0b4: avformat/iamf_writer: disallow Opus extradata with mapping family other than 0
<cone-515> ffmpeg James Almer master:9ce065c90dec: avformat/iamf_parse: sanitize audio_roll_distance values
<cone-515> ffmpeg James Almer release/7.0:fdd3e3504eba: avformat/iamf_parse: sanitize audio_roll_distance values
<cone-515> ffmpeg James Almer release/7.0:1ef18d022373: avformat/iamf_writer: disallow Opus extradata with mapping family other than 0
mkver has quit [Ping timeout: 248 seconds]
lexano has quit [Ping timeout: 248 seconds]
thilo has quit [Ping timeout: 252 seconds]
thilo has joined #ffmpeg-devel
arch1t3cht7 has joined #ffmpeg-devel
arch1t3cht has quit [Ping timeout: 276 seconds]
arch1t3cht7 is now known as arch1t3cht
derpydoo has quit [Ping timeout: 248 seconds]
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg-devel
Kei_N_ has joined #ffmpeg-devel
Kei_N has quit [Ping timeout: 252 seconds]
lemourin has quit [Quit: The Lounge - https://thelounge.chat]
lemourin has joined #ffmpeg-devel
cone-515 has quit [Quit: transmission timeout]
Martchus_ has joined #ffmpeg-devel
Martchus has quit [Ping timeout: 276 seconds]
jamrial has quit []
haihao_ has quit [Ping timeout: 252 seconds]
haihao_ has joined #ffmpeg-devel
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg-devel
HarshK23 has joined #ffmpeg-devel
aphysically has joined #ffmpeg-devel
aphysically has quit [Ping timeout: 252 seconds]
Livio has joined #ffmpeg-devel
Kei_N_ has quit [Read error: Connection reset by peer]
Kei_N has joined #ffmpeg-devel
AbleBacon has quit [Read error: Connection reset by peer]
Livio has quit [Ping timeout: 276 seconds]
jkqxz has quit [Ping timeout: 245 seconds]
jkqxz has joined #ffmpeg-devel
Livio has joined #ffmpeg-devel
cone-700 has joined #ffmpeg-devel
<cone-700> ffmpeg Tong Wu master:5c8523cef119: lavc/hw_base_encode: correct the timestamp when input_order = decode_delay
j45 has quit [Ping timeout: 260 seconds]
j45 has joined #ffmpeg-devel
j45 has quit [Changing host]
j45 has joined #ffmpeg-devel
mkver has joined #ffmpeg-devel
ccawley2011 has joined #ffmpeg-devel
Livio has quit [Ping timeout: 248 seconds]
IndecisiveTurtle has joined #ffmpeg-devel
jamrial has joined #ffmpeg-devel
IndecisiveTurtle has quit [Ping timeout: 245 seconds]
<elenril> mkver: ping yuvj
<Lynne> at this point OSS audio was deprecated and unsed for less time than us deprecating YUVJ
<elenril> isn't OSS still the thing to use on bsd?
cone-700 has quit [Quit: transmission timeout]
<Lynne> I forgot about bsd :)
<Lynne> on linux the kernel version was deprecated for 10+ years, but universally distros enabled it as the padsp compat layer wasn't great
<psykose> poor dre :(
deus0ww_ has quit [Quit: Textual IRC Client: www.textualapp.com]
<kurosu> jamrial: feels like some code behind #ifdef for lcevc could avoid that and only depend on setting need_lcevc &=CONFIG_LIBLCEVC_DEC. Really, it may only make sense if there would be a native decoder
<jamrial> kurosu: true, but this way i remove a couple branches
<kurosu> They are likely highly predictable. But doesn't matter much one way or another
<kurosu> I imagine the real goal will be as an EL to HEVC (Br TV3.0 yadi yada)
Livio has joined #ffmpeg-devel
ccawley2011 has quit [Read error: Connection reset by peer]
<another|> hmm.. so a post popped up in my mastodon feed, claiming aac_he_v2 was broken with libfdk-aac > 0.1.6
Krowl has joined #ffmpeg-devel
<another|> does anyone have a build with fdk handy and can reproduce?
derpydoo has joined #ffmpeg-devel
Livio has quit [Ping timeout: 255 seconds]
<Traneptora> another|: can reproduce
<Traneptora> using 1.0.6-1 from arch repos for fdk-aac
elvis_a_presley has quit [Quit: smoke-bomb ; grapple-hook]
elvis_a_presley has joined #ffmpeg-devel
Livio has joined #ffmpeg-devel
<another|> couple of notes: fdkaac seems to just be a frontend and is irrelevant. libfdk-aac being the relevant lib package
<Lynne> wbs maintains the package
<another|> well, this is weird. what does `N-95774-g97fd5d3363` actually mean
<jamrial> that's the ffmpeg commit
<another|> I thought it counted commits since origin tag N
<another|> plus git commit hash
<another|> but this is just 4 commits back from HEAD
<another|> and my compile from HEAD has a number ~20k higher
<Traneptora> libfdk-aac version 2.0.3-1
Krowl has quit [Read error: Connection reset by peer]
<another|> I can reproduce this exact behaviour. however, `c=stereo` fixes it
<another|> I think SBR needs 2 channels?
<Traneptora> another|: yea, adding -ac 2 fixes it
<another|> ah, no
<another|> the error message is misleading
<another|> aac_he works fine. what actually fails is parametric stereo
<another|> e.g. the thing that makes it he_v2
<another|> s/e.g./i.e./
<another|> the name kinda gives it away :D
<Traneptora> another|:I thought SBR was made it he_v2
<Traneptora> ah, nvm
<Traneptora> AAC_HE is SBR, and HEv2 is SBR-PS
<Traneptora> > The usage profile HE-AAC v1 uses spectral band replication (SBR) to enhance the modified discrete cosine transform (MDCT) compression efficiency in the frequency domain.[3] The usage profile HE-AAC v2 couples SBR with Parametric Stereo (PS) to further enhance the compression efficiency of stereo signals.
<Traneptora> there you go
Krowl has joined #ffmpeg-devel
Livio has quit [Ping timeout: 252 seconds]
Marth64 has joined #ffmpeg-devel
Livio has joined #ffmpeg-devel
<another|> hmm.. looking at b63df9b52705790fb0c6702254a63710d3f007d2
<another|> >Note that option is available when fdk-aac version (AACENCODER_LIB_VL0.AACENCODER_LIB_VL1.AACENCODER_LIB_VL2) > (4.0.0).
<another|> current version seems to be 2.0.3 though?
<another|> ah, okay. that's an internal version number in fdk
Sean_McG has quit [Quit: leaving]
Krowl has quit [Read error: Connection reset by peer]
aljazmc has joined #ffmpeg-devel
ccawley2011 has joined #ffmpeg-devel
AbleBacon has joined #ffmpeg-devel
Krowl has joined #ffmpeg-devel
aljazmc has quit [Quit: Leaving]
ChanServ has quit [shutting down]
ChanServ has joined #ffmpeg-devel
Krowl has quit [Read error: Connection reset by peer]
Livio has quit [Ping timeout: 248 seconds]
compnn has joined #ffmpeg-devel
compnnn has quit [Read error: Connection reset by peer]
ccawley2011 has quit [Read error: Connection reset by peer]
zip6como9 has joined #ffmpeg-devel
signalhunter7 has joined #ffmpeg-devel
unturned3_ has joined #ffmpeg-devel
fennewald_ has joined #ffmpeg-devel
Guest8044_ has joined #ffmpeg-devel
kurosu_ has joined #ffmpeg-devel
Coinflip- has joined #ffmpeg-devel
Coinflipper has quit [Quit: ​]
galad has quit [Read error: Connection reset by peer]
rcombs has quit [Quit: ZNC - http://znc.in/ZNC]
fennewald has quit [Ping timeout: 258 seconds]
Guest8044 has quit [Ping timeout: 258 seconds]
fennewald_ is now known as fennewald
Guest8044_ is now known as Guest8044
Coinflip- is now known as Coinflipper
galad_ has joined #ffmpeg-devel
signalhunter has quit [Read error: Connection reset by peer]
pal has quit [Read error: Connection reset by peer]
signalhunter7 is now known as signalhunter
zip6como has quit [Read error: Connection reset by peer]
zip6como9 is now known as zip6como
AndrewSayers has quit [Ping timeout: 258 seconds]
RT|AO has quit [Ping timeout: 258 seconds]
unturned3 has quit [Ping timeout: 258 seconds]
unturned3_ is now known as unturned3
pal has joined #ffmpeg-devel
RT|AO has joined #ffmpeg-devel
kurosu has quit [Ping timeout: 258 seconds]
kurosu_ is now known as kurosu
AndrewSayers has joined #ffmpeg-devel
rcombs has joined #ffmpeg-devel