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
iive has quit [Quit: They came for me...]
rizino has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
rizino has joined #ffmpeg
minimal has quit [Quit: Leaving]
JanC is now known as Guest8927
JanC has joined #ffmpeg
Guest8927 has quit [Ping timeout: 258 seconds]
etra_ has quit [Ping timeout: 248 seconds]
etra has joined #ffmpeg
etra has joined #ffmpeg
etra has quit [Changing host]
jmcantrell_ is now known as jmcantrell
blb has quit [Ping timeout: 244 seconds]
blb has joined #ffmpeg
xx has quit [Ping timeout: 272 seconds]
ynzoqn has joined #ffmpeg
JustBleedFan has quit [Quit: Connection closed for inactivity]
ynzoqn17 has joined #ffmpeg
ynzoqn17 has quit [Client Quit]
JustBleedFan has joined #ffmpeg
ynzoqn has quit [Ping timeout: 250 seconds]
user23 has quit [Remote host closed the connection]
maxim_d33 has quit [Ping timeout: 256 seconds]
maxim_d33 has joined #ffmpeg
defa has quit [Ping timeout: 248 seconds]
YUiNA has quit [Remote host closed the connection]
fengdaolong has joined #ffmpeg
Faely has quit [Ping timeout: 244 seconds]
Haven0320 has joined #ffmpeg
anticw has quit [Server closed connection]
anticw has joined #ffmpeg
Faely has joined #ffmpeg
lolok has joined #ffmpeg
Haven0320 has quit [Quit: Leaving]
Haven0320 has joined #ffmpeg
fengdaolong has quit [Read error: Connection reset by peer]
fengdaolong has joined #ffmpeg
_JM55 has joined #ffmpeg
Tifelabs has joined #ffmpeg
Tifelabs has quit [Client Quit]
ocrete1 has quit [Server closed connection]
ocrete1 has joined #ffmpeg
fengdaolong has quit [Quit: WeeChat 4.7.0]
pulec has quit [Server closed connection]
pulec has joined #ffmpeg
damian101__ has quit [Read error: Connection reset by peer]
damian101 has joined #ffmpeg
_JM55 has quit [Quit: Leaving]
JanC is now known as Guest1951
Guest1951 has quit [Killed (platinum.libera.chat (Nickname regained by services))]
JanC has joined #ffmpeg
JanC is now known as Guest9623
Guest9623 has quit [Killed (calcium.libera.chat (Nickname regained by services))]
JanC has joined #ffmpeg
emmanuelux has quit [Ping timeout: 248 seconds]
jmcantrell has quit [Quit: WeeChat 4.7.0]
paramourn has quit [Server closed connection]
paramourn has joined #ffmpeg
Corroddity has quit [Remote host closed the connection]
chico has joined #ffmpeg
<chico>
hi there, I've been playing with screen captura and hwdec, and I'm trying to figure out if I can round the region selected with -select_region to a multiple of 32 to avoid the green bands
chair1 has quit [Quit: Client closed]
<furq>
hwdec?
<chico>
hardware acceleration, using vaapi and hwupload, if that makes sense
YuGiOhJCJ has quit [Remote host closed the connection]
System_Error has quit [Remote host closed the connection]
YuGiOhJCJ has joined #ffmpeg
_whitelogger has joined #ffmpeg
System_Error has joined #ffmpeg
<another|>
hwenc != hwdec
lavaball has joined #ffmpeg
<furq>
probably pastebin the command line and output
<furq>
you shouldn't be getting green bands with non-mod32 hwenc
<chico>
aaah right, sorry for the confusion, yes, let me get the paste
<furq>
if you really do need it to be mod32 then you can crop or pad with e.g. "crop=w='iw-mod(iw,32)':h='ih-mod(ih,32)'"
<furq>
before hwupload
<chico>
https://0x0.st/Kihb.txt there's probably missused options on the command, since I'm playing around to learn and I'm almost completely new
<chico>
with that command, if the region selected is not a multiple of 32, it will show up green bands on right and/or bottom sides