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
Venemo has quit [Remote host closed the connection]
deus0ww has quit [Ping timeout: 276 seconds]
deus0ww has joined #ffmpeg-devel
odrling has quit [Remote host closed the connection]
odrling has joined #ffmpeg-devel
Kei_N_ has joined #ffmpeg-devel
Kei_N has quit [Read error: Connection reset by peer]
Venemo has joined #ffmpeg-devel
Mirarora has quit [Quit: Mirarora encountered a fatal error and needs to close]
Venemo has quit [Changing host]
Venemo has joined #ffmpeg-devel
Mirarora has joined #ffmpeg-devel
thilo has quit [Ping timeout: 260 seconds]
thilo has joined #ffmpeg-devel
<Compn> jamrial, i mean mp4 files without qt-faststart that are missing the last part of the file. with the moov atom yes
<Compn> hey someone forked qtfaststart https://github.com/danielyaa5/qtfaststart2
<BtbN> more like re-wrote it in python _2_
mkver has quit [Ping timeout: 252 seconds]
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg-devel
Martchus_ has joined #ffmpeg-devel
Martchus has quit [Ping timeout: 248 seconds]
jamrial has quit []
Martchus has joined #ffmpeg-devel
Martchus_ has quit [Ping timeout: 265 seconds]
Kei_N has joined #ffmpeg-devel
Kei_N_ has quit [Ping timeout: 252 seconds]
Xafg has joined #ffmpeg-devel
<Xafg> Hello guys I know this is not the right place for questions but I don't understand one option that used to work but now doesn't - does the -map_metadata -1 option remove data such as the video creation date? Because it used to remove it but now it doesn't.
<Lynne> that's added by ffmpeg, its not from the original input, use -fflags +bitexact to remove it
<Xafg> I'll check it out, thanks for your help
<Xafg> -c:v libx264 -crf 25 -maxrate 6000k -bufsize 12000k -g 240 -preset medium -profile:v high -level 4.0 -b-pyramid strict -pix_fmt yuv420p -color_primaries bt709 -color_trc bt709 -colorspace bt709 -movflags +faststart -an -map_metadata -1 -fflags +bitexact
<Xafg> Next I have information about the file encoding date
<Xafg> I've already tried every possible command I found on the internet but nothing works.
abdu has joined #ffmpeg-devel
<Xafg> I just need to remove the file creation date, I use the x264 codec
Marth64 has joined #ffmpeg-devel
rvalue has quit [Ping timeout: 252 seconds]
rvalue has joined #ffmpeg-devel
abdu98 has joined #ffmpeg-devel
abdu has quit [Ping timeout: 240 seconds]
darkapex has quit [Quit: WeeChat 3.8]
darkapex has joined #ffmpeg-devel
rvalue has quit [Ping timeout: 248 seconds]
SupremeLeader has joined #ffmpeg-devel
rvalue has joined #ffmpeg-devel
* pross welcomes the SupremeLeader
<SupremeLeader> pross: what you work on?
<pross> g728
<pross> i also completed the other L&H codec, but have no idea what its doing internally
<SupremeLeader> how do you have so big motivation to work on speech-only codecs?
av500 has quit [Ping timeout: 248 seconds]
<pross> just want to learn
<SupremeLeader> learn speech codecs or REing ?
<SupremeLeader> i wish I had your persistence and motivation to work on REing speech codecs, its huge and hard task, imho much harder than REing lossless audio decoders.
<pross> in general, audio is harder than video
av500 has joined #ffmpeg-devel
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg-devel
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg-devel
microlappy has joined #ffmpeg-devel
microlappy has quit [Quit: Konversation terminated!]
microlappy has joined #ffmpeg-devel
microlappy has quit [Client Quit]
av500 has quit [Read error: Connection reset by peer]
jamrial has joined #ffmpeg-devel
ccawley2011 has joined #ffmpeg-devel
mkver has joined #ffmpeg-devel
<JEEB> BtbN: yes the old chinese flv extensions just added more ints
<JEEB> we previously nope'd out at them since they were not official (the new stuff at least is published by the entity "owning" FLV)
microlappy has joined #ffmpeg-devel
microlappy has quit [Client Quit]
av500 has joined #ffmpeg-devel
<fflogger> [editedticket] MasterQuestionable: Ticket #11217 ([ffmpeg] Output "-ss" memory consumption regression) updated https://trac.ffmpeg.org/ticket/11217#comment:15
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg-devel
<fflogger> [newticket] MasterQuestionable: Ticket #11411 ([avcodec] VVC generated by FFmpeg not playing by same-bundled FFplay?) created https://trac.ffmpeg.org/ticket/11411
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg-devel
ccawley2011 has quit [Read error: Connection reset by peer]
<thardin> wait a second.. stdlib has bsearch()?
Xafg has quit [Quit: Client closed]
<Traneptora> thardin: yup, since C89
<Traneptora> qsort too
<fflogger> [editedticket] frankplow: Ticket #11411 ([avformat] VVC generated by FFmpeg not playing by same-bundled FFplay?) updated https://trac.ffmpeg.org/ticket/11411#comment:1
<fflogger> [editedticket] frankplow: Ticket #11411 ([avformat] VVC generated by FFmpeg not playing by same-bundled FFplay?) updated https://trac.ffmpeg.org/ticket/11411#comment:2
<thardin> qsort() I knew about, but bsearch somehow escaped me
<thardin> we use it in a few places even. but not everywhere
cone-763 has joined #ffmpeg-devel
<cone-763> ffmpeg Leo Izen master:f651ca3a6838: avutil/frame.h: improve documentation for AV_FRAME_FLAG_LOSSLESS
<Lynne> thardin: it does, but its not guaranteed to be O(nlogn)
<Lynne> C standards committee hate everyone if they haven't made it clear enough with locales
<fflogger> [editedticket] jamrial: Ticket #11411 ([avformat] VVC support in Matroska) updated https://trac.ffmpeg.org/ticket/11411#comment:3
elvis_a_presley has quit [Quit: smoke-bomb ; grapple-hook]
elvis_a_presley has joined #ffmpeg-devel
<SupremeLeader> which IIR topology allows fastest SIMD processing implementation?
Kei_N_ has joined #ffmpeg-devel
Kei_N has quit [Read error: Connection reset by peer]
<SupremeLeader> no more ideas?
<SupremeLeader> for new modules?
<jamrial> SupremeLeader: giving the ambisonic filter the last touches?
<SupremeLeader> like?
<jamrial> support for more output layouts, options to apply gain per channel pair, the like
<jamrial> support for iamf specific side data
<SupremeLeader> iamf side data of what?
<SupremeLeader> the ambisonic filter in librempeg works fine, i think i havent messed any X/Y/Z transforms that can be configured
<fflogger> [editedticket] MasterQuestionable: Ticket #11411 ([avformat] VVC support in Matroska) updated https://trac.ffmpeg.org/ticket/11411#comment:4
abdu98 has quit [Ping timeout: 240 seconds]
abdu has joined #ffmpeg-devel
cone-763 has quit [Quit: transmission timeout]
darkapex has quit [Remote host closed the connection]
<SupremeLeader> jamrial: why not merge the VLC wrapper filter?
darkapex has joined #ffmpeg-devel
abdu has quit [Quit: Client closed]
<SupremeLeader> is free speech censored again here?
ccawley2011 has joined #ffmpeg-devel
Xafg has joined #ffmpeg-devel
Xafg has quit [Client Quit]
Xafg has joined #ffmpeg-devel
<Xafg> Encoded Date + Tagged Date how to remove because I've been sitting for 2 days and none of the commands I found work. Thanks for your help
<another|> #ffmpeg
<jamrial> SupremeLeader: no idea about that wrapper
Xafg is now known as Xafg1
Xafg1 is now known as Xafg
Xafg has quit [Quit: Client closed]
Xafg has joined #ffmpeg-devel
<SupremeLeader> Xafg: -bitexact flag does not work?
<Xafg> No
<Xafg> I searched the entire internet and the file result is as shown in the screenshot
<another|> can we not do this here, please?
<Xafg> Ok
<SupremeLeader> did yt just removed all 4ch ambisonics audio from web plane?
Everything has joined #ffmpeg-devel
<SupremeLeader> all what I can fetch is stereo only
<SupremeLeader> evertyhing sucks
<SupremeLeader> ban internet, yt and ffmpeg
<another|> does that mean we can ban you? /s
<SupremeLeader> nope
<elChippo> durandal, is that you? :P
<SupremeLeader> no
<SupremeLeader> i'm elpresidente
<elChippo> :D
<SupremeLeader> google generally sucks more and more every next day
<elChippo> it's the "AI" :P
<SupremeLeader> yes, AI is cheap
<SupremeLeader> so they removed all 4ch audio webms from yt to have place for AI crap videos
<another|> I gotta be honest, your rambling about various topics gets annoying.
<SupremeLeader> another|: put me on ignore if you prefer silence
<elChippo> touchy ;)
<another|> How can I when you change nicks every day?
<SupremeLeader> write script to ignore all nicks that ends on Leader
<SupremeLeader> and sorry if I'm not interesting like other more popular people here and there
^Neo has joined #ffmpeg-devel
^Neo has joined #ffmpeg-devel
Xafg has quit [Quit: Client closed]
<SupremeLeader> ffmpeg is anyway dead pretty soonTM which leader ultimately confirms with actions
SupremeLeader has quit [Quit: Client closed]
<elChippo> O.o
iive has joined #ffmpeg-devel
Teukka has quit [Read error: Connection reset by peer]
Teukka has joined #ffmpeg-devel
Teukka has quit [Changing host]
Teukka has joined #ffmpeg-devel
^Neo has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
^Neo has joined #ffmpeg-devel
^Neo has quit [Changing host]
^Neo has joined #ffmpeg-devel
ccawley2011 has quit [Read error: Connection reset by peer]
<jamrial> mkver: why are you not using git send-email? had to redo your environment and haven't yet configured it?
<mkver> jamrial: yeah
Everything has quit [Quit: leaving]
Xafg has joined #ffmpeg-devel
<fflogger> [newticket] Xafg: Ticket #11412 ([undetermined] Encoded Date + Tagged Date) created https://trac.ffmpeg.org/ticket/11412