Marth64 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 is released
rex has quit [Read error: Connection reset by peer]
rex has joined #ffmpeg
yans has quit [Quit: Let us play... Hide and Slay!]
acidbunny has quit [Ping timeout: 248 seconds]
dallemon3 has joined #ffmpeg
dallemon has quit [Ping timeout: 252 seconds]
dallemon3 is now known as dallemon
wziko has joined #ffmpeg
wziko has quit [Max SendQ exceeded]
Mirarora has quit [Quit: Mirarora encountered a fatal error and needs to close]
Mirarora has joined #ffmpeg
iive has quit [Quit: They came for me...]
rackj has joined #ffmpeg
<rackj> How can I add a black bar to the top of the video?
<rackj> The closest I've got is the pad filter, but that only pads the bottom. I can't seem to use negative values to pad the top only.
<rackj> Got it: ffmpeg -i input.mp4 -filter_complex "pad=w=in_w:h=in_h+60:x=0:y=60:color=black" output.mp4
emanuele6 has quit [Quit: moo you later]
yuckey2d has joined #ffmpeg
wziko has joined #ffmpeg
fling has quit [Remote host closed the connection]
fling has joined #ffmpeg
<lolok> flip it, pad the bottom, then flip it back? not saying thats its the best idea, but it probably would work...
noobaroo has quit [Ping timeout: 265 seconds]
wziko has quit [Ping timeout: 265 seconds]
minimal has quit [Quit: Leaving]
wziko has joined #ffmpeg
wziko has quit [Ping timeout: 260 seconds]
rvalue has quit [Ping timeout: 265 seconds]
<aaabbb> if i have a filter chain where i convert to 10-bit is there any reason not to put the format filter at the beginning before rescaling? like format=yuv420p10le,hqdn3d,scale=-1:720 vs hqdn3d,scale=-1:720,format=yuv420p10le?
fannagoganna has joined #ffmpeg
rvalue has joined #ffmpeg
StephenLynx has quit [Remote host closed the connection]
rackj has quit []
Marth64[m] has joined #ffmpeg
Marth64 has quit [Ping timeout: 248 seconds]
dallemon4 has joined #ffmpeg
dallemon has quit [Ping timeout: 246 seconds]
dallemon4 is now known as dallemon
olndrxyz has joined #ffmpeg
olndrxyz has quit [Read error: Connection reset by peer]
olndrxyz has joined #ffmpeg
acidbunny has joined #ffmpeg
olndrxyz has quit [Read error: Connection reset by peer]
olndrxyz has joined #ffmpeg
<aaabbb> oops
<aaabbb> rackj i mean
<aaabbb> and he's gone welp
fannagoganna has quit [Quit: Connection closed for inactivity]
olndrxyz has quit [Read error: Connection reset by peer]
olndrxyz has joined #ffmpeg
rv1sr has joined #ffmpeg
olndrxyz has quit [Quit: Quit]
fling has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
wziko has joined #ffmpeg
fling has joined #ffmpeg
wziko has quit [Ping timeout: 265 seconds]
coldfeet has joined #ffmpeg
EmleyMoor has quit [Ping timeout: 265 seconds]
coldfeet has quit [Ping timeout: 264 seconds]
Blacker47 has joined #ffmpeg
wziko has joined #ffmpeg
wziko has quit [Ping timeout: 246 seconds]
rv1sr has quit []
dallemon9 has joined #ffmpeg
dallemon has quit [Ping timeout: 248 seconds]
dallemon9 is now known as dallemon
Sketch has quit [Remote host closed the connection]
Sketch has joined #ffmpeg
rsx has joined #ffmpeg
coldfeet has joined #ffmpeg
a0z has quit [Ping timeout: 265 seconds]
olndrxyz has joined #ffmpeg
olndrxyz has quit [Read error: Connection reset by peer]
olndrxyz has joined #ffmpeg
olndrxyz has quit [Client Quit]
olndrxyz has joined #ffmpeg
olndrxyz has quit [Read error: Connection reset by peer]
olndrxyz has joined #ffmpeg
EmleyMoor has joined #ffmpeg
acidbunny has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.4)]
Some_Person has quit [Ping timeout: 252 seconds]
lavaball has joined #ffmpeg
wziko has joined #ffmpeg
wziko has quit [Ping timeout: 265 seconds]
raccct has joined #ffmpeg
coldfeet has quit [Ping timeout: 248 seconds]
coldfeet has joined #ffmpeg
acidbunny has joined #ffmpeg
billchenchina has joined #ffmpeg
raccct has quit [Quit: Client closed]
welder has quit [Ping timeout: 246 seconds]
StephenLynx has joined #ffmpeg
wziko has joined #ffmpeg
wziko has quit [Max SendQ exceeded]
raccct has joined #ffmpeg
Kruppt has joined #ffmpeg
LFSveteran has joined #ffmpeg
welder has joined #ffmpeg
lemourin has quit [Quit: The Lounge - https://thelounge.chat]
lemourin has joined #ffmpeg
JanC_ has joined #ffmpeg
JanC is now known as Guest319
Guest319 has quit [Killed (molybdenum.libera.chat (Nickname regained by services))]
JanC_ is now known as JanC
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
Everything has joined #ffmpeg
JanC_ has joined #ffmpeg
JanC is now known as Guest2806
JanC_ is now known as JanC
coldfeet has quit [Remote host closed the connection]
Guest2806 has quit [Ping timeout: 276 seconds]
JanC_ has joined #ffmpeg
JanC is now known as Guest6852
JanC_ is now known as JanC
HarshK23 has quit [Quit: Connection closed for inactivity]
Guest6852 has quit [Ping timeout: 276 seconds]
rsx has quit [Quit: rsx]
Some_Person has joined #ffmpeg
jemius has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
raccct has quit [Quit: Client closed]
lavaball has joined #ffmpeg
yans has joined #ffmpeg
Everything has quit [Ping timeout: 246 seconds]
minimal has joined #ffmpeg
<LFSveteran> trying to capture video+audio with a Magewell USB Capture HDMI Gen 2.
<LFSveteran> however after a will the recorded video freezes but the audio recording continues
<LFSveteran> it looks like it stops capturing video
<LFSveteran> command used:
<LFSveteran> ffmpeg \
<LFSveteran> -f alsa -ac 2 -i hw:CARD=HDMI,DEV=0 \
<LFSveteran> -f v4l2 -framerate 25 -video_size 1920x1080 -i /dev/video2 \
<LFSveteran> -c:v libx264 -b:v 1600k -preset ultrafast \
<LFSveteran> -x264opts keyint=50 -g 25 -pix_fmt yuv420p \
<LFSveteran> -c:a aac -b:a 128k -crf 0 -threads 4\
<LFSveteran> file.mp4
Samillion has left #ffmpeg [Pretending to be human]
olndrxyz has quit [Read error: Connection reset by peer]
olndrxyz has joined #ffmpeg
olndrxyz has quit [Read error: Connection reset by peer]
olndrxyz has joined #ffmpeg
wziko has joined #ffmpeg
wziko has quit [Max SendQ exceeded]
coldfeet has joined #ffmpeg
wziko has joined #ffmpeg
wziko has quit [Max SendQ exceeded]
wziko has joined #ffmpeg
wziko has quit [Ping timeout: 265 seconds]
crossby1004 has joined #ffmpeg
crossby1004 has quit [Max SendQ exceeded]
JanC has joined #ffmpeg
JanC is now known as Guest5210
Guest5210 has quit [Killed (lead.libera.chat (Nickname regained by services))]
squeaktoy has quit [Ping timeout: 265 seconds]
squeaktoy has joined #ffmpeg
JanC_ has joined #ffmpeg
JanC has quit [Killed (calcium.libera.chat (Nickname regained by services))]
JanC_ is now known as JanC
squeaktoy has quit [Remote host closed the connection]
crossby1004 has joined #ffmpeg
squeaktoy has joined #ffmpeg
YuGiOhJCJ has joined #ffmpeg
lavaball has quit [Quit: lavaball]
lavaball has joined #ffmpeg
johnjaye has quit [Ping timeout: 272 seconds]
Everything has joined #ffmpeg
kasper93 has quit [Remote host closed the connection]
lucasta has joined #ffmpeg
billchenchina has quit [Quit: Leaving]
JanC is now known as Guest4216
JanC has joined #ffmpeg
Guest4216 has quit [Killed (tantalum.libera.chat (Nickname regained by services))]
kasper93 has joined #ffmpeg
Blacker47 has quit [Quit: Life is short. Get a V.90 modem fast!]
jemius has quit [Quit: Leaving]
Everything has quit [Quit: leaving]
JanC has quit [Ping timeout: 252 seconds]
Everything has joined #ffmpeg
occivink has quit [Quit: WeeChat 4.1.2]
JanC has joined #ffmpeg
occivink has joined #ffmpeg
HarshK23 has joined #ffmpeg
lucasta has quit [Quit: Leaving]
wziko has joined #ffmpeg
Mirarora has quit [Quit: Mirarora encountered a fatal error and needs to close]
olndrxyz has quit [Quit: Quit]
wziko has quit [Ping timeout: 246 seconds]
wziko has joined #ffmpeg
Mirarora has joined #ffmpeg
wziko has quit [Ping timeout: 265 seconds]
talismanick has quit [Ping timeout: 260 seconds]
leonice1981 has joined #ffmpeg
coldfeet has quit [Remote host closed the connection]
leonice1981 has quit [Read error: Connection reset by peer]
leonice1981 has joined #ffmpeg
vulpine has quit [Quit: Connection reset by purr]
vulpine has joined #ffmpeg
Kruppt has quit [Quit: Leaving]
lavaball has quit [Remote host closed the connection]
xx has quit [Remote host closed the connection]
dallemon has quit [Ping timeout: 252 seconds]
leonice1981 has quit [Ping timeout: 248 seconds]
leonice1981 has joined #ffmpeg
Everything has quit [Quit: leaving]
crossby1004 has quit [Ping timeout: 248 seconds]
xx has joined #ffmpeg
leonice1981 has quit [Ping timeout: 248 seconds]
leonice1981 has joined #ffmpeg
crossby1004 has joined #ffmpeg
wyatt8740 has quit [Ping timeout: 265 seconds]
wyatt8740 has joined #ffmpeg
yans has quit [Ping timeout: 264 seconds]
leonice1981 has quit [Quit: Leaving]
SuicideShow has quit [Ping timeout: 252 seconds]
SuicideShow has joined #ffmpeg
Trel has quit [Quit: Trel]