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
zenstoic has quit [Quit: Connection closed for inactivity]
lemourin has quit [Read error: Connection reset by peer]
lemourin1 has joined #ffmpeg
lemourin1 is now known as lemourin
Marth64 has quit [Ping timeout: 252 seconds]
lemourin has quit [Read error: Connection reset by peer]
twelve has quit [Remote host closed the connection]
Blacker47 has joined #ffmpeg
twelve has joined #ffmpeg
stolen has quit [Quit: Connection closed for inactivity]
twelve has quit [Remote host closed the connection]
w1kl4s has quit [Ping timeout: 248 seconds]
w1kl4s has joined #ffmpeg
vlm has quit [Ping timeout: 260 seconds]
vlm has joined #ffmpeg
w1kl4s has quit [Ping timeout: 260 seconds]
Sakura`Kinomoto has quit [Remote host closed the connection]
rossome has joined #ffmpeg
SuicideShow has quit [Ping timeout: 245 seconds]
SuicideShow has joined #ffmpeg
rossome has quit [Quit: WeeChat 4.5.2]
rossome has joined #ffmpeg
Sakura`Kinomoto has joined #ffmpeg
j45 has quit [Read error: Connection reset by peer]
j45 has joined #ffmpeg
j45 has quit [Changing host]
j45 has joined #ffmpeg
tyzoid has quit [Ping timeout: 260 seconds]
w1kl4s has joined #ffmpeg
tyzoid has joined #ffmpeg
Shine_ has joined #ffmpeg
coldfeet has joined #ffmpeg
user_oreloznog_ has joined #ffmpeg
user_oreloznog has quit [Ping timeout: 268 seconds]
Guest8 has joined #ffmpeg
Guest8 has quit [Quit: Client closed]
<Ingvix>
I found some old filter examples showing volume having softclip option but that doesn't seem to be the case currently. Was the functionality moved to asoftclip perhaps?
^Neo has joined #ffmpeg
^Neo has joined #ffmpeg
^Neo has quit [Changing host]
<Ingvix>
oh, or is it replaygain_noclip now
<Ingvix>
hmm, maybe I'm actually reading this mpv related filter wrong
<Ingvix>
also I don't know why did my brain think noclip is the same as softclip for a moment
Guest8 has joined #ffmpeg
abdu76 has joined #ffmpeg
evilscreww has joined #ffmpeg
Guest8 has quit [Quit: Client closed]
coldfeet has quit [Quit: Lost terminal]
xx has quit [Ping timeout: 264 seconds]
xx has joined #ffmpeg
olndrxyz has joined #ffmpeg
olndrxyz has quit [Quit: Quit]
Kei_N has joined #ffmpeg
sonicrules1234 has joined #ffmpeg
mlauss2 has quit [Quit: Client closed]
abdu76 has quit [Quit: Client closed]
abdu76 has joined #ffmpeg
CHR0N0S has quit [Remote host closed the connection]
CHR0N0S has joined #ffmpeg
dionisis has joined #ffmpeg
Traneptora has quit [Quit: Quit]
Traneptora has joined #ffmpeg
rsx has joined #ffmpeg
evilscreww has quit [Remote host closed the connection]
evilscreww has joined #ffmpeg
leandrosansilva has joined #ffmpeg
vlm has quit [Ping timeout: 246 seconds]
vlm has joined #ffmpeg
Tano has joined #ffmpeg
abdu76 has quit [Quit: Client closed]
abdu76 has joined #ffmpeg
abdu76 has quit [Ping timeout: 240 seconds]
cers has joined #ffmpeg
abdu76 has joined #ffmpeg
<cers>
I am having an issue using filter_complex. I have an initial chain that produces an output that I am attempting to then reuse in subsequent chains. For example -complex_filter "[0:v]scale='in_color_matrix=auto:in_range=auto:out_color_matrix=bt709:out_range=tv',setsar='1:1'[vfixed];[vfixed]scale='w=1280:h=720'[v720p]" (slightly contrived example),
<cers>
but I get an error saying that vfixed does not match any streams. Using [0:v] as input for the chains works as expected though, but I would like to not have to do the preprocess step for each following chain. Am I misunderstanding something?
YUiNA has joined #ffmpeg
<furq>
cers: if you're using vfixed as an input label multiple times then you need to split it first