ChanServ changed the topic of #ffmpeg to: Welcome to the FFmpeg USER support channel | Development channel: #ffmpeg-devel | Bug reports: https://ffmpeg.org/bugreports.html | Wiki: https://trac.ffmpeg.org/ | This channel is publically logged | FFmpeg 7.1.1 is released
Shuriko has joined #ffmpeg
Hackerpcs has joined #ffmpeg
Hackerpcs has quit [Max SendQ exceeded]
Hackerpcs has joined #ffmpeg
delthas has quit [Remote host closed the connection]
delthas__ has joined #ffmpeg
delthas__ is now known as delthas
xx has quit [Ping timeout: 244 seconds]
Flat_ has joined #ffmpeg
Flat has quit [Ping timeout: 252 seconds]
YuGiOhJCJ has joined #ffmpeg
deeyes has joined #ffmpeg
deeyes has quit [Read error: Connection reset by peer]
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg
maxim_d33 has quit [Ping timeout: 252 seconds]
maxim_d33 has joined #ffmpeg
lusciouslover has quit [Quit: \]
lusciouslover has joined #ffmpeg
flotwig has quit [Read error: Connection reset by peer]
flotwig has joined #ffmpeg
flotwig has quit [Changing host]
flotwig has joined #ffmpeg
sentriz has quit [Ping timeout: 276 seconds]
foonix has quit [Quit: leaving]
foonix has joined #ffmpeg
flotwig has quit [Quit: ZNC - http://znc.in]
flotwig has joined #ffmpeg
flotwig has quit [Changing host]
flotwig has joined #ffmpeg
Flat has joined #ffmpeg
luva8 has quit [Ping timeout: 245 seconds]
Flat_ has quit [Ping timeout: 252 seconds]
pastelowl has quit [Quit: WeeChat 4.7.0]
jmcantrell_ has quit [Quit: WeeChat 4.6.3]
Fiji_ has quit [Ping timeout: 276 seconds]
jmcantrell_ has joined #ffmpeg
jmcantrell_ is now known as jmcantrell
System_Error has quit [Ping timeout: 244 seconds]
System_Error has joined #ffmpeg
low-key has quit [Remote host closed the connection]
low-key has joined #ffmpeg
YuGiOhJCJ has quit [Remote host closed the connection]
YuGiOhJCJ has joined #ffmpeg
low-key has quit [Remote host closed the connection]
_whitelogger has joined #ffmpeg
deeyes has quit [Ping timeout: 276 seconds]
LainIwakura has joined #ffmpeg
tronexte has quit [Ping timeout: 252 seconds]
tronexte has joined #ffmpeg
MH42069 has joined #ffmpeg
jmcantrell has quit [Ping timeout: 248 seconds]
qqe has joined #ffmpeg
MH42069 has quit [Quit: The Lounge - https://thelounge.chat]
MH42069 has joined #ffmpeg
lavaball has joined #ffmpeg
user_oreloznog has joined #ffmpeg
xx has joined #ffmpeg
luva8 has joined #ffmpeg
HarshK23 has joined #ffmpeg
lolok has joined #ffmpeg
rsx has joined #ffmpeg
SuicideShow has quit [Ping timeout: 260 seconds]
SuicideShow has joined #ffmpeg
dionisis has joined #ffmpeg
qqe has quit [Quit: Lost terminal]
Sketch has quit [Remote host closed the connection]
Sketch has joined #ffmpeg
luva8 has quit [Ping timeout: 260 seconds]
lavaball has quit [Remote host closed the connection]
Shine_ has joined #ffmpeg
figushki has joined #ffmpeg
Hackerpcs has quit [Quit: Hackerpcs]
_whitelogger has joined #ffmpeg
LainIwakura has quit [Ping timeout: 272 seconds]
nrg has quit [Quit: ZNC - https://znc.in]
Some_Person has quit [Quit: ZNC 1.8.2 - https://znc.in]
nrg has joined #ffmpeg
Some_Person has joined #ffmpeg
l4yer has joined #ffmpeg
Sl4yer has quit [Ping timeout: 252 seconds]
Mavrik5 has quit [Quit: The Lounge - https://thelounge.chat]
Mavrik5 has joined #ffmpeg
nrg has quit [Quit: ZNC - https://znc.in]
figushki has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
nrg has joined #ffmpeg
averne has quit [Quit: quit]
averne has joined #ffmpeg
averne has quit [Client Quit]
qqe has joined #ffmpeg
LainIwakura has joined #ffmpeg
averne has joined #ffmpeg
figushki has joined #ffmpeg
figushki has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
dionisis has quit [Quit: WeeChat 3.8]
dionisis has joined #ffmpeg
nrg has quit [Quit: ZNC - https://znc.in]
nrg has joined #ffmpeg
<Bombo> hi
<Bombo> is there a tool that shows bitrate stats of video files? i need min/max/avg, with ffmpeg -i file or ffprobe i only get avg i guess
<Bombo> or can it be done with ffprobe`?
<BtbN> min and max are just not well defined
<BtbN> min and max over what timeframe?
<Bombo> the whole playtime
<BtbN> over the whole playtime you get the overall average
<BtbN> how do you define "max bitrate"?
figushki has joined #ffmpeg
<Bombo> how is the avg measured? doesnt it need to know the bitrate of all? then it has also the lowest and highest rates i guess, no?
<BtbN> the average is size of the file divided by its playtime
<BtbN> bitrate is never momentary, it's always calculated over a timeframe
<BtbN> and if you make the timeframe very small, the bitrate of those small time windows turn into an insane roller coaster, that'll be 0 most of the time, and a giant frame sized spike each time a frame comes along
<BtbN> hence a min and max bitrate is not a well defined thing
<BtbN> min and max over a 10 second window? 1 second window?
<BtbN> it'd also be significantly harder to calculate that, since you can't just divide size by playtime
<furq> you can get each packet size with ffprobe
<furq> you could chart it with that but you'd have to do some maths yourself
<furq> ffprobe -select_streams v:0 -show_packets -show_entries packet=pts_time,size foo.mkv
<BtbN> you still have the problem of not having a sensible window size to make a definite claim of the max and min bitrate
<BtbN> you can chart frame sizes, sure
<furq> yeah you would also have to define what bitrate means to you
<BtbN> It's a bit similar to the problem that if you want to know the length of a beach, or all beaches in the world, the closer you look, the bigger the number gets
<BtbN> approaching infinity once you reach molecular levels
figushki has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<Bombo> oookeh ;)
<furq> i mean i don't think it's quite that bad
<furq> i guess the question is what you need these numbers for
<Bombo> hmmm i just want to know what parts of a movie playing will need more (network) bitrate, because if the bitrate exceeds the max network then it will buffer
<furq> that should be reasonably simple if you know how big the client's buffer is
<Bombo> but how big does it need to be, are there parts in the mp4 that need more bitrate? i noticed e.g. when there are lots of explosions or water, then it buffers (kodi that is)
<K900> Generally the more complex the scene, the more bits are needed to encode it
<Bombo> yes, so i want to know how much birate per scene ;)
<furq> apparently you can just set the buffer size in kodi
<furq> so you should probably just set that as high as you can
<Bombo> yes but then it takes longer to start and maybe seek too
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
<K900> Bombo: That's not how it works
coldfeet has joined #ffmpeg
user_oreloznog has quit [Quit: https://quassel-irc.org]
<furq> unless kodi is really dumb
<furq> anything competent will play as soon as there's enough in the cache, not wait for it to fill
Fiji_ has joined #ffmpeg
lavaball has joined #ffmpeg
pong has joined #ffmpeg
nrg has quit [Quit: ZNC - https://znc.in]
nrg has joined #ffmpeg
nrg has quit [Quit: ZNC - https://znc.in]
nrg has joined #ffmpeg
nrg has quit [Remote host closed the connection]
nrg has joined #ffmpeg
nrg has quit [Quit: ZNC - https://znc.in]
nrg has joined #ffmpeg
qqe has quit [Quit: Lost terminal]
pong has quit [Remote host closed the connection]
pong has joined #ffmpeg
mven9713 has quit [Ping timeout: 245 seconds]
pong has quit [Quit: Les banlieues Parisiennes influencent Paris. Paris influence le monde ✨]
pong has joined #ffmpeg
nrg has quit [Quit: ZNC - https://znc.in]
nrg has joined #ffmpeg
mven9713 has joined #ffmpeg
Rena has quit [Ping timeout: 260 seconds]
Rena has joined #ffmpeg
sam113101 has quit [Quit: WeeChat 4.6.3]
elvis_a_presley has quit [Quit: smoke-bomb ; grapple-hook]
elvis_a_presley has joined #ffmpeg
nrg has quit [Quit: ZNC - https://znc.in]
rsx has quit [Quit: rsx]
nrg has joined #ffmpeg
Vonter has quit [Ping timeout: 240 seconds]
Vonter has joined #ffmpeg
coldfeet has quit [Quit: Lost terminal]
LainIwakura has quit [Quit: Client closed]
sam113101 has joined #ffmpeg
jmcantrell has joined #ffmpeg
figushki has joined #ffmpeg
EmleyMoor has quit [Ping timeout: 248 seconds]
EmleyMoor has joined #ffmpeg
jmcantrell has quit [Ping timeout: 252 seconds]
pong has quit [Quit: Le jour où ça pétera, on ne fera pas samblant]
pong has joined #ffmpeg
LainIwakura has joined #ffmpeg
FH_thecat has quit [Quit: Leaving]
user_oreloznog has joined #ffmpeg
figushki has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
LainIwakura has quit [Ping timeout: 272 seconds]
shibboleth has joined #ffmpeg
___nick___ has joined #ffmpeg
FH_thecat has joined #ffmpeg
pong has quit [Quit: Une école privée pour apprendre l'informatique ? Quel assisté !]
pong has joined #ffmpeg
pong has quit [Quit: Une école privée ? Pour apprendre GNU/Linux, quel assisté ! Ring Zero sur toi]
^Neo_ has joined #ffmpeg
^Neo has quit [Ping timeout: 252 seconds]
Sakura`Kinomoto has quit [Remote host closed the connection]
Sakura`Kinomoto has joined #ffmpeg
pong has joined #ffmpeg
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
___nick___ has joined #ffmpeg
___nick___ has quit [Client Quit]
___nick___ has joined #ffmpeg
user_oreloznog has quit [Ping timeout: 245 seconds]
user_oreloznog has joined #ffmpeg
pastelowl has joined #ffmpeg
shibboleth has quit [Quit: shibboleth]
pong has quit [Quit: I am an artist ! Yaaaaah !]
pong has joined #ffmpeg
rvalue- has joined #ffmpeg
rvalue has quit [Ping timeout: 276 seconds]
lavaball has quit [Quit: lavaball]
rvalue- is now known as rvalue
bulkmoerls has joined #ffmpeg
___nick___ has quit [Ping timeout: 240 seconds]
___nick___ has joined #ffmpeg
emmanuelux has joined #ffmpeg
ishanjain has quit [Changing host]
ishanjain has joined #ffmpeg
Hackerpcs has joined #ffmpeg
Hackerpcs has quit [Max SendQ exceeded]
Hackerpcs has joined #ffmpeg
bulkmoerls has quit [Quit: Client closed]
pong has quit [Quit: OVH est-ce chez vous par exemple ? l'américanisme … ^]
pong has joined #ffmpeg
figushki has joined #ffmpeg
pong has quit [Quit: je vous ??? Aucune complésence avec les USA, l'EUROPE reste bien plus influente !]
pong has joined #ffmpeg
Shuriko has quit [Quit: Leaving]
Shuriko has joined #ffmpeg
jmcantrell has joined #ffmpeg
___nick___ has quit [Ping timeout: 252 seconds]
pong has quit [Quit: Ce message est de la part de l'Europe ! Nous aimons pas les USA ! Ça va mal finir croyez moi]
pong has joined #ffmpeg
lavaball has joined #ffmpeg
iive has joined #ffmpeg
EmleyMoor has quit [Ping timeout: 260 seconds]
Shine_ has quit [Read error: Connection reset by peer]
EmleyMoor has joined #ffmpeg
pong has quit [Quit: Les banlieues Parisiennes influencent Paris. Paris influence le monde ✨]
pong has joined #ffmpeg
LainIwakura has joined #ffmpeg
figushki has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
user_oreloznog has quit [Quit: https://quassel-irc.org]
robobub has joined #ffmpeg
iive has quit [Quit: They came for me...]
pong is now known as beaver
jarthur has joined #ffmpeg
_whitelogger has joined #ffmpeg
<kasper93> Can anyone help me with threading setup?
<kasper93> 0. I set `avctx->get_format = callback`
<kasper93> 1. Call avcodec_get_hw_frames_parameters() inside the callback
<kasper93> 2. it errors out completely, things are not initialized yet in avctx, like codec profile which is required
<kasper93> 3. doesn't happen with thread_count=1 or thread_type=FF_THREAD_SLICE
<kasper93> 4. FF_THREAD_SLICE>1 and thread_type=FF_THREAD_FRAME doesn't work
<kasper93> I suspect get_format() is called too soon, not taking into account the internal threading decoding latency?
fling has quit [Ping timeout: 244 seconds]
LainIwakura has quit [Ping timeout: 272 seconds]
EmleyMoor has quit [Ping timeout: 260 seconds]
EmleyMoor has joined #ffmpeg
EmleyMoor has quit [Ping timeout: 252 seconds]
emmanuelux_ has joined #ffmpeg
emmanuelux has quit [Read error: Connection reset by peer]
EmleyMoor has joined #ffmpeg
beaver is now known as pong
emmanuelux_ has quit [Ping timeout: 252 seconds]
emmanuelux has joined #ffmpeg
pong has quit [Quit: Un canal #ubuntu-fr, au bord de l'agonie !? Voilà ce que je peux retenir de mon départ du staff-fr ? Est-ce une première ? Là est la question … Favorisons les trolls/etc ! Nous allons tutoyer les 30 users]
pong has joined #ffmpeg
kasper93 has quit [Remote host closed the connection]
emmanuelux_ has joined #ffmpeg
emmanuelux has quit [Read error: Connection reset by peer]