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.1 has been released! | Please read ffmpeg.org/developer.html#Code-of-conduct
kasper93 has joined #ffmpeg-devel
<kierank>
Not sure when I'll be able to reinstall those macs
<BtbN>
Did they shred themselves that badly?
<kasper93>
isn't macos should be easy to work with?
<pross>
TheVibeCoder: how would you demux a format that has audio and video stored in seperate sections of the file, with no 'interleaving' information?
<pross>
the only solution i can think of is to continuously seek between sections of the file and return the packets
<TheVibeCoder>
that is very bad way
<TheVibeCoder>
demux separately
<pross>
if the demuxer first emits all the audio packets, then it emits all the video packets, this is a problem also. only works for small files.
<Lynne>
pross: we have code to handle that, I'm pretty sure
<TheVibeCoder>
hacks are not allowed
<TheVibeCoder>
see non-interleaved avi
<pross>
no *more* hacks
<Yalda[m]>
pross: I can run it on my machine with some guidance if its surface level stack traces you're looking for
<Yalda[m]>
It's an M3
rodgort` has joined #ffmpeg-devel
dionisis has quit [Remote host closed the connection]
dionisis has joined #ffmpeg-devel
rodgort has quit [Ping timeout: 272 seconds]
indecisiveturtle has quit [Ping timeout: 260 seconds]
<TheVibeCoder>
ffmpeg devs still limited to 80x25 chars display
<TheVibeCoder>
hilarious
jarthur has joined #ffmpeg-devel
<TheVibeCoder>
pross: what is in such .scm animations ?
jarthur has quit [Quit: jarthur]
___nick___ has joined #ffmpeg-devel
<pross>
totally forgot about the column count. i mostly program full screen in vi. will fix
<pross>
TheVibeCoder: .scm content is mostly Windows 3.11 or '95 screencasts with audio. they were light years ahead of twitch :)
<TheVibeCoder>
pross: do you work on covox adpcm?
<pross>
Not heard of that one. I have the following new adpcms working my repo: Rhetorex, Citrix, ZyXEL, Rockwell, GeoVision/Norcom/UHER
mkver has joined #ffmpeg-devel
<pross>
what else is outstanding in my repo. BLOX decoder. Rockwell DigiTalk decoder. Philips LPCBB decoder. DICOM demuxer and decoder. Qmage2 decoder & encoder.
indecisiveturtle has quit [Ping timeout: 265 seconds]
indecisiveturtle has joined #ffmpeg-devel
LainIwakura50 has joined #ffmpeg-devel
LainIwakura has quit [Ping timeout: 272 seconds]
mkver has quit [Ping timeout: 244 seconds]
ccawley2011 has quit [Ping timeout: 265 seconds]
ccawley2011 has joined #ffmpeg-devel
kasper93_ has joined #ffmpeg-devel
kasper93 is now known as Guest6622
Guest6622 has quit [Killed (calcium.libera.chat (Nickname regained by services))]
kasper93_ is now known as kasper93
b50d has joined #ffmpeg-devel
kasper93 has quit [Read error: Connection reset by peer]
indecisiveturtle has quit [Ping timeout: 248 seconds]
kasper93 has joined #ffmpeg-devel
b50d has quit [Quit: Leaving]
ccawley2011 has quit [Ping timeout: 265 seconds]
ccawley2011 has joined #ffmpeg-devel
b50d has joined #ffmpeg-devel
zsoltiv__ has joined #ffmpeg-devel
zsoltiv has quit [Ping timeout: 252 seconds]
zsoltiv__ is now known as zsoltiv
zsoltiv_ has quit [Ping timeout: 252 seconds]
zsoltiv_ has joined #ffmpeg-devel
blb has quit [Ping timeout: 260 seconds]
blb has joined #ffmpeg-devel
b50d_ has joined #ffmpeg-devel
mkver has joined #ffmpeg-devel
kasper93 has quit [Read error: Connection reset by peer]
b50d_ has quit [Remote host closed the connection]
b50d has quit [Ping timeout: 248 seconds]
kasper93 has joined #ffmpeg-devel
Yalda[m] is now known as Yalda
<Yalda>
pross: no problem, trying now. also I oddly remember Qmage2. I had customized a boot animation for a phone long time ago
<Yalda>
ancient
ccawley2011 has quit [Ping timeout: 248 seconds]
ccawley2011 has joined #ffmpeg-devel
LainIwakura50 has quit [Ping timeout: 272 seconds]
kasper93 has quit [Remote host closed the connection]
<Yalda>
pross: it passes on my machine, which is M3 Max. I will have access to an M1 later I can try again on that. I also did a quick resample, followed by a listen test, and both passed, as such: ffmpeg -i fate-suite/g728/CW3.g728 -c:a pcm_s16le -ar 48000 -f null -
<Yalda>
nice little beep sound
HarshK23 has quit [Quit: Connection closed for inactivity]
<Yalda>
(listen test after resample, i wrote it to matroska)
kasper93 has joined #ffmpeg-devel
LainIwakura has joined #ffmpeg-devel
___nick___ has quit [Ping timeout: 240 seconds]
___nick___ has joined #ffmpeg-devel
indecisiveturtle has joined #ffmpeg-devel
<pross>
Yalda: thanks. there must be another variable (like compiler version). its crahsing on azure hosted mac fate runner. i am tempted to create an account there just to get to the bottom of it.
___nick___ has quit [Ping timeout: 248 seconds]
<Yalda>
pross: np. I'm `Apple clang version 17.0.0 (clang-1700.0.13.5)` as a data point for you