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
kasper93_ is now known as kasper93
abdu67 has joined #ffmpeg
twelve has quit [Remote host closed the connection]
aaabbb has quit [Ping timeout: 248 seconds]
abdu has quit [Ping timeout: 240 seconds]
LainExperiments has joined #ffmpeg
LainExperiments4 has joined #ffmpeg
LainExperiments4 has quit [Client Quit]
LainExperiments has quit [Ping timeout: 240 seconds]
aaabbb has joined #ffmpeg
iive has quit [Quit: They came for me...]
twelve has joined #ffmpeg
minimal has quit [Quit: Leaving]
twelve has quit [Remote host closed the connection]
abdu67 has quit [Quit: Client closed]
abdu67 has joined #ffmpeg
^Neo has quit [Ping timeout: 245 seconds]
thelounge2644 has joined #ffmpeg
thelounge264 has quit [Ping timeout: 260 seconds]
thelounge2644 is now known as thelounge264
cmc has quit [Ping timeout: 264 seconds]
cmc has joined #ffmpeg
abdu67 has quit [Ping timeout: 240 seconds]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg
maxim_d33 has quit [Ping timeout: 248 seconds]
abdu67 has joined #ffmpeg
maxim_d33 has joined #ffmpeg
abdu67 has quit [Ping timeout: 240 seconds]
Jan\ has quit [Ping timeout: 272 seconds]
Jan\ has joined #ffmpeg
phantomics_ has joined #ffmpeg
phantomics has quit [Ping timeout: 260 seconds]
vincejv has quit [Remote host closed the connection]
unlord has quit [Ping timeout: 244 seconds]
unlord has joined #ffmpeg
zsoltiv_ has quit [Ping timeout: 252 seconds]
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg
jmcantrell has quit [Quit: WeeChat 4.5.2]
vincejv has joined #ffmpeg
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg
cmc has quit [Remote host closed the connection]
cmc has joined #ffmpeg
derpydoo has joined #ffmpeg
Vonter has quit [Ping timeout: 252 seconds]
Vonter has joined #ffmpeg
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg
xx has joined #ffmpeg
Vonter has quit [Ping timeout: 276 seconds]
Vonter has joined #ffmpeg
siarheisiniak has joined #ffmpeg
MisterMinister has quit [Ping timeout: 260 seconds]
user_oreloznog has joined #ffmpeg
RuMi_Nos has joined #ffmpeg
siarheisiniak has quit [Ping timeout: 240 seconds]
mlauss2 has joined #ffmpeg
mlauss2 has quit [Quit: Client closed]
rsx has joined #ffmpeg
leandrosansilva has joined #ffmpeg
lavaball has joined #ffmpeg
Shine_ has joined #ffmpeg
deetwelve has quit [Quit: null]
evilscreww has joined #ffmpeg
twelve has joined #ffmpeg
deetwelve has joined #ffmpeg
SuicideShow has quit [Ping timeout: 272 seconds]
SuicideShow has joined #ffmpeg
Guest11 has joined #ffmpeg
Guest11 has quit [Quit: Client closed]
phantomics has joined #ffmpeg
phantomics_ has quit [Ping timeout: 260 seconds]
twelve has quit [Ping timeout: 252 seconds]
furq has quit [Remote host closed the connection]
microchip_ has quit [Ping timeout: 244 seconds]
user_oreloznog has quit [Ping timeout: 252 seconds]
siarheisiniak has joined #ffmpeg
user_oreloznog has joined #ffmpeg
microchip_ has joined #ffmpeg
derpydoo has quit [Quit: derpydoo]
abdu67 has joined #ffmpeg
Ekho has quit [Remote host closed the connection]
System_Error has quit [Ping timeout: 264 seconds]
compnn has joined #ffmpeg
Marth64 has quit [Remote host closed the connection]
natto17 has joined #ffmpeg
bertieb_ has joined #ffmpeg
natto has quit [Ping timeout: 260 seconds]
compnnn has quit [Read error: Connection reset by peer]
<Guest94>
hey folks, I was wondering if someone could help me out. I am trying to generate thumbnails from videos/gifs/etc and I want to ensure that I create exactly N thumbnails that are as equidistantly apart as possible, for any input. I have tried messing with `fps` filters to math out the frames ahead of time, -frames:v to limit the max, but I still run
<Guest94>
into cases where ffmpeg cannot create exactly the right amount of thumbnails. As an example, I have a gif that is 2.4 seconds long, has a framerate of 10/1, and I want to generate 18 thumbnails. In reality, I end up creating 17 thumbnails. This is the command I am working with:
<Guest94>
I derive fps=7.5 by taking the duration (2.4) and the desired frames (10) to get this: (fps = 1 / 2.4 / 18).