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
cone-638 has quit [Quit: transmission timeout]
thilo_ has quit [Ping timeout: 252 seconds]
thilo_ has joined #ffmpeg-devel
iive has quit [Quit: They came for me...]
haihao has quit [Remote host closed the connection]
haihao has joined #ffmpeg-devel
haihao has quit [Ping timeout: 252 seconds]
haihao has joined #ffmpeg-devel
haihao has quit [Ping timeout: 260 seconds]
haihao has joined #ffmpeg-devel
haihao has quit [Ping timeout: 252 seconds]
haihao has joined #ffmpeg-devel
Martchus_ has joined #ffmpeg-devel
Martchus has quit [Ping timeout: 260 seconds]
arch1t3cht0 has joined #ffmpeg-devel
jamrial has quit []
arch1t3cht has quit [Ping timeout: 246 seconds]
arch1t3cht0 is now known as arch1t3cht
haihao has quit [Ping timeout: 248 seconds]
haihao has joined #ffmpeg-devel
haihao has quit [Ping timeout: 252 seconds]
haihao has joined #ffmpeg-devel
MisterMinister has quit [Ping timeout: 255 seconds]
zsoltiv_ has quit [Ping timeout: 246 seconds]
kasper93 has quit [Ping timeout: 244 seconds]
haihao has quit [Ping timeout: 260 seconds]
haihao has joined #ffmpeg-devel
cone-989 has joined #ffmpeg-devel
<cone-989>
ffmpeg Martin Storsjö master:fd1ea75c937d: libavutil: Fix building libavutil/tests/cpu for aarch64 without SVE
haihao has quit [Ping timeout: 260 seconds]
haihao has joined #ffmpeg-devel
mkver has joined #ffmpeg-devel
haihao has quit [Ping timeout: 244 seconds]
haihao has joined #ffmpeg-devel
ngaullier has joined #ffmpeg-devel
<cone-989>
ffmpeg Lynne master:934be0ff50fb: vulkan_encode_h264: fix rate control VBV values
<cone-989>
ffmpeg Lynne master:81c6e6c9eeb2: vulkan_encode_h265: fix rate control VBV values
<cone-989>
ffmpeg Lynne release/7.1:0482410818e0: vulkan_encode_h264: fix rate control VBV values
<cone-989>
ffmpeg Lynne release/7.1:9ada04faa378: vulkan_encode_h265: fix rate control VBV values
kasper93 has joined #ffmpeg-devel
<JEEB>
hmm, the comment in ffmpeg.c says that progress stats should only take into account first video and audio... that's then interesting that lack of content containing teletext packets leads to the system thinking it's running with speed <= 1x
paulk has quit [Ping timeout: 246 seconds]
paulk has joined #ffmpeg-devel
<JEEB>
ok, so scheduler's last_dts is what's being utilized for that calculation
auri_ has quit []
auri has joined #ffmpeg-devel
philipl has quit [Ping timeout: 246 seconds]
philipl has joined #ffmpeg-devel
<cone-989>
ffmpeg Martin Storsjö master:bd22d7e60193: configure: Silence Xcode warnings about duplicate libraries
___nick___ has joined #ffmpeg-devel
___nick___ has quit [Client Quit]
___nick___ has joined #ffmpeg-devel
Traneptora has quit [Quit: Quit]
arbitercoin has joined #ffmpeg-devel
IndecisiveTurtle has joined #ffmpeg-devel
jamrial has joined #ffmpeg-devel
___nick___ has quit [Ping timeout: 276 seconds]
__nick__ has joined #ffmpeg-devel
rvalue has quit [Read error: Connection reset by peer]
Krowl has quit [Read error: Connection reset by peer]
Krowl has joined #ffmpeg-devel
<King_DuckZ>
JEEB: sorry to bother mate, do you have any advices on how to run multicat? trying multicat '@239.1.86.1/ifaddr=192.168.245.109' /media/pi/PCAP/multicat/ and it crashes
<King_DuckZ>
it says warning: invalid RTP packet received // malloc(): corrupted top size // SIGABRT
<King_DuckZ>
can't find much online either... but does that mean my stream is so borked I can't even capture it?
<JEEB>
King_DuckZ: look at the readme in the repo :P there is an option for raw multicast instead of it being RTP
<JEEB>
one for input and one for output
Krowl has quit [Read error: Connection reset by peer]
Guest9791 has quit [Ping timeout: 252 seconds]
ccawley2011 has joined #ffmpeg-devel
MisterMinister has joined #ffmpeg-devel
cone-989 has quit [Quit: transmission timeout]
<King_DuckZ>
JEEB: this? /srcaddr=XXX.XXX.XXX.XXX (source address for raw packets)
<King_DuckZ>
I don't understand how it works, should I use the same IP twice or what should I set as the srcaddr?
ngaullier has quit [Ping timeout: 248 seconds]
__nick__ has quit [Ping timeout: 252 seconds]
___nick___ has joined #ffmpeg-devel
Sean_McG has joined #ffmpeg-devel
<jamrial>
elenril: btw, in the subject of display matrix, what do you think about AVStreamGroupTileGrid having a side data (packet type) field?
<jamrial>
i don't suggest adding one to AVStreamGroup directly, because it'd be really hard to define what do they apply to
<elenril>
is there a use case for it?
<elenril>
seems overly heavy if it's just for displaymatrix
<jamrial>
any packet side data type that would apply to a normal individual avstream could apply to the stitched result of this group
<jamrial>
like frame cropping, but too late for that one
<elenril>
can you actually express such things in mp4?
<jamrial>
yes, the ipco box stores properties like extradata (hvcC, av1C, for the individual streams), and, ICC profiles, display matrix that can apply to either individual streams, or the grid
<jamrial>
i have samples with ICC profile (and the rotation) that applies to the grid that we're not exporting right now
microlappy has joined #ffmpeg-devel
<jamrial>
is anyone else having trouble fetching from the repo?