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
dubiago has joined #ffmpeg
<znf> libplacebo is a vulkan-only filter, correct?
<znf> actually, can always use llvmpipe I guess
<znf> Would tonemapping with libplacebo and llvmpipe somehow result into a much higher CPU usage than the tonemap filter?
Warcop has quit [Remote host closed the connection]
<another|> placebo also does opengl afaik
<znf> Hm
<znf> Can this be used on Windows?
iive has quit [Quit: They came for me...]
<another|> i think it also implements stuff in directx, so yes?
<znf> not sure how to specify a device on windows
<znf> uhm, crap, think I crashed my gpu
<znf> 6716 root 20 0 0 0 0 R 100.0 0.0 1:39.73 nv_queue
<znf> rip, rebooting lol
<BtbN> Vulkan sadly isn't the most stable thing :/
<BtbN> llvmpipe would at least prevent that though :D
<znf> well, I was getting 0.5x with llvmpipe
<znf> 0.9x with nvidia, was worth a try :D
Tinos has quit [Remote host closed the connection]
mven970 has joined #ffmpeg
mven97 has quit [Ping timeout: 268 seconds]
mven970 is now known as mven97
noobaroo has joined #ffmpeg
noobaroo has quit [Quit: Konversation terminated!]
waleee has quit [Ping timeout: 240 seconds]
lemourin has quit [Quit: The Lounge - https://thelounge.chat]
lemourin has joined #ffmpeg
gvg has joined #ffmpeg
gvg_ has joined #ffmpeg
__jmcantrell__ has joined #ffmpeg
jmcantrell has joined #ffmpeg
__jmcantrell__ has quit [Client Quit]
__jmcantrell__ has joined #ffmpeg
__jmcantrell__ has quit [Client Quit]
KDDLB has quit [Quit: The Lounge - https://thelounge.chat]
KDDLB has joined #ffmpeg
travisghansen has quit [Read error: Connection reset by peer]
travisghansen6 has joined #ffmpeg
Suchiman has quit [Quit: Connection closed for inactivity]
nigetilly has joined #ffmpeg
vampirefrog has quit [Remote host closed the connection]
vampirefrog has joined #ffmpeg
vampirefrog has quit [Read error: Connection reset by peer]
kts has joined #ffmpeg
nigetilly has quit [Quit: Konversation terminated!]
relue has quit [Ping timeout: 264 seconds]
MisterMinister has quit [Ping timeout: 272 seconds]
e^pi-1 has quit [Ping timeout: 260 seconds]
kts has quit [Ping timeout: 264 seconds]
rv1sr has joined #ffmpeg
kts has joined #ffmpeg
hendry has joined #ffmpeg
<hendry> trying to run ffprobe on a mp4 generated by my Sony camera and I'm suprised it doesn't work ! https://gist.github.com/kaihendry/86c341a70507c19b1fe1b0275d8f092b
FH_thecat has quit [Quit: Leaving]
_rpthms_ has quit [Remote host closed the connection]
rpthms has joined #ffmpeg
kts has quit [Ping timeout: 240 seconds]
FH_thecat has joined #ffmpeg
fig has joined #ffmpeg
bitbinge has joined #ffmpeg
Livio has joined #ffmpeg
coldfeet has joined #ffmpeg
lavaball has joined #ffmpeg
hightower2 has quit [Remote host closed the connection]
Livio has quit [Ping timeout: 260 seconds]
Livio has joined #ffmpeg
rv1sr has quit []
kts has joined #ffmpeg
avi_ has joined #ffmpeg
FH_thecat has quit [Quit: Leaving]
rsx has joined #ffmpeg
FH_thecat has joined #ffmpeg
e^pi-1 has joined #ffmpeg
rv1sr has joined #ffmpeg
bencoh_ is now known as bencoh
<Cracki> press the record button, press it again a second later
<Cracki> then you have a little file that's good for others to work on a patch
bitbinge has quit [Read error: Connection reset by peer]
fling has quit [Remote host closed the connection]
xx has quit [Remote host closed the connection]
cmc has quit [Remote host closed the connection]
xx has joined #ffmpeg
fling has joined #ffmpeg
bitbinge has joined #ffmpeg
cmc has joined #ffmpeg
xx has quit [Max SendQ exceeded]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg
xx has joined #ffmpeg
kts has quit [Ping timeout: 240 seconds]
xx has quit [Remote host closed the connection]
xx has joined #ffmpeg
avi_ has quit [Quit: Leaving not for long]
kts has joined #ffmpeg
lusciouslover has quit [Ping timeout: 246 seconds]
lusciouslover has joined #ffmpeg
xx has quit [Ping timeout: 260 seconds]
kepstin has quit [Remote host closed the connection]
kepstin has joined #ffmpeg
nigetilly has joined #ffmpeg
jemius has joined #ffmpeg
fling has quit [Remote host closed the connection]
fling has joined #ffmpeg
nigetilly has quit [Quit: Konversation terminated!]
HarshK23 has joined #ffmpeg
Livio has quit [Quit: leaving]
kts has quit [Ping timeout: 240 seconds]
noobaroo has joined #ffmpeg
HerbY_NL has joined #ffmpeg
rv1sr has quit []
waleee has joined #ffmpeg
nrg has quit [Quit: ZNC - https://znc.in]
<noobaroo> Since I switched to Kubuntu, QSV doesn't work. It says this: https://bpa.st/raw/TA7A VAAPI works fine though
<noobaroo> What could be the problem?
<Cracki> different package, different maintainer, different compilation flags?
<noobaroo> Where at?
nrg has joined #ffmpeg
<Cracki> you switched, what did that involve, a complete reinstall, right?
<Cracki> so a lot of things could have changed, along with the major release and whatever release tracks they have
HerbY_NL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
FH_thecat has quit [Quit: Leaving]
coldfeet has quit [Remote host closed the connection]
FH_thecat has joined #ffmpeg
waleee has quit [Ping timeout: 252 seconds]
rvalue- has joined #ffmpeg
rvalue has quit [Ping timeout: 240 seconds]
rvalue- is now known as rvalue
coldfeet has joined #ffmpeg
<noobaroo> Whats the difference between -vf format=p010 and pix_fmt yuv420p10le ?
<BtbN> The layout of the pixels in memory
<BtbN> which basically describes the difference between all pixel formats for the same kind
<BtbN> P010 is 10bit NV12
e^pi-1 has quit [Ping timeout: 260 seconds]
e^pi-1 has joined #ffmpeg
<noobaroo> I know
<noobaroo> What's the difference between `-vf format=p010` and `-pix_fmt yuv420p10le`
<BtbN> That's impossible to answer without context.
<BtbN> Beyond stating the obvious
xx has joined #ffmpeg
relue has joined #ffmpeg
xx has quit [Ping timeout: 260 seconds]
xx has joined #ffmpeg
rv1sr has joined #ffmpeg
EmleyMoor has quit [Ping timeout: 260 seconds]
kts has joined #ffmpeg
kts has quit [Ping timeout: 264 seconds]
e^pi-1 has quit [Quit: WeeChat 4.2.2]
kron has quit [Remote host closed the connection]
kron has joined #ffmpeg
coldfeet has quit [Remote host closed the connection]
beaver has quit [Quit: plouf]
beaver has joined #ffmpeg
auri has quit [Quit: No Ping reply in 180 seconds.]
auri has joined #ffmpeg
coldfeet has joined #ffmpeg
<noobaroo> BtbN What is so obvious? They both become the same product, which ffprobe reads as yuv420p10le and mpv reads as p010
<BtbN> Well, the obvious part is "one sets the -pix_fmt option, the other sets up the video filter with p010 as first option."
<BtbN> But specially the -pix_fmt option can do multiple things depending on context
<BtbN> In the most simple case it'll also just result in a format filter being inserted
<noobaroo> So in the most simple case they are exactly the same?
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg
HerbY_NL has joined #ffmpeg
HerbY_NL has quit [Client Quit]
Icedream has quit [Remote host closed the connection]
Icedream has joined #ffmpeg
jemius has quit [Quit: Leaving]
Magissia has joined #ffmpeg
beastd has quit [Quit: KVIrc 5.2.2 Quasar http://www.kvirc.net/]
coldfeet has quit [Quit: leaving]
coldfeet has joined #ffmpeg
JanC has quit [Read error: Connection reset by peer]
JanC has joined #ffmpeg
rahl has quit [Remote host closed the connection]
JanC has quit [Remote host closed the connection]
JanC has joined #ffmpeg
microchip_ has quit [Quit: There is no spoon!]
microchip_ has joined #ffmpeg
rsx has quit [Quit: rsx]
minimal has joined #ffmpeg
beaver has quit [Remote host closed the connection]
beaver has joined #ffmpeg
AbleBacon has joined #ffmpeg
HerbY_NL has joined #ffmpeg
HerbY_NL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
martylake has quit [Ping timeout: 260 seconds]
martylake has joined #ffmpeg
Tinos has joined #ffmpeg
travisghansen6 is now known as travisghansen
Livio has joined #ffmpeg
chainik1 has quit [Quit: (╯°□°)╯︵ ┻━┻]
chainik1 has joined #ffmpeg
chainik1 is now known as chainik
beastd has joined #ffmpeg
relue has quit [Ping timeout: 260 seconds]
Haripesch has joined #ffmpeg
Livio has quit [Ping timeout: 260 seconds]
relue has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
HerbY_NL has joined #ffmpeg
Livio has joined #ffmpeg
darkapex has quit [Remote host closed the connection]
darkapex has joined #ffmpeg
HerbY_NL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rv1sr has quit []
FlorianBad has quit [Quit: Konversation terminated!]
System_Error has joined #ffmpeg
Suchiman has joined #ffmpeg
odrling has quit [Remote host closed the connection]
odrling has joined #ffmpeg
Haxxa has quit [Quit: Haxxa flies away.]
Haxxa has joined #ffmpeg
tomaw has quit [Remote host closed the connection]
tomaw_ has joined #ffmpeg
tomaw_ is now known as tomaw
noobaroo has quit [Quit: Konversation terminated!]
coldfeet has quit [Remote host closed the connection]
telgareith has quit [Quit: Ping timeout (120 seconds)]
telgareith has joined #ffmpeg
function1_ has joined #ffmpeg
flotwig_ has joined #ffmpeg
function1 has quit [Ping timeout: 255 seconds]
flotwig has quit [Ping timeout: 255 seconds]
minimal has quit [Quit: Leaving]
Livio has quit [Ping timeout: 264 seconds]
rsx has joined #ffmpeg
lavaball has joined #ffmpeg
FlorianBad has joined #ffmpeg
e^pi-1 has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
Haripesch has quit [Ping timeout: 250 seconds]
LimeOn has joined #ffmpeg
<LimeOn> Hello, is it possible to do screen-recoding in wayland with ffmpeg?
<LimeOn> I am trying to use ffmpeg to screen recording and also set the screen area as i do in X11. I would also like to know if its possible to use something as 'slurp' to take the screen region in Wayland and use it in ffmpeg as its possible in x11: 'ffmpeg -framerate 25 -f x11grab -select_region 1 -i :0.0' (something as this)
Tinos has quit [Ping timeout: 250 seconds]
rsx has quit [Quit: rsx]
SuicideShow has quit [Ping timeout: 260 seconds]
SuicideShow has joined #ffmpeg
<LimeOn> solved with another tool
xx has quit [Ping timeout: 260 seconds]
whatsupdoc has quit [Quit: Connection closed for inactivity]
lucasta has joined #ffmpeg