BtbN 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.0 is released
wyatt8750 has quit [Remote host closed the connection]
wyatt8740 has joined #ffmpeg
iive has quit [Quit: They came for me...]
squeaktoy has joined #ffmpeg
wyatt8750 has joined #ffmpeg
wyatt8740 has quit [Ping timeout: 260 seconds]
YuGiOhJCJ has joined #ffmpeg
squeaktoy has quit [Read error: Connection reset by peer]
Tano has quit [Quit: WeeChat 4.2.1]
squeaktoy has joined #ffmpeg
lucasta has quit [Quit: Leaving]
five61848033 has quit [Remote host closed the connection]
five61848033 has joined #ffmpeg
contrapunctus has joined #ffmpeg
jtgd has quit [Quit: WeeChat 4.2.2]
jtgd has joined #ffmpeg
<contrapunctus> Hi, I'm trying to make a video slideshow from a series of images. ffmpeg v6.1.1-1 from Debian Testing - https://paste.rs/L81Hm
<contrapunctus> First, I tried this - `ffmpeg -f image2 -pattern_type glob -framerate 1/2 -i '*.png' -c:v libvpx-vp9 -crf 20 -an output-0.5fps.webm` ...which worked, but the last image just briefly flashes on the screen before the video ends.
<contrapunctus> I tried fixing that by holding the last frame - `ffmpeg -f image2 -pattern_type glob -framerate 1/2 -i '*.png' -f lavfi -i anullsrc -af apad -t 9 -c:v libvpx-vp9 -crf 20 output-0.5fps.webm` ...but it's the _first_ frame that ends up being held instead 🤔️
<contrapunctus> I've also tried this, but with the same results as the last invocation. `ffmpeg -f image2 -pattern_type glob -framerate 1/2 -i '*.png' -f lavfi -i anullsrc -af "apad=pad_dur=1" -shortest -c:v libvpx-vp9 -crf 20 output-0.5fps.webm`
waleee has quit [Quit: WeeChat 4.1.2]
lexano has quit [Ping timeout: 264 seconds]
Tano has joined #ffmpeg
lemourin has quit [Quit: The Lounge - https://thelounge.chat]
lemourin has joined #ffmpeg
Traneptora has quit [Quit: Quit]
AbleBacon has quit [Read error: Connection reset by peer]
Tinos has joined #ffmpeg
<lec_thege804272> Libplacebo very hifi
TheSilentLink has quit [Ping timeout: 264 seconds]
TheSilentLink has joined #ffmpeg
TheSilentLink has quit [Ping timeout: 268 seconds]
ossifrage has quit [Ping timeout: 252 seconds]
ossifrage has joined #ffmpeg
namazso has quit [Remote host closed the connection]
namazso has joined #ffmpeg
KDDLB has quit [Quit: The Lounge - https://thelounge.chat]
KDDLB has joined #ffmpeg
HarshK23 has quit [Quit: Connection closed for inactivity]
jagannatharjun has joined #ffmpeg
TheSilentLink has joined #ffmpeg
Dagger has quit [Ping timeout: 260 seconds]
FlorianBad has quit [Remote host closed the connection]
FlorianBad has joined #ffmpeg
Livio has joined #ffmpeg
vlm has joined #ffmpeg
KimK has quit [Read error: Connection reset by peer]
KimK has joined #ffmpeg
Ox7C5 has joined #ffmpeg
Livio has quit [Ping timeout: 256 seconds]
ivanich has joined #ffmpeg
yssh has joined #ffmpeg
Blacker47 has joined #ffmpeg
Muimi has joined #ffmpeg
<contrapunctus> I also tried the suggestion on the wiki for framerate issues, but that results in the video ignoring the first two input images and just alternating between the third and fourth images four times (there are four images that match the glob)...wtf? 😶️ https://trac.ffmpeg.org/wiki/Slideshow#Ifyourvideodoesnotshowtheframescorrectly
zmt00 has joined #ffmpeg
swamp_ has quit [Ping timeout: 260 seconds]
emanuele6 has quit [Read error: Connection reset by peer]
q66 has quit [Ping timeout: 256 seconds]
emanuele6 has joined #ffmpeg
ttys000 has quit [Ping timeout: 252 seconds]
ttys000 has joined #ffmpeg
lavaball has joined #ffmpeg
zmt01 has joined #ffmpeg
zmt00 has quit [Ping timeout: 246 seconds]
Dagger has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
Muimi has quit [Quit: Going offline, see ya! (www.adiirc.com)]
q66 has joined #ffmpeg
SystemError has quit [Remote host closed the connection]
YuGiOhJCJ has quit [Remote host closed the connection]
chiselfuse has quit [Remote host closed the connection]
chiselfuse has joined #ffmpeg
YuGiOhJCJ has joined #ffmpeg
SystemError has joined #ffmpeg
luc4 has joined #ffmpeg
kasper93 has quit [Ping timeout: 264 seconds]
luc4 has quit [Ping timeout: 256 seconds]
yssh has quit [Ping timeout: 250 seconds]
stolen has joined #ffmpeg
squeaktoy has quit [Read error: Connection reset by peer]
squeaktoy has joined #ffmpeg
kron has quit [Remote host closed the connection]
kron has joined #ffmpeg
ocrete has quit [Quit: Ping timeout (120 seconds)]
zylthinking has joined #ffmpeg
Icedream has quit [Quit: A lol made me boom.]
dlb76 has quit [Quit: .]
cryptic has quit [Remote host closed the connection]
Rodn3y has quit [Ping timeout: 256 seconds]
ocrete has joined #ffmpeg
AMM has quit [Ping timeout: 264 seconds]
zylthinking has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.1.90)]
cryptic has joined #ffmpeg
Icedream has joined #ffmpeg
dlb76 has joined #ffmpeg
AMM has joined #ffmpeg
Rodn3y has joined #ffmpeg
xx has joined #ffmpeg
lexano has joined #ffmpeg
Tinos has quit [Remote host closed the connection]
Tinos has joined #ffmpeg
blb has quit [Ping timeout: 268 seconds]
blb has joined #ffmpeg
lavaball has joined #ffmpeg
HarshK23 has joined #ffmpeg
tel has joined #ffmpeg
kus has quit [Ping timeout: 264 seconds]
noobaroo has joined #ffmpeg
chiselfuse has quit [Remote host closed the connection]
chiselfuse has joined #ffmpeg
kasper93 has joined #ffmpeg
microchip_ has quit [Quit: There is no spoon!]
mandigal has joined #ffmpeg
chiselfuse has quit [Ping timeout: 260 seconds]
<mandigal> Hi there, for some reason forwarding/rewinding inside audio tracks seems to fail after converting FLAC (with variable bitrate) to OGG files and timestamps get lost. Tracks play fine other than that, but song is missing. Anyone know of a fix? Output log: https://pastebin.com/dUypTaRD
<mandigal> song info*
chiselfuse has joined #ffmpeg
<mandigal> but the issue is, the track will start again from the beginning
xx has quit [Remote host closed the connection]
xx has joined #ffmpeg
<contrapunctus> Re: the slideshow video problems, I made a symlink to the last image and used my original invocation. It's ugly, but I haven't found a better alternative.
SystemError has quit [Ping timeout: 260 seconds]
kus has joined #ffmpeg
microchip_ has joined #ffmpeg
microchip_ has quit [Client Quit]
squeaktoy has quit [Quit: WeeChat 4.2.1]
Xaldafax has joined #ffmpeg
ivanich has quit [Ping timeout: 272 seconds]
kushal__ has joined #ffmpeg
squeaktoy has joined #ffmpeg
microchip_ has joined #ffmpeg
kus has quit [Ping timeout: 268 seconds]
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
SystemError has joined #ffmpeg
e^pi-1 has quit [Quit: WeeChat 4.2.2]
mandigal has quit [Quit: leaving]
fling has quit [Remote host closed the connection]
fling has joined #ffmpeg
rv1sr has joined #ffmpeg
kushal__ has quit [Ping timeout: 268 seconds]
coldfeet has joined #ffmpeg
stolen has quit [Quit: Connection closed for inactivity]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg
intrac has quit [Remote host closed the connection]
intrac has joined #ffmpeg
theobjectivedad has quit [Ping timeout: 260 seconds]
theobjectivedad has joined #ffmpeg
noobaroo has quit [Remote host closed the connection]
makidoll has joined #ffmpeg
Ox7C5__ has joined #ffmpeg
ivanich has joined #ffmpeg
kus has joined #ffmpeg
makidoll has left #ffmpeg [Disconnected: Received SIGTERM]
kushal__ has joined #ffmpeg
kus has quit [Ping timeout: 256 seconds]
makidoll has joined #ffmpeg
makidoll has quit [Remote host closed the connection]
makidoll has joined #ffmpeg
makidoll has left #ffmpeg [#ffmpeg]
makidoll has joined #ffmpeg
rsx has joined #ffmpeg
hightower2 has joined #ffmpeg
chiselfuse has quit [Read error: Connection reset by peer]
chiselfuse has joined #ffmpeg
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg
makidoll has left #ffmpeg [#ffmpeg]
makidoll has joined #ffmpeg
makidoll has left #ffmpeg [#ffmpeg]
makidoll has joined #ffmpeg
makidoll has left #ffmpeg [#ffmpeg]
makidoll has joined #ffmpeg
<makidoll> hello! i'm wondering if av1 support will be added to rtp any time soon. i tried looking for it on trac.ffmpeg.org but couldnt find anything
noobaroo has joined #ffmpeg
kus has joined #ffmpeg
<JEEB> makidoll: you can look at patches for RTP from the mailing list like this https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=&submitter=&state=*&q=rtp&archive=&delegate=
<JEEB> but basically, if there's no patch posted, it means that nobody (yet) cared enough, so if you care about it I would recommend looking at whether you can implement it
kushal__ has quit [Ping timeout: 268 seconds]
<makidoll> aah thank you for the patchwork page. i tried looking into implementing it myself earlier today but havent made much progress. i was looking at the rtp code for vp9 and also reading the specs and got a bit confused. ill have to take another look some other time and perhaps look at the av1 rpc payload code for gstreamer
<BtbN> Doesn't rtp just shovel around mpeg-ts?
<BtbN> And av1 in ts is not supported yet
<JEEB> no, there is a mode with MPEG-TS over RTP, but RTP itself is separate
scoobykj has joined #ffmpeg
<JEEB> https://github.com/AOMediaCodec/av1-rtp-spec/pull/236 "ETA is end of March 2024", but this hasn't been merged yet :)
manwithluck has quit [Ping timeout: 268 seconds]
manwithluck has joined #ffmpeg
<CounterPillow> makidoll: I've started working on hacking it in on Saturday but I'm way out of my depth and haven't found the energy to continue so far, but now have a clearer understanding of what needs to be done
<makidoll> oh! that's awesome! im more than happy to try to help
contrapunctus has left #ffmpeg [#ffmpeg]
scoobykj has quit [Quit: Konversation terminated!]
<makidoll> before i started looking at the ffmpeg source code, i was taking a look how obs studio is able to do av1 rtp, and found this https://github.com/paullouisageneau/libdatachannel/blob/master/src/av1rtppacketizer.cpp
ong has joined #ffmpeg
<makidoll> obs uses temporal unit for packetization
<CounterPillow> yes the standard says you can't have two OBUs of different temporal ids in the same packet
<makidoll> ah yeah, alright
Livio has joined #ffmpeg
kushal__ has joined #ffmpeg
Narrat has joined #ffmpeg
kus has quit [Ping timeout: 256 seconds]
rsx has quit [Quit: rsx]
hussein1 has quit [Remote host closed the connection]
iive has joined #ffmpeg
hussein1 has joined #ffmpeg
Livio has quit [Ping timeout: 260 seconds]
Livio has joined #ffmpeg
AbleBacon has joined #ffmpeg
rv1sr has quit []
jagannatharjun has quit [Quit: Connection closed for inactivity]
<Ingvix> is there some way I could try to automatically normalise the brightness changes caused by the automatic light sensitivity changes of the camera?
<Ingvix> so the background would look more or less the same even if foreground changes
\\Mr_C\\ has joined #ffmpeg
_whitelogger has joined #ffmpeg
kushal__ has quit [Ping timeout: 240 seconds]
kus has joined #ffmpeg
kus has quit [Ping timeout: 245 seconds]
relue has quit [Read error: Connection reset by peer]
yans has joined #ffmpeg
relue has joined #ffmpeg
Ingvix has quit [Ping timeout: 260 seconds]
coldfeet has quit [Remote host closed the connection]
Tinos has quit [Ping timeout: 250 seconds]
Juest has quit [Ping timeout: 245 seconds]
Juest has joined #ffmpeg
Ox7C5__ has quit [Quit: Lost terminal]
<kasper93> Is anyone here on Windows with AMD GPU? I get very slow hardware decoding after updating to 24.4.1.
<kasper93> anyone seen similar issue?
foul_owl has quit [Ping timeout: 252 seconds]
foul_owl has joined #ffmpeg
Blacker47 has quit [Quit: Life is short. Get a V.90 modem fast!]
<jkqxz> What hardware, and what does "very slow" mean?
* JEEB only has AMD laptops under linux
Muimi has joined #ffmpeg
jnbek has quit [Ping timeout: 264 seconds]
hussein1 has quit [Ping timeout: 260 seconds]
Haxxa has quit [Quit: Haxxa flies away.]
Haxxa has joined #ffmpeg
Muimi has quit [Quit: Going offline, see ya! (www.adiirc.com)]
<kasper93> jkqxz: 5700xt and very slow means it doesn't keep up decoding. I get 15fps on 4k hevc now
<kasper93> before it was multiple times faster
<kasper93> don't recal exact number, but 8k decoding had 43 fps, because this I explicity benchmarked some time ago
<JEEB> so something like `ffmpeg -v verbose -hwaccel d3d11va -hwaccel_output_format d3d11 -i blah.mp4 -f null pipe:` gets that slow?
<jkqxz> In what context? That sounds like something is completely wrong with the decode path, like pointlessly copying things to CPU memory and back or something.
waleee has joined #ffmpeg
Ingvix has joined #ffmpeg
\\Mr_C\\ has quit [Remote host closed the connection]
<kasper93> JEEB: yes
<JEEB> ouch
FlorianBad has quit [Remote host closed the connection]
FlorianBad has joined #ffmpeg
vlm has quit [Quit: Leaving]
lavaball has quit [Remote host closed the connection]
<jkqxz> Hmm. Does task manager show that it is saturating the engine, or is it that there are large gaps between frames?
<kasper93> video codec 0 is constantly at 100%
<jkqxz> That makes it sound like some sort of clocking issue. There is only the decode in the command JEEB said, so there isn't much opportunity for anything else to slow it down.
Livio has quit [Ping timeout: 245 seconds]
squeaktoy has quit [Ping timeout: 268 seconds]
squeaktoy has joined #ffmpeg
ivanich has quit [Remote host closed the connection]
relue_ has joined #ffmpeg
relue has quit [Read error: Connection reset by peer]
MisterMinister has joined #ffmpeg
xx has quit [Ping timeout: 260 seconds]
five61848033 has quit [Remote host closed the connection]
five61848033 has joined #ffmpeg
SuicideShow has quit [Ping timeout: 260 seconds]
SuicideShow has joined #ffmpeg
lec_thege804272 has quit [Quit: Ping timeout (120 seconds)]
lec_thege804272 has joined #ffmpeg
MisterMinister has quit [Remote host closed the connection]
e^pi-1 has joined #ffmpeg
SystemError has quit [Remote host closed the connection]
SystemError has joined #ffmpeg
EmleyMoor has quit [Quit: Gateway shutdown]
EmleyMoor has joined #ffmpeg
<noobaroo> I have a 2160p video that is not very clear, I think it is a 1080p that was poorly upscaled or something, it has a 20mbps bitrate and I want to convert it back to 1080p preferably HEVC
<noobaroo> I've tried a few different things and the colors are off each and everytime
<noobaroo> The internet says I need to manually set the color primaries, but doesn't really elaborate on how
SystemError has quit [Ping timeout: 260 seconds]
lec_thege804272 has quit [Quit: Ping timeout (120 seconds)]
chiselfuse has quit [Ping timeout: 260 seconds]
chiselfuse has joined #ffmpeg
Narrat has quit [Quit: They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.]
SystemError has joined #ffmpeg
fling has quit [Remote host closed the connection]
fling has joined #ffmpeg
hendry has quit [Ping timeout: 240 seconds]
fling has quit [Ping timeout: 260 seconds]
fling has joined #ffmpeg