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.1 has been released! | Please read ffmpeg.org/developer.html#Code-of-conduct
<cone-580> ffmpeg Martin Schitter master:6a735e33888a: RELEASE: update release number after release/7.1 branch
<cone-580> ffmpeg jinbo master:e6ecc1e7572d: swscale: Fix conflicting types for loongarch
vipyne has joined #ffmpeg-devel
vipyne has quit [Ping timeout: 276 seconds]
deus0ww has quit [Ping timeout: 248 seconds]
deus0ww has joined #ffmpeg-devel
IndecisiveTurtle has quit [Ping timeout: 246 seconds]
<cone-580> ffmpeg Marvin Scholz master:f5e2914a89c2: libavutil/vulkan: fix flexible array struct allocation
<cone-580> ffmpeg Lynne master:80a0567a2f94: vulkan: fix ImageView flexible array struct allocation
iive has quit [Quit: They came for me...]
vipyne has joined #ffmpeg-devel
haihao has quit [Remote host closed the connection]
vipyne has quit [Ping timeout: 248 seconds]
haihao has joined #ffmpeg-devel
feiw has quit [Ping timeout: 252 seconds]
feiw has joined #ffmpeg-devel
thilo_ has quit [Ping timeout: 252 seconds]
thilo_ has joined #ffmpeg-devel
auto has joined #ffmpeg-devel
<cone-580> ffmpeg James Almer master:bb37d3c33e57: swscale/input: add AYUV input support
<cone-580> ffmpeg James Almer master:ec7f5e314dbb: swscale/input: add UYVA input support
<cone-580> ffmpeg James Almer master:ea05edc9e050: swscale/input: add VYU444 input support
<cone-580> ffmpeg James Almer master:04612351ab52: swscale/input: add V30X input support
haihao has quit [Remote host closed the connection]
haihao has joined #ffmpeg-devel
vipyne has joined #ffmpeg-devel
haihao has quit [Remote host closed the connection]
haihao has joined #ffmpeg-devel
tufei_ has joined #ffmpeg-devel
tufei__ has quit [Ping timeout: 260 seconds]
arch1t3cht2 has joined #ffmpeg-devel
arch1t3cht has quit [Ping timeout: 252 seconds]
arch1t3cht2 is now known as arch1t3cht
jamrial has quit []
vipyne has quit [Quit: Leaving.]
blb has quit [Ping timeout: 246 seconds]
blb has joined #ffmpeg-devel
Martchus has joined #ffmpeg-devel
Martchus_ has quit [Ping timeout: 265 seconds]
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg-devel
cone-580 has quit [Quit: transmission timeout]
auto has quit [Quit: Client closed]
blb has quit [Quit: brb]
pross has joined #ffmpeg-devel
<Marth64> bdmv with seeking and truehd fix -> https://paste.debian.net/hidden/93f6488f/
<Marth64> not much left except segment extraction and testing
<Marth64> seeking isn't perfect but works pretty good for now
<Marth64> extract mpls 800 with ffmpeg concating and demuxing the segments directly: -f bdmv -mode direct -item 800
IndecisiveTurtle has joined #ffmpeg-devel
<Marth64> play it back with libbluray's filtering: ./mpv --msg-level=ffmpeg=info "av://bdmv:$IN" --demuxer-lavf-o=mpls=800
<Marth64> --demuxer-lavf-o=item=800 *
averne has quit [Ping timeout: 265 seconds]
<Lynne> I'm going to test it immediately
<Lynne> Marth64: --demuxer-lavf-o=item=800 causes a segfault
<Lynne> otherwise, runs pretty good
ngaullier has joined #ffmpeg-devel
<Lynne> seeking is a million times better than mpv's demuxer
<Marth64> thank you Lynne. I'll check on that segfault
ngaullier has quit [Quit: Leaving]
Krowl has joined #ffmpeg-devel
<compnnn> mpv and its stupid double -dash-
<Lynne> yeah, worse CLI decision in history
<Lynne> I still haven't gotten used to single dash which allows you to omit the =
<Marth64> i only use
<Marth64> it for basic testing but should spend some time to learn it
haihao has quit [Remote host closed the connection]
haihao has joined #ffmpeg-devel
haihao has quit [Remote host closed the connection]
haihao has joined #ffmpeg-devel
feiw has quit [Ping timeout: 252 seconds]
feiw has joined #ffmpeg-devel
ccawley2011 has joined #ffmpeg-devel
Krowl has quit [Read error: Connection reset by peer]
Krowl has joined #ffmpeg-devel
Krowl has quit [Read error: Connection reset by peer]
haihao has quit [Ping timeout: 272 seconds]
haihao has joined #ffmpeg-devel
averne has joined #ffmpeg-devel
Krowl has joined #ffmpeg-devel
averne_ has joined #ffmpeg-devel
averne has quit [Ping timeout: 252 seconds]
averne_ is now known as averne
j45 has quit [Ping timeout: 276 seconds]
j45_ has joined #ffmpeg-devel
j45_ is now known as j45
j45 has quit [Changing host]
j45 has joined #ffmpeg-devel
clarkh_ has joined #ffmpeg-devel
auto has joined #ffmpeg-devel
averne has quit [Ping timeout: 264 seconds]
averne has joined #ffmpeg-devel
ngaullier has joined #ffmpeg-devel
<Traneptora> Lynne: don't use -opt foo, it's deprecated syntax and subject to removal at any time
<Traneptora> --opt=foo is awkward but not deprecated
<Lynne> its not that it's only awkward, its that you sometimes have no choice but to use it
<Lynne> --sub-file="directory with a path/file" will not work
<Traneptora> Lynne: it does work though, iirc
<Traneptora> if you go --sub-file=foodir/barfile.ass, that should work and if it doesn't it should be reported as a bug
<Lynne> seems explicit paths or relative paths don't work?
<Lynne> like /mnt/whatever and ~/mount/whatever
j45 has quit [Ping timeout: 276 seconds]
j45 has joined #ffmpeg-devel
j45 has joined #ffmpeg-devel
j45 has quit [Changing host]
Krowl has quit [Read error: Connection reset by peer]
<Traneptora> Lynne: they should, ~/ is not expanded by the shell though
<Traneptora> which it normally is, cause it's a shell expansion
tufei_ has quit [Remote host closed the connection]
tufei_ has joined #ffmpeg-devel
cone-226 has joined #ffmpeg-devel
<cone-226> ffmpeg Niklas Haas master:ea228fc41524: swscale/rgb2xyz: minor style fixes
<cone-226> ffmpeg Niklas Haas master:9d8f5141cf7d: swscale/rgb2xyz: add explicit width parameter
<cone-226> ffmpeg Niklas Haas master:775de8c19d22: swscale/rgb2xyz: follow convention on image pointers and strides
<cone-226> ffmpeg Niklas Haas master:403a20b2e61e: swscale/rgb2xyz: expose these functions internally
<cone-226> ffmpeg Niklas Haas master:ec9985b54f68: swscale/internal: constify and expose ff_swscale()
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg-devel
jamrial has joined #ffmpeg-devel
Krowl has joined #ffmpeg-devel
<jamrial> courmisch: vvc in risvc seems broken
auto has quit [Ping timeout: 256 seconds]
<cone-226> ffmpeg Martin Storsjö master:77e629373526: arm: Consistently use proper interworking function returns
<cone-226> ffmpeg Martin Storsjö master:6668268e16b6: checkasm: lls: Use relative tolerances rather than absolute ones
Krowl has quit [Read error: Connection reset by peer]
clarkh_ has quit [Quit: Connection closed for inactivity]
<cone-226> ffmpeg Min Chen master:37842f2caa0f: avcodec/mfenc: add support for AV1 MF encoders
Krowl has joined #ffmpeg-devel
___nick___ has joined #ffmpeg-devel
___nick___ has quit [Client Quit]
___nick___ has joined #ffmpeg-devel
MikhailAMD has quit [Quit: Leaving]
MikhailAMD has joined #ffmpeg-devel
vipyne has joined #ffmpeg-devel
MikhailAMD has quit [Quit: Leaving]
MikhailAMD has joined #ffmpeg-devel
blb has joined #ffmpeg-devel
MikhailAMD has quit [Quit: Leaving]
MisterMinister has joined #ffmpeg-devel
<Lynne> err
<Lynne> youtube seem to have turned off opus for new encodes for some channels
System_Error has quit [Ping timeout: 260 seconds]
<Lynne> shit, yeah, popular channels have no opus encodes
<Lynne> they even stripped off old opus encodes
<Lynne> anyone know what's going on up there?
<jamrial> Lynne: tried a random eight months old video and it has opus
<another|> Lynne: yt-dlp seems to only show it sometimes on multiple tries of the video
<Lynne> oh, really weird
<another|> but the player on website plays opus
<Lynne> I don't know, could be a yt-dlp issue or it could be youtube doing A/B testing
<Lynne> since you usually get a single manifest rather than check each format individually
Krowl has quit [Read error: Connection reset by peer]
j45 has quit [Ping timeout: 260 seconds]
j45 has joined #ffmpeg-devel
j45 has quit [Changing host]
j45 has joined #ffmpeg-devel
j45_ has joined #ffmpeg-devel
j45 has quit [Ping timeout: 276 seconds]
j45_ is now known as j45
j45 has joined #ffmpeg-devel
j45 has quit [Changing host]
vipyne has quit [Quit: Leaving.]
<Lynne> haasn: could you look at the latest post in the "new packed pixel formats (machine vision)" thread?
<Lynne> the sender seems to want to implement proper bitpacked support in swscale
j45 has quit [Ping timeout: 248 seconds]
j45 has joined #ffmpeg-devel
j45 has quit [Changing host]
j45 has joined #ffmpeg-devel
vipyne has joined #ffmpeg-devel
j45 has quit [Ping timeout: 248 seconds]
j45 has joined #ffmpeg-devel
j45 has quit [Changing host]
j45 has joined #ffmpeg-devel
j45_ has joined #ffmpeg-devel
j45 has quit [Ping timeout: 276 seconds]
j45_ is now known as j45
j45 has quit [Changing host]
j45 has joined #ffmpeg-devel
Krowl has joined #ffmpeg-devel
j45_ has joined #ffmpeg-devel
j45 has quit [Ping timeout: 248 seconds]
j45 has joined #ffmpeg-devel
j45_ is now known as j45
auto has joined #ffmpeg-devel
j45_ has joined #ffmpeg-devel
j45 has quit [Ping timeout: 248 seconds]
j45_ is now known as j45
j45 has quit [Changing host]
j45 has joined #ffmpeg-devel
j45 has quit [Ping timeout: 276 seconds]
j45 has joined #ffmpeg-devel
j45 has quit [Changing host]
j45 has joined #ffmpeg-devel
j45_ has joined #ffmpeg-devel
j45 has quit [Ping timeout: 276 seconds]
j45_ is now known as j45
j45 has quit [Changing host]
j45 has joined #ffmpeg-devel
j45_ has joined #ffmpeg-devel
j45 has quit [Ping timeout: 276 seconds]
j45_ is now known as j45
j45 has quit [Changing host]
j45 has joined #ffmpeg-devel
j45 has quit [Ping timeout: 260 seconds]
j45 has joined #ffmpeg-devel
j45 has joined #ffmpeg-devel
j45 has quit [Changing host]
j45_ has joined #ffmpeg-devel
j45 has quit [Ping timeout: 260 seconds]
j45_ is now known as j45
j45 has quit [Changing host]
j45 has joined #ffmpeg-devel
darkdrgn2k has quit [Ping timeout: 255 seconds]
j45_ has joined #ffmpeg-devel
j45 has quit [Ping timeout: 248 seconds]
j45_ is now known as j45
j45 has quit [Changing host]
j45 has joined #ffmpeg-devel
IndecisiveTurtle has quit [Ping timeout: 244 seconds]
j45_ has joined #ffmpeg-devel
j45 has quit [Ping timeout: 248 seconds]
j45_ is now known as j45
j45 has quit [Changing host]
j45 has joined #ffmpeg-devel
IndecisiveTurtle has joined #ffmpeg-devel
<cone-226> ffmpeg Martin Schitter master:887726a7aaf1: libavcodec/: Add ID and desc for DNxUncompressed
<cone-226> ffmpeg Martin Schitter master:3cb648d5694d: libavformat/mxf: Add ULs for DNxUncompressed
<cone-226> ffmpeg Martin Schitter master:670153410295: libavcodec/dnxuc_parser: DNxUncompressed essence parser
beastd has joined #ffmpeg-devel
___nick___ has quit [Ping timeout: 276 seconds]
vipyne has quit [Quit: Leaving.]
vipyne has joined #ffmpeg-devel
vipyne has quit [Client Quit]
vipyne has joined #ffmpeg-devel
iive has joined #ffmpeg-devel
darkdrgn2k has joined #ffmpeg-devel
darkdrgn2k has quit [Changing host]
darkdrgn2k has joined #ffmpeg-devel
auto has quit [Quit: Client closed]
SuperFashi has quit [Quit: No Ping reply in 180 seconds.]
auto has joined #ffmpeg-devel
SuperFashi has joined #ffmpeg-devel
Krowl has quit [Quit: Krowl]
<auto> FGL is new frame boofer for any one?
paulk has joined #ffmpeg-devel
llyyrr has joined #ffmpeg-devel
arch1t3cht has quit [Quit: Ping timeout (120 seconds)]
arch1t3cht has joined #ffmpeg-devel
llyyr has quit [Ping timeout: 248 seconds]
llyyrr is now known as llyyr
ocrete has quit [Read error: Connection reset by peer]
q66 has quit [Ping timeout: 264 seconds]
Guest9001 has quit [Ping timeout: 264 seconds]
root has joined #ffmpeg-devel
root is now known as Guest7164
q66 has joined #ffmpeg-devel
zsoltiv_ has quit [Quit: Left]
zsoltiv_ has joined #ffmpeg-devel
<cone-226> ffmpeg Michael Niedermayer master:057b8c2066da: avformat/mov: Avoid overflow in dts
<cone-226> ffmpeg Michael Niedermayer master:c4122406f6d2: avformat/matroskadec: Check desc_bytes so bits fit in 64bit
<auto> hows lid off cource lighting on cisco putty for admins on the dash for equipment?
vipyne has quit [Quit: Leaving.]
Traneptora has quit [Quit: Quit]
auto has quit [Quit: Client closed]
auto has joined #ffmpeg-devel
vipyne has joined #ffmpeg-devel
Krowl has joined #ffmpeg-devel
Traneptora has joined #ffmpeg-devel
auto has quit [Quit: Client closed]
ngaullier has quit [Read error: Connection reset by peer]
System_Error has joined #ffmpeg-devel
Krowl has quit [Read error: Connection reset by peer]
beastd has quit [Quit: KVIrc 5.2.4 Quasar http://www.kvirc.net/]
vipyne has quit [Quit: Leaving.]
cone-226 has quit [Quit: transmission timeout]
vipyne has joined #ffmpeg-devel
IndecisiveTurtle has quit [Ping timeout: 244 seconds]
ccawley2011 has quit [Read error: Connection reset by peer]
vipyne has quit [Quit: Leaving.]