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
YUiNA has joined #ffmpeg
wiitux has joined #ffmpeg
Shuriko has joined #ffmpeg
ackyshake has quit [Quit: Soupy Twist!]
Shine_ has joined #ffmpeg
Fiji has joined #ffmpeg
Fiji_ has joined #ffmpeg
Fiji has quit [Remote host closed the connection]
Shine_ has quit [Read error: Connection reset by peer]
KombuchaKip has quit [Quit: Leaving.]
marcj has joined #ffmpeg
upekkha has quit []
upekkha has joined #ffmpeg
_whitelogger has joined #ffmpeg
<johnjaye>
hmm. i thought av1 was a unique codec successor to vp9
maxim_d33 has quit [Ping timeout: 248 seconds]
<johnjaye>
but i swear when i have ffprobe display an mp4 file it says it's AV1 based on x264
<aaabbb>
av1 based on x264? huh?
<johnjaye>
oh it says avc1
<johnjaye>
as in Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709, progressive),
<aaabbb>
that makes more sense. H.264 is AVCf
<aaabbb>
*AVC
maxim_d33 has joined #ffmpeg
user_oreloznog has joined #ffmpeg
JanC has quit [Ping timeout: 248 seconds]
JanC has joined #ffmpeg
Fiji_ has quit [Ping timeout: 244 seconds]
pikapika_lunar_a has joined #ffmpeg
pikapika_lunar has quit [Read error: Connection reset by peer]
hackkitten has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
hackkitten has joined #ffmpeg
JanC has quit [Ping timeout: 248 seconds]
JanC has joined #ffmpeg
System_Error has quit [Remote host closed the connection]
JanC has quit [Ping timeout: 252 seconds]
JanC has joined #ffmpeg
System_Error has joined #ffmpeg
cantelope has quit [Quit: Connection closed for inactivity]
jmcantrell has quit [Quit: WeeChat 4.6.3]
Jan\ has quit [Ping timeout: 244 seconds]
Jan\ has joined #ffmpeg
xx has joined #ffmpeg
damian101 has quit [Ping timeout: 260 seconds]
lavaball has joined #ffmpeg
emmanuelux has quit [Quit: au revoir]
ahc has quit [Quit: Leaving]
Kei_N_ has joined #ffmpeg
Kei_N has quit [Ping timeout: 252 seconds]
WaKaN has joined #ffmpeg
SuicideShow has quit [Ping timeout: 272 seconds]
JanC has quit [Killed (tantalum.libera.chat (Nickname regained by services))]
JanC has joined #ffmpeg
SuicideShow has joined #ffmpeg
Blacker47 has joined #ffmpeg
rsx has joined #ffmpeg
Shine_ has joined #ffmpeg
SuicideShow has quit [Ping timeout: 248 seconds]
SuicideShow has joined #ffmpeg
Sketch has quit [Remote host closed the connection]
putacho has joined #ffmpeg
microchip_ has quit [Ping timeout: 276 seconds]
Sketch has joined #ffmpeg
YUiNA has quit [Ping timeout: 248 seconds]
K900 has quit [Remote host closed the connection]
K900 has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
microlappy has joined #ffmpeg
omegatron has joined #ffmpeg
microlappy has quit [Quit: Konversation terminated!]
microlappy has joined #ffmpeg
sfan5 has joined #ffmpeg
<sfan5>
how do I debug which kind of pixel format the libplacebo filter outputs? it outputs hardware frames, right?
<sfan5>
because I'm trying to encode it on gpu and all I get is [hevc_vulkan @ 0x556ae55633c0] Pixel format yuv420p of input frames not supported!
microlappy has quit [Quit: Konversation terminated!]
<haasn>
It can output both hw and sw frames depending on what you request
<haasn>
But to answer your question, vf_showinfo is usually helpful
<sfan5>
I assume the hardware itself has a pixel format and hevc_vulkan doesn't like it? can I convert that without a cpu-roundtrip?
<sfan5>
the hardware frame*
<sfan5>
appending to "format=nv12,hwupload" to my filter chain makes it work but that means converting it on the cpu
<sfan5>
haha nvm I just need to add "format=nv12" to libplacebo
YUiNA has joined #ffmpeg
Kei_N_ has quit [Read error: Connection reset by peer]
Kei_N has joined #ffmpeg
five618480339176 has quit [Remote host closed the connection]
five618480339176 has joined #ffmpeg
<haasn>
ah yeah
<haasn>
I was working on a patchset for making ffmpeg better at negotiating hwframe swfmts but it got lost in the aether
<haasn>
mostly because of hwupload being stupid and overloaded to do two different things
<JEEB>
also the format meta-filter could be extended to be able to set both hw and sw format
<JEEB>
or just extend it so that in case of the thing before being a hw format, it'd compare against or set the sw format instead, but that may get messy
cantelope has joined #ffmpeg
zzarr has joined #ffmpeg
relue has joined #ffmpeg
dkh has quit [Quit: Ping timeout (120 seconds)]
dkh has joined #ffmpeg
NotWarcop has quit [Remote host closed the connection]
<furq>
obviously that will get ugly fast if you need to cut two segments out
<johnjaye>
right
<johnjaye>
the whole point of it is if i wanted to cut several segments in a single command. e.g. 5-10, 17-19, and 30-31
<furq>
probably stick with segment then
<johnjaye>
maybe this feature is too similar to what a GUI would do. so there's never been a reason to have it
<furq>
well there's a bunch of ways to do it
<furq>
they're all just kind of ugly
<furq>
but that doesn't seem to be a major concern of the lavfi devs
<johnjaye>
wait libav or whatever is not maintaind by ffmpeg?
<furq>
they're all under the same control but people seem to focus on particular parts
<johnjaye>
ok. you said it in a way like it was a separate group
lavaball has quit [Remote host closed the connection]
m5zs7k has joined #ffmpeg
jmcantrell has joined #ffmpeg
f0x_3033691271 has quit [Read error: Connection reset by peer]
f0x_3033691271 has joined #ffmpeg
lucasta has joined #ffmpeg
relue has quit [Ping timeout: 252 seconds]
relue has joined #ffmpeg
EmleyMoor has joined #ffmpeg
jiffy__ has joined #ffmpeg
f0x_3033691271 has quit [Read error: Connection reset by peer]
f0x_3033691271 has joined #ffmpeg
ossifrage has quit [Quit: Leaving]
<Trel>
furq: I finally got to test it `-loglevel error -stats` gives more than progress and errors, there's a whole bunch of codec infos that gets printed too.
yans has quit [Ping timeout: 260 seconds]
ossifrage has joined #ffmpeg
<furq>
x265 has its own loglevel parameter
<furq>
-x265-params log-level=error
<furq>
maybe other codecs have something similar
kasper93_ has joined #ffmpeg
kasper93 has quit [Killed (tungsten.libera.chat (Nickname regained by services))]
kasper93_ is now known as kasper93
jprjr has quit [Read error: Connection reset by peer]