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
thilo has quit [Ping timeout: 276 seconds]
System_Error has quit [Remote host closed the connection]
thilo has joined #ffmpeg-devel
System_Error has joined #ffmpeg-devel
englishm has quit [Server closed connection]
englishm has joined #ffmpeg-devel
cosminaught has quit [Server closed connection]
cosminaught has joined #ffmpeg-devel
kurosu has quit [Server closed connection]
kurosu has joined #ffmpeg-devel
averne_ has joined #ffmpeg-devel
^Neo has quit [Ping timeout: 265 seconds]
averne_ is now known as averne
averne has quit [Ping timeout: 265 seconds]
mkver has quit [Ping timeout: 264 seconds]
jamrial has quit []
Martchus_ has joined #ffmpeg-devel
Martchus has quit [Ping timeout: 264 seconds]
^Neo has joined #ffmpeg-devel
^Neo has quit [Changing host]
^Neo has joined #ffmpeg-devel
^Neo has quit [Ping timeout: 265 seconds]
pengvado_ is now known as pengvado
HarshK23 has joined #ffmpeg-devel
System_Error has quit [Remote host closed the connection]
<courmisch>
no, I mean the report seems to be quite short and quite dated
cone-516 has joined #ffmpeg-devel
<cone-516>
ffmpeg sunyuechi master:a0a89efd0778: Fix the tail handling in R-V V sad
qesat60 has quit [Server closed connection]
qesat60 has joined #ffmpeg-devel
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg-devel
witchymary has quit [Server closed connection]
witchymary has joined #ffmpeg-devel
gnafu has quit [Server closed connection]
gnafu has joined #ffmpeg-devel
philipl has quit [Server closed connection]
philipl has joined #ffmpeg-devel
pross has joined #ffmpeg-devel
<fflogger>
[editedticket] fildens: Ticket #11430 ([ffmpeg] ffmpeg 7.x There are no speed and time statistics if there are data streams in the SRT stream) updated https://trac.ffmpeg.org/ticket/11430#comment:2
<DecentLeader>
is there any way to automatically assign function ptr values to s->special[] array?
jamrial has joined #ffmpeg-devel
<DecentLeader>
jamrial: do you know an answer?
<jamrial>
can't think of a way
<courmisch>
you can assign an array to an array of the same size and type
<DecentLeader>
the functions are generated via #include "xxx_template.c" (several layers)
<DecentLeader>
i think the only way is via using preprocessor to collect all generated functions, but that still can fix the assign problem
<DecentLeader>
*cant
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg-devel
^Neo has joined #ffmpeg-devel
^Neo has quit [Changing host]
^Neo has joined #ffmpeg-devel
mkver has joined #ffmpeg-devel
<BBB>
DecentLeader: ask chatgpt to write it out for you
abdu4 has joined #ffmpeg-devel
abdu has quit [Ping timeout: 240 seconds]
Teukka has quit [Read error: Connection reset by peer]
Teukka has joined #ffmpeg-devel
Teukka has joined #ffmpeg-devel
abdu78 has joined #ffmpeg-devel
abdu4 has quit [Ping timeout: 240 seconds]
mkver has quit [Ping timeout: 244 seconds]
kierank has joined #ffmpeg-devel
<DecentLeader>
BBB: but what to ask chatgpt?
mkver has joined #ffmpeg-devel
<DecentLeader>
i just got trivial examples that are not solving it for first tried question
<DecentLeader>
i can send it full examples but than it will probably panic whole service...
<DecentLeader>
i tried once before similar questions (to MS service - not OpenAI) to write source code example for some audio IIR less known processing stack, it never gave any source code just wall of useless text
elvis_a_presley has quit [Quit: smoke-bomb ; grapple-hook]
elvis_a_presley has joined #ffmpeg-devel
<DecentLeader>
i anyone fixed this for me, i will go back to ffmpeg, and will merge all librempeg additions to ffmpeg!
<DecentLeader>
the issue here is that i can not assign some element of big array of global array
<DecentLeader>
the only way to assign values is to do it all at once
<DecentLeader>
the "solution" is using another function which will do the assigment, but than how you will call that another function
<DecentLeader>
because that another function will also need to have same simpler pattern in its name suffixes
abdu78 has quit [Ping timeout: 240 seconds]
<DecentLeader>
is there way to auto-grow C macro somehow?
<Compn>
DecentLeader, there is code based chatgpt , you might have to grab the code seed thing
<DecentLeader>
currently using chatgpt 4o mini
<DecentLeader>
perhaps i could try github copilot?
<Compn>
what prompt are you using
<DecentLeader>
the most dumb - free one without signup
<Compn>
i meant you have to do "write c code to expand this macro"
<Compn>
DecentLeader, do you want a computer + gpu capable of running chatgtp/ai ?
<Compn>
its not enough to have just the gpu, since most people have to upgrade the mobo, and then psu. might as well go for full computer at that point
<DecentLeader>
well, looks like I must sign-up so that they can track me now on
<Compn>
thats why we can get you a computer and then you can run it locally no signup
<Compn>
no waiting times, NO LIMIT
<DecentLeader>
Compn: i'm not planning to run ChatGPT i only want to find answer to critical question
<DecentLeader>
now i can easily add more special variants without need to manually insert new elements in such table, as its now automatically populated
<Marth64>
am i just crazy or there are no good tools out there to declare chapter markers while watching something
<Marth64>
i am better off making subtitle cues with a subbing tool then turning the times to a chapter file
<Marth64>
eg. i want to be able to go through a movie and click and say "chapter marker here, pls save time in nanos"
<Lynne>
its not very comfortable, but I think you can output the ffmetadata to a file, modify it, and then mux it back
<Marth64>
i just leave sidecar .ffmeta files now with chapter markers and leave them out of the muxed video