alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #ffmpeg
alexherbo2 has quit [Remote host closed the connection]
rvalue has quit [Ping timeout: 256 seconds]
fossdd has quit [Ping timeout: 255 seconds]
fossdd has joined #ffmpeg
rvalue has joined #ffmpeg
<Marth64> bencc1: there are less than and greater than functions
<Marth64> it has been some time since I used it but there ar eoptions
<furq> between(t,0.5)+gt(t,10)
<furq> 0,5
<furq> i guess you'd actually want gte
navi has quit [Quit: WeeChat 4.1.2]
Ogobaga has joined #ffmpeg
fossdd has quit [Ping timeout: 276 seconds]
<bencc1> furq: thanks. I'll try
lavaball has quit [Remote host closed the connection]
fossdd has joined #ffmpeg
KombuchaKip has quit [Quit: Leaving.]
halvut has joined #ffmpeg
fossdd has quit [Ping timeout: 255 seconds]
halvut has quit [Client Quit]
JanC has joined #ffmpeg
JanC is now known as Guest4770
Guest4770 has quit [Killed (osmium.libera.chat (Nickname regained by services))]
bencc1 has quit [Quit: Leaving]
lexano has quit [Ping timeout: 264 seconds]
fossdd has joined #ffmpeg
<Juest> kepstin: no idea what flags i would need to disable, and doesn't this require a lot of compile-time libraries?
<furq> just try to build it and see if it works
<furq> it's not officially supported but nobody has deliberately broken it
<Juest> i only have vs 2005-2015 on the win7 machine, i got 2017-2022 on a windows 10 secondary computer
<Juest> i see, i guess its something up with prebuilt people
<furq> i take it you've tried prebuilt binaries and they don't work
<Juest> or not, those build as per officially i believe
<furq> well if any thirdparty library doesn't work on 7 then that will break any prebuilds that use them
<Juest> that's probably it i guess?
<furq> maybe
Keshl_ has joined #ffmpeg
<Juest> ffmpeg flat out didnt want to start
<furq> that was the case before xp before it was officially broken in ffmpeg
<furq> for xp
Keshl has quit [Read error: Connection reset by peer]
<furq> any builds with libx265 didn't work
Tinos has joined #ffmpeg
fossdd has quit [Ping timeout: 256 seconds]
fossdd has joined #ffmpeg
MetaNova has quit [Remote host closed the connection]
MetaNova has joined #ffmpeg
fossdd has quit [Ping timeout: 256 seconds]
fossdd has joined #ffmpeg
fossdd has quit [Ping timeout: 255 seconds]
fossdd has joined #ffmpeg
ano has joined #ffmpeg
Jhonny2x4 has quit [Read error: Connection reset by peer]
<aaabbb> how is hevc-aq doing compared to aq-mode=2/aq-mode=3?
<aaabbb> does it still have problems with artifacts or is it pretty mature now?
bitbinge has quit [Ping timeout: 255 seconds]
<aaabbb> i hesitate to use experimental features because some like ssim-rd just kind of failed but were never removed but some like aq-motion seem to work pretty well
fossdd has quit [Ping timeout: 268 seconds]
<furq> didn't that become aq-mode 4
fossdd has joined #ffmpeg
<aaabbb> i don't think so, aq-mode 4 is just mode 3 but spends some extra bits around sharp edges
<aaabbb> hevc-aq: "It scales the quantization step size according to the spatial activity of one coding unit relative to frame average spatial activity. This AQ method utilizes the minimum variance of sub-unit in each coding unit to represent the spatial complexity of the coding unit."
<aaabbb> aq-mode 4 is just mode 2 but bias to edges (vs mode 3 which is bias to dark scenes)
<aaabbb> ok reading it now
<FlorianBad> Is there anything in ffmpeg or ffprobe that might at some point disable the terminal echo so I end up being unable to see what I type in the terminal afterwards? I can't pinpoint where it's coming from, but I'm 99% confident it's one of the many ffmpeg/ffprobe commands my script executes
<aaabbb> furq: just 2 days ago reply, cool! i've read that thread before so i thoght it was still sorta unanswered, thx!
<aaabbb> furq: is it still recommended to use aq-mode 3 for 8 bit encodes or low bitrate 10 bit encodes? and to generally not use mode 4 or 5 except when you know you need it?
<furq> no idea
<aaabbb> FlorianBad: it changes terminal modes yes, you can probably stop it from doing that by disabing interactive mode?
<FlorianBad> aaabbb, how?
<FlorianBad> meaning it won't touch stdin?
<aaabbb> FlorianBad: yeah which means it probably can stay in canonical terminal mode (my terminal mode memory is fuzzy)
<FlorianBad> oh!! -nostdin ???
<aaabbb> yeah
<FlorianBad> awesome, let me try this
<ano> is there a way to get width/height according to "Side data: displaymatrix: rotation of ... degrees" ?
nrg has quit [Ping timeout: 240 seconds]
<aaabbb> ano: that's not where the dimensions are displayed
<aaabbb> you have to determine yourself what the original/new dimensions are if all you have is the displaymatrix rotation
<ano> ffprobe shows width/height before rotation applied, is there a way to get "visible" (after rotation applied) width/height instead w/o manual calc?
<aaabbb> there's probably a way with ffprobe's more advanced options, try man ffprobe-all
<aaabbb> ano: it looks like it depends on the player
<aaabbb> mpv's output and ffplay's are different for an odd rotation angle (i tried 70 deg)
nrg has joined #ffmpeg
<ano> ugh vf=scale applied after(?) rotation and breaks aspect ratio?
fossdd has quit [Ping timeout: 276 seconds]
<ano> while ffprobe shows width/height before rotation, is there a way to firstly apply -vf scale before and only then apply "Side data: displaymatrix: rotation of ... degrees"?
<ano> saw that link
<Marth64> you may be able to add setsar=1 to fix your aspect ratio issue
<Marth64> i am not sure of rotation, apologize
<furq> you can use -noautorotate
<furq> but you'd then need to reset the rotation metadata
fossdd has joined #ffmpeg
lemourin has quit [Read error: Connection reset by peer]
lemourin has joined #ffmpeg
AbleBacon has quit [Read error: Connection reset by peer]
fossdd has quit [Ping timeout: 264 seconds]
fossdd has joined #ffmpeg
vlm has joined #ffmpeg
<aaabbb> i've been trying to find the clean solution to this for days but can't find out, how do i use the concat muxer to add a single-frame video to the start of another video, and have that frame last say 5 seconds?
<aaabbb> using -muxdelay sort of works but only if i'm concating once
waleee has quit [Ping timeout: 268 seconds]
fossdd has quit [Ping timeout: 255 seconds]
<aaabbb> i guess there's no way to do it without using -f concat -i textfile with duration in it?
fossdd has joined #ffmpeg
MisterMinister has joined #ffmpeg
fossdd has quit [Ping timeout: 256 seconds]
Vonter has quit [Ping timeout: 246 seconds]
Vonter has joined #ffmpeg
cryptic has quit [Quit: ZNC 1.8.2 - https://znc.in]
cryptic has joined #ffmpeg
fossdd has joined #ffmpeg
<ano> man ffprobe-all has EXPRESSION EVALUATION section, what's the point of that, is there a way to do calculations for -show_entries output?
vlm has quit [Quit: Leaving]
<Marth64> wdym
<ano> want to output rotation as 0 if not found for (ffprobe -show_entries stream=width,height -show_entries stream_side_data=rotation -of default=sv=ignore:nw=1:nk=1) e.g. -show_entries if(stream_side_data=rotation, stream_side_data=rotation, 0)
minimal has quit [Quit: Leaving]
fossdd has quit [Ping timeout: 256 seconds]
tyzoid has quit [Ping timeout: 260 seconds]
fossdd has joined #ffmpeg
tyzoid has joined #ffmpeg
Vonter has quit [Ping timeout: 252 seconds]
Vonter has joined #ffmpeg
<FlorianBad> the bandwidth= value of a dash manifest is `bits per second` ? That's the closest thing that makes sense based on size of chunk-stream files but I'm surprised it's still not quite that (files are about 15% larger than that when I do the totals)
qaph has joined #ffmpeg
Muimi has joined #ffmpeg
kron has quit [Ping timeout: 276 seconds]
BUSY has quit [Quit: Leaving]
finsternis has quit [Ping timeout: 256 seconds]
Tano has quit [Quit: WeeChat 4.1.2]
qaph is now known as kron
finsternis has joined #ffmpeg
Marth64 has quit [Ping timeout: 252 seconds]
Marth64 has joined #ffmpeg
waeking has quit [Ping timeout: 264 seconds]
Tinos has quit [*.net *.split]
Tinos has joined #ffmpeg
ano has quit [*.net *.split]
beaver has quit [*.net *.split]
chiselfuse has quit [*.net *.split]
fling has quit [*.net *.split]
hussein1_ has quit [*.net *.split]
ano has joined #ffmpeg
beaver has joined #ffmpeg
chiselfuse has joined #ffmpeg
hussein1_ has joined #ffmpeg
fling has joined #ffmpeg
chiselfuse has quit [*.net *.split]
ano has quit [*.net *.split]
beaver has quit [*.net *.split]
fling has quit [*.net *.split]
hussein1_ has quit [*.net *.split]
Tinos has quit [*.net *.split]
MisterMinister has quit [*.net *.split]
Keshl_ has quit [*.net *.split]
hightower4 has quit [*.net *.split]
Offspring has quit [*.net *.split]
five618480 has quit [*.net *.split]
Ingvix has quit [*.net *.split]
elastic_dog has quit [*.net *.split]
lec_thege804 has quit [*.net *.split]
dead1 has quit [*.net *.split]
NaviTheFairy has quit [*.net *.split]
TheSilentLink has quit [*.net *.split]
berndj has quit [*.net *.split]
Hackerpcs has quit [*.net *.split]
emanuele6 has quit [*.net *.split]
Starz0r has quit [*.net *.split]
bibble has quit [*.net *.split]
finsternis has quit [*.net *.split]
nrg has quit [*.net *.split]
ttys000 has quit [*.net *.split]
justache has quit [*.net *.split]
nate has quit [*.net *.split]
rish has quit [*.net *.split]
BtbN has quit [*.net *.split]
zeratul has quit [*.net *.split]
buhman has quit [*.net *.split]
staceee has quit [*.net *.split]
tsujp has quit [*.net *.split]
militantorc has quit [*.net *.split]
dallemon has quit [*.net *.split]
pyre has quit [*.net *.split]
eldowan has quit [*.net *.split]
nd has quit [*.net *.split]
m5zs7k has quit [*.net *.split]
Rhvs has quit [*.net *.split]
aaabbb has quit [*.net *.split]
Perflosopher has quit [*.net *.split]
chymera has quit [*.net *.split]
Fenrir has quit [*.net *.split]
Lynne has quit [*.net *.split]
jkqxz has quit [*.net *.split]
CounterPillow has quit [*.net *.split]
nyaomin has quit [*.net *.split]
rvalue has quit [*.net *.split]
lusciouslover has quit [*.net *.split]
zsoltiv__ has quit [*.net *.split]
emmanuelux has quit [*.net *.split]
kasper93 has quit [*.net *.split]
dv_ has quit [*.net *.split]
Flat has quit [*.net *.split]
deus0ww has quit [*.net *.split]
deetwelve has quit [*.net *.split]
faxmodem has quit [*.net *.split]
odrling has quit [*.net *.split]
averne has quit [*.net *.split]
Buliarous has quit [*.net *.split]
Sciencentistguy has quit [*.net *.split]
chaoticryptidz has quit [*.net *.split]
lockywolf has quit [*.net *.split]
thomas_D81 has quit [*.net *.split]
Ekho has quit [*.net *.split]
IcyPalm has quit [*.net *.split]
hackkitten has quit [*.net *.split]
drew has quit [*.net *.split]
turdle has quit [*.net *.split]
csavinovich_ has quit [*.net *.split]
spaam has quit [*.net *.split]
Ogobaga has quit [*.net *.split]
turlando has quit [*.net *.split]
Haxxa has quit [*.net *.split]
MootPoot has quit [*.net *.split]
Suchiman has quit [*.net *.split]
FH_thecat has quit [*.net *.split]
s55 has quit [*.net *.split]
dbal has quit [*.net *.split]
Sakura`Kinomoto has quit [*.net *.split]
cristian__c has quit [*.net *.split]
Kei_N has quit [*.net *.split]
holgersson has quit [*.net *.split]
stevenliu has quit [*.net *.split]
c_14 has quit [*.net *.split]
jdek has quit [*.net *.split]
Traneptora has quit [*.net *.split]
kraftwerk28 has quit [*.net *.split]
wacko has quit [*.net *.split]
low-key has quit [*.net *.split]
JEEB has quit [*.net *.split]
utsweetyfish has quit [*.net *.split]
haasn has quit [*.net *.split]
rcombs has quit [*.net *.split]
pzich_ has quit [*.net *.split]
colona_ has quit [*.net *.split]
Naleksuh has quit [*.net *.split]
fatalis has quit [*.net *.split]
ChanServ has quit [*.net *.split]
Muimi has quit [*.net *.split]
LionEagle has quit [*.net *.split]
foul_owl has quit [*.net *.split]
Gaboradon has quit [*.net *.split]
flotwig has quit [*.net *.split]
marcj has quit [*.net *.split]
realies has quit [*.net *.split]
l4yer has quit [*.net *.split]
moxie has quit [*.net *.split]
buzel has quit [*.net *.split]
anticw has quit [*.net *.split]
CoreX has quit [*.net *.split]
hendry has quit [*.net *.split]
meepmeep has quit [*.net *.split]
wwalker has quit [*.net *.split]
catsoften has quit [*.net *.split]
mrelcee has quit [*.net *.split]
epony has quit [*.net *.split]
bleb has quit [*.net *.split]
llyyr has quit [*.net *.split]
nitrix has quit [*.net *.split]
furq has quit [*.net *.split]
signalhunter has quit [*.net *.split]
luva has quit [*.net *.split]
chainik1 has quit [*.net *.split]
Mister_Magister has quit [*.net *.split]
Exa has quit [*.net *.split]
treefrob has quit [*.net *.split]
trillion_exabyte has quit [*.net *.split]
pulec has quit [*.net *.split]
klaxa has quit [*.net *.split]
galad has quit [*.net *.split]
bcn has quit [*.net *.split]
roosterphant has quit [*.net *.split]
Arsen has quit [*.net *.split]
jarainf has quit [*.net *.split]
nitroxis has quit [*.net *.split]
javabean has quit [*.net *.split]
koolazer has quit [*.net *.split]
mayli2 has quit [*.net *.split]
[R]x has quit [*.net *.split]
Marth64 has quit [*.net *.split]
fossdd has quit [*.net *.split]
Corroddity has quit [*.net *.split]
metta has quit [*.net *.split]
phantomcircuit_ has quit [*.net *.split]
itok has quit [*.net *.split]
Icedream has quit [*.net *.split]
hjckr has quit [*.net *.split]
acovrig60 has quit [*.net *.split]
another| has quit [*.net *.split]
Arokh has quit [*.net *.split]
KyleSiefring has quit [*.net *.split]
gothicserpent has quit [*.net *.split]
irwiss has quit [*.net *.split]
dostoyevsky2 has quit [*.net *.split]
Doeme has quit [*.net *.split]
znf has quit [*.net *.split]
xvaclav has quit [*.net *.split]
englishm has quit [*.net *.split]
pal has quit [*.net *.split]
kylophone has quit [*.net *.split]
Kobaz has quit [*.net *.split]
j45 has quit [*.net *.split]
txtsd has quit [*.net *.split]
kepstin has quit [*.net *.split]
vincejv has quit [*.net *.split]
blaze has quit [*.net *.split]
jab416171 has quit [*.net *.split]
moviuro has quit [*.net *.split]
markizano has quit [*.net *.split]
GenTooMan has quit [*.net *.split]
jkkm has quit [*.net *.split]
jess has quit [*.net *.split]
yawkat has quit [*.net *.split]
luser1 has quit [*.net *.split]
tm512 has quit [*.net *.split]
DarkG has quit [*.net *.split]
garfvl has quit [*.net *.split]
drv has quit [*.net *.split]
bjarnis has quit [*.net *.split]
auri has quit [*.net *.split]
tyzoid has quit [*.net *.split]
Vonter has quit [*.net *.split]
MetaNova has quit [*.net *.split]
theobjectivedad has quit [*.net *.split]
manwithluck has quit [*.net *.split]
Coinflipper has quit [*.net *.split]
EmleyMoor has quit [*.net *.split]
ballsxd has quit [*.net *.split]
blb has quit [*.net *.split]
ossifrage has quit [*.net *.split]
microchip_ has quit [*.net *.split]
beastd has quit [*.net *.split]
Some_Person has quit [*.net *.split]
sm1999 has quit [*.net *.split]
aindilis has quit [*.net *.split]
murb has quit [*.net *.split]
frankplow has quit [*.net *.split]
Mavrik has quit [*.net *.split]
shikieiki has quit [*.net *.split]
woky has quit [*.net *.split]
CAT_S has quit [*.net *.split]
poorboy has quit [*.net *.split]
hbbs has quit [*.net *.split]
snek has quit [*.net *.split]
Argorok has quit [*.net *.split]
Son_Goku has quit [*.net *.split]
meklu has quit [*.net *.split]
ePirat has quit [*.net *.split]
Joeboy has quit [*.net *.split]
llinguini has quit [*.net *.split]
bossjones has quit [*.net *.split]
mccobsta has quit [*.net *.split]
FlorianBad has quit [*.net *.split]
HarshK23 has quit [*.net *.split]
jtgd has quit [*.net *.split]
squeaktoy has quit [*.net *.split]
Sketch has quit [*.net *.split]
AMM has quit [*.net *.split]
foamy has quit [*.net *.split]
sopparus has quit [*.net *.split]
rhys has quit [*.net *.split]
Brocker has quit [*.net *.split]
orthoplex64 has quit [*.net *.split]
jnbek has quit [*.net *.split]
bitblit has quit [*.net *.split]
cworley has quit [*.net *.split]
Vesryn has quit [*.net *.split]
cedra has quit [*.net *.split]
Fischmiep has quit [*.net *.split]
LimeOn has quit [*.net *.split]
nemesit has quit [*.net *.split]
bencoh has quit [*.net *.split]
jkhsjdhjs has quit [*.net *.split]
gordonfish has quit [*.net *.split]
sjs has quit [*.net *.split]
klotzhauer_ has quit [*.net *.split]
ocrete has quit [*.net *.split]
carpenter has quit [*.net *.split]
pa has quit [*.net *.split]
feuerrot_ has quit [*.net *.split]
ninjin has quit [*.net *.split]
atrius has quit [*.net *.split]
chris-p has quit [*.net *.split]
mindfreeze has quit [*.net *.split]
dza has quit [*.net *.split]
michaelni has quit [*.net *.split]
jlc has quit [*.net *.split]
Teraii has quit [*.net *.split]
iliv has quit [*.net *.split]
andrewrk has quit [*.net *.split]
tmatth has quit [*.net *.split]
kilobyte_ch has quit [*.net *.split]
hwm4rgs has quit [*.net *.split]
tofran has quit [*.net *.split]
techietrash has quit [*.net *.split]
LambdaComplex has quit [*.net *.split]
Tips|Cloud has quit [*.net *.split]
Peter has quit [*.net *.split]
natto has quit [*.net *.split]
bpmedley has quit [*.net *.split]
monaco has quit [*.net *.split]
xerox has quit [*.net *.split]
adema has quit [*.net *.split]
q66 has quit [*.net *.split]
gvg has quit [*.net *.split]
gvg_ has quit [*.net *.split]
theracermaster has quit [*.net *.split]
nicoz has quit [*.net *.split]
zsw has quit [*.net *.split]
krasjet has quit [*.net *.split]
XdaddyZX_ has quit [*.net *.split]
antto has quit [*.net *.split]
rizino has quit [*.net *.split]
nurupo has quit [*.net *.split]
frojnd has quit [*.net *.split]
hsv has quit [*.net *.split]
kuba-orlik039 has quit [*.net *.split]
user24037 has quit [*.net *.split]
ishan has quit [*.net *.split]
boxrick has quit [*.net *.split]
ops has quit [*.net *.split]
Riviera has quit [*.net *.split]
enyc has quit [*.net *.split]
tobias has quit [*.net *.split]
tempora has quit [*.net *.split]
wyatt8740 has quit [*.net *.split]
bitoff_ has quit [*.net *.split]
lullerhaus has quit [*.net *.split]
kushal__ has quit [*.net *.split]
rpthms has quit [*.net *.split]
MightyBOB has quit [*.net *.split]
termos has quit [*.net *.split]
meinside has quit [*.net *.split]
Hobbyboy has quit [*.net *.split]
Epakai has quit [*.net *.split]
nillyhan has quit [*.net *.split]
Peetz0r has quit [*.net *.split]
vulpine has quit [*.net *.split]
GingerGeek has quit [*.net *.split]
litheum has quit [*.net *.split]
occivink has quit [*.net *.split]
genius3000 has quit [*.net *.split]
k-man has quit [*.net *.split]
jesse-s has quit [*.net *.split]
Fanfwe has quit [*.net *.split]
void09 has quit [*.net *.split]
PanamaCity3003 has quit [*.net *.split]
satellite has quit [*.net *.split]
Mr_MENOU has quit [*.net *.split]
pagios has quit [*.net *.split]
GTAXL has quit [*.net *.split]
JanC has quit [*.net *.split]
jamra_______ has quit [*.net *.split]
SuicideShow has quit [*.net *.split]
zmt00 has quit [*.net *.split]
ajshell19 has quit [*.net *.split]
darkapex has quit [*.net *.split]
tomaw has quit [*.net *.split]
intrac has quit [*.net *.split]
cc0 has quit [*.net *.split]
graphitemaster has quit [*.net *.split]
Manouchehri has quit [*.net *.split]
sonicrules1234 has quit [*.net *.split]
nickster has quit [*.net *.split]
Ram-Z has quit [*.net *.split]
Trel has quit [*.net *.split]
tykling has quit [*.net *.split]
bigfoot547 has quit [*.net *.split]
w1kl4s has quit [*.net *.split]
The_Blode has quit [*.net *.split]
dlb76 has quit [*.net *.split]
wkoszek has quit [*.net *.split]
Mohammad has quit [*.net *.split]
jluthra has quit [*.net *.split]
strudl has quit [*.net *.split]
zeromind has quit [*.net *.split]
smashgrab has quit [*.net *.split]
stevew has quit [*.net *.split]
fossdd has joined #ffmpeg
tyzoid has joined #ffmpeg
Keshl_ has joined #ffmpeg
tempora has joined #ffmpeg
chainik1 has joined #ffmpeg
orthoplex64 has joined #ffmpeg
hussein1_ has joined #ffmpeg
beaver has joined #ffmpeg
Muimi has joined #ffmpeg
Tinos has joined #ffmpeg
Fanfwe has joined #ffmpeg
Marth64 has joined #ffmpeg
finsternis has joined #ffmpeg
ano has joined #ffmpeg
nrg has joined #ffmpeg
MisterMinister has joined #ffmpeg
MetaNova has joined #ffmpeg
JanC has joined #ffmpeg
rvalue has joined #ffmpeg
Ogobaga has joined #ffmpeg
SuicideShow has joined #ffmpeg
LionEagle has joined #ffmpeg
mccobsta has joined #ffmpeg
hightower4 has joined #ffmpeg
theobjectivedad has joined #ffmpeg
Offspring has joined #ffmpeg
manwithluck has joined #ffmpeg
turlando has joined #ffmpeg
five618480 has joined #ffmpeg
catsoften has joined #ffmpeg
bitoff_ has joined #ffmpeg
Haxxa has joined #ffmpeg
mrelcee has joined #ffmpeg
Ingvix has joined #ffmpeg
FlorianBad has joined #ffmpeg
MootPoot has joined #ffmpeg
wyatt8740 has joined #ffmpeg
ttys000 has joined #ffmpeg
elastic_dog has joined #ffmpeg
j45 has joined #ffmpeg
foul_owl has joined #ffmpeg
epony has joined #ffmpeg
lec_thege804 has joined #ffmpeg
Gaboradon has joined #ffmpeg
HarshK23 has joined #ffmpeg
jtgd has joined #ffmpeg
FH_thecat has joined #ffmpeg
Suchiman has joined #ffmpeg
lusciouslover has joined #ffmpeg
flotwig has joined #ffmpeg
dead1 has joined #ffmpeg
zsoltiv__ has joined #ffmpeg
NaviTheFairy has joined #ffmpeg
emmanuelux has joined #ffmpeg
s55 has joined #ffmpeg
TheSilentLink has joined #ffmpeg
Coinflipper has joined #ffmpeg
berndj has joined #ffmpeg
Hackerpcs has joined #ffmpeg
ballsxd has joined #ffmpeg
squeaktoy has joined #ffmpeg
bibble has joined #ffmpeg
dbal has joined #ffmpeg
kasper93 has joined #ffmpeg
zmt00 has joined #ffmpeg
Corroddity has joined #ffmpeg
Starz0r has joined #ffmpeg
justache has joined #ffmpeg
emanuele6 has joined #ffmpeg
ajshell19 has joined #ffmpeg
EmleyMoor has joined #ffmpeg
marcj has joined #ffmpeg
darkapex has joined #ffmpeg
dv_ has joined #ffmpeg
Sakura`Kinomoto has joined #ffmpeg
bencoh has joined #ffmpeg
Sketch has joined #ffmpeg
bleb has joined #ffmpeg
feuerrot_ has joined #ffmpeg
metta has joined #ffmpeg
llyyr has joined #ffmpeg
AMM has joined #ffmpeg
sjs has joined #ffmpeg
foamy has joined #ffmpeg
sopparus has joined #ffmpeg
phantomcircuit_ has joined #ffmpeg
jkhsjdhjs has joined #ffmpeg
nitrix has joined #ffmpeg
gordonfish has joined #ffmpeg
klotzhauer_ has joined #ffmpeg
itok has joined #ffmpeg
furq has joined #ffmpeg
rhys has joined #ffmpeg
Brocker has joined #ffmpeg
bigfoot547 has joined #ffmpeg
luva has joined #ffmpeg
signalhunter has joined #ffmpeg
q66 has joined #ffmpeg
cristian__c has joined #ffmpeg
ocrete has joined #ffmpeg
txtsd has joined #ffmpeg
blb has joined #ffmpeg
lullerhaus has joined #ffmpeg
kushal__ has joined #ffmpeg
Kei_N has joined #ffmpeg
ossifrage has joined #ffmpeg
Mister_Magister has joined #ffmpeg
Flat has joined #ffmpeg
Joeboy has joined #ffmpeg
microchip_ has joined #ffmpeg
carpenter has joined #ffmpeg
kepstin has joined #ffmpeg
jnbek has joined #ffmpeg
holgersson has joined #ffmpeg
tomaw has joined #ffmpeg
vincejv has joined #ffmpeg
pa has joined #ffmpeg
beastd has joined #ffmpeg
Some_Person has joined #ffmpeg
intrac has joined #ffmpeg
Exa has joined #ffmpeg
rpthms has joined #ffmpeg
realies has joined #ffmpeg
treefrob has joined #ffmpeg
deus0ww has joined #ffmpeg
gvg_ has joined #ffmpeg
gvg has joined #ffmpeg
sm1999 has joined #ffmpeg
rish has joined #ffmpeg
076AAK90M has joined #ffmpeg
deetwelve has joined #ffmpeg
bitblit has joined #ffmpeg
MightyBOB has joined #ffmpeg
blaze has joined #ffmpeg
nate has joined #ffmpeg
stevenliu has joined #ffmpeg
natto has joined #ffmpeg
Icedream has joined #ffmpeg
Fischmiep has joined #ffmpeg
faxmodem has joined #ffmpeg
theracermaster has joined #ffmpeg
jab416171 has joined #ffmpeg
Riviera has joined #ffmpeg
moviuro has joined #ffmpeg
l4yer has joined #ffmpeg
BtbN has joined #ffmpeg
markizano has joined #ffmpeg
odrling has joined #ffmpeg
averne has joined #ffmpeg
Buliarous has joined #ffmpeg
trillion_exabyte has joined #ffmpeg
c_14 has joined #ffmpeg
zeratul has joined #ffmpeg
graphitemaster has joined #ffmpeg
jdek has joined #ffmpeg
Manouchehri has joined #ffmpeg
termos has joined #ffmpeg
buhman has joined #ffmpeg
meinside has joined #ffmpeg
staceee has joined #ffmpeg
tsujp has joined #ffmpeg
sonicrules1234 has joined #ffmpeg
Epakai has joined #ffmpeg
Hobbyboy has joined #ffmpeg
nickster has joined #ffmpeg
dallemon has joined #ffmpeg
militantorc has joined #ffmpeg
nillyhan has joined #ffmpeg
Traneptora has joined #ffmpeg
pyre has joined #ffmpeg
Peetz0r has joined #ffmpeg
moxie has joined #ffmpeg
hjckr has joined #ffmpeg
Ram-Z has joined #ffmpeg
GenTooMan has joined #ffmpeg
ninjin has joined #ffmpeg
atrius has joined #ffmpeg
pulec has joined #ffmpeg
chris-p has joined #ffmpeg
jkkm has joined #ffmpeg
aindilis has joined #ffmpeg
mindfreeze has joined #ffmpeg
bcn has joined #ffmpeg
vulpine has joined #ffmpeg
Sciencentistguy has joined #ffmpeg
jess has joined #ffmpeg
chaoticryptidz has joined #ffmpeg
dza has joined #ffmpeg
eldowan has joined #ffmpeg
another| has joined #ffmpeg
nicoz has joined #ffmpeg
cworley has joined #ffmpeg
Trel has joined #ffmpeg
nd has joined #ffmpeg
frankplow has joined #ffmpeg
yawkat has joined #ffmpeg
murb has joined #ffmpeg
michaelni has joined #ffmpeg
buzel has joined #ffmpeg
turdle has joined #ffmpeg
acovrig60 has joined #ffmpeg
m5zs7k has joined #ffmpeg
GingerGeek has joined #ffmpeg
lockywolf has joined #ffmpeg
klaxa has joined #ffmpeg
Rhvs has joined #ffmpeg
Arokh has joined #ffmpeg
Mavrik has joined #ffmpeg
aaabbb has joined #ffmpeg
KyleSiefring has joined #ffmpeg
Argorok has joined #ffmpeg
tykling has joined #ffmpeg
shikieiki has joined #ffmpeg
galad has joined #ffmpeg
jlc has joined #ffmpeg
woky has joined #ffmpeg
gothicserpent has joined #ffmpeg
litheum has joined #ffmpeg
zsw has joined #ffmpeg
krasjet has joined #ffmpeg
occivink has joined #ffmpeg
luser1 has joined #ffmpeg
dostoyevsky2 has joined #ffmpeg
roosterphant has joined #ffmpeg
XdaddyZX_ has joined #ffmpeg
Perflosopher has joined #ffmpeg
wacko has joined #ffmpeg
kraftwerk28 has joined #ffmpeg
thomas_D81 has joined #ffmpeg
k-man has joined #ffmpeg
auri has joined #ffmpeg
bjarnis has joined #ffmpeg
garfvl has joined #ffmpeg
DarkG has joined #ffmpeg
drv has joined #ffmpeg
tm512 has joined #ffmpeg
llinguini has joined #ffmpeg
meklu has joined #ffmpeg
ePirat has joined #ffmpeg
bossjones has joined #ffmpeg
Son_Goku has joined #ffmpeg
hbbs has joined #ffmpeg
poorboy has joined #ffmpeg
CAT_S has joined #ffmpeg
snek has joined #ffmpeg
antto has joined #ffmpeg
genius3000 has joined #ffmpeg
anticw has joined #ffmpeg
rizino has joined #ffmpeg
monaco has joined #ffmpeg
Teraii has joined #ffmpeg
chymera has joined #ffmpeg
Arsen has joined #ffmpeg
wwalker has joined #ffmpeg
CoreX has joined #ffmpeg
hendry has joined #ffmpeg
nitroxis has joined #ffmpeg
meepmeep has joined #ffmpeg
Ekho has joined #ffmpeg
hsv has joined #ffmpeg
hackkitten has joined #ffmpeg
Peter has joined #ffmpeg
iliv has joined #ffmpeg
jarainf has joined #ffmpeg
frojnd has joined #ffmpeg
andrewrk has joined #ffmpeg
nurupo has joined #ffmpeg
wkoszek has joined #ffmpeg
JEEB has joined #ffmpeg
irwiss has joined #ffmpeg
kuba-orlik039 has joined #ffmpeg
user24037 has joined #ffmpeg
ishan has joined #ffmpeg
Vesryn has joined #ffmpeg
cedra has joined #ffmpeg
Doeme has joined #ffmpeg
javabean has joined #ffmpeg
Fenrir has joined #ffmpeg
koolazer has joined #ffmpeg
IcyPalm has joined #ffmpeg
low-key has joined #ffmpeg
utsweetyfish has joined #ffmpeg
drew has joined #ffmpeg
LambdaComplex has joined #ffmpeg
tmatth has joined #ffmpeg
Lynne has joined #ffmpeg
jkqxz has joined #ffmpeg
kilobyte_ch has joined #ffmpeg
haasn has joined #ffmpeg
jesse-s has joined #ffmpeg
znf has joined #ffmpeg
CounterPillow has joined #ffmpeg
The_Blode has joined #ffmpeg
mayli2 has joined #ffmpeg
nyaomin has joined #ffmpeg
w1kl4s has joined #ffmpeg
spaam has joined #ffmpeg
Naleksuh has joined #ffmpeg
hwm4rgs has joined #ffmpeg
xvaclav has joined #ffmpeg
enyc has joined #ffmpeg
kylophone has joined #ffmpeg
tofran has joined #ffmpeg
nemesit has joined #ffmpeg
csavinovich_ has joined #ffmpeg
fatalis has joined #ffmpeg
rcombs has joined #ffmpeg
zeromind has joined #ffmpeg
colona_ has joined #ffmpeg
[R]x has joined #ffmpeg
stevew has joined #ffmpeg
jluthra has joined #ffmpeg
tobias has joined #ffmpeg
GTAXL has joined #ffmpeg
jamra_______ has joined #ffmpeg
ChanServ has joined #ffmpeg
pzich_ has joined #ffmpeg
LimeOn has joined #ffmpeg
smashgrab has joined #ffmpeg
strudl has joined #ffmpeg
satellite has joined #ffmpeg
pagios has joined #ffmpeg
Mohammad has joined #ffmpeg
Mr_MENOU has joined #ffmpeg
dlb76 has joined #ffmpeg
bpmedley has joined #ffmpeg
void09 has joined #ffmpeg
ops has joined #ffmpeg
PanamaCity3003 has joined #ffmpeg
adema has joined #ffmpeg
techietrash has joined #ffmpeg
boxrick has joined #ffmpeg
xerox has joined #ffmpeg
Kobaz has joined #ffmpeg
Tips|Cloud has joined #ffmpeg
pal has joined #ffmpeg
Vonter has joined #ffmpeg
englishm has joined #ffmpeg
chiselfuse has joined #ffmpeg
fling has joined #ffmpeg
JanC has quit [*.net *.split]
SuicideShow has quit [*.net *.split]
zmt00 has quit [*.net *.split]
ajshell19 has quit [*.net *.split]
darkapex has quit [*.net *.split]
intrac has quit [*.net *.split]
tomaw has quit [*.net *.split]
076AAK90M has quit [*.net *.split]
graphitemaster has quit [*.net *.split]
Manouchehri has quit [*.net *.split]
sonicrules1234 has quit [*.net *.split]
nickster has quit [*.net *.split]
Ram-Z has quit [*.net *.split]
Trel has quit [*.net *.split]
tykling has quit [*.net *.split]
bigfoot547 has quit [*.net *.split]
w1kl4s has quit [*.net *.split]
The_Blode has quit [*.net *.split]
dlb76 has quit [*.net *.split]
wkoszek has quit [*.net *.split]
Mohammad has quit [*.net *.split]
jluthra has quit [*.net *.split]
strudl has quit [*.net *.split]
zeromind has quit [*.net *.split]
smashgrab has quit [*.net *.split]
stevew has quit [*.net *.split]
JanC has joined #ffmpeg
SuicideShow has joined #ffmpeg
zmt00 has joined #ffmpeg
ajshell19 has joined #ffmpeg
darkapex has joined #ffmpeg
tomaw has joined #ffmpeg
intrac has joined #ffmpeg
graphitemaster has joined #ffmpeg
076AAK90M has joined #ffmpeg
Manouchehri has joined #ffmpeg
sonicrules1234 has joined #ffmpeg
nickster has joined #ffmpeg
Trel has joined #ffmpeg
tykling has joined #ffmpeg
Ram-Z has joined #ffmpeg
wkoszek has joined #ffmpeg
bigfoot547 has joined #ffmpeg
The_Blode has joined #ffmpeg
w1kl4s has joined #ffmpeg
dlb76 has joined #ffmpeg
Mohammad has joined #ffmpeg
strudl has joined #ffmpeg
jluthra has joined #ffmpeg
zeromind has joined #ffmpeg
smashgrab has joined #ffmpeg
stevew has joined #ffmpeg
nickster has quit [Max SendQ exceeded]
The_Blode has quit [Max SendQ exceeded]
zmt00 has quit [Max SendQ exceeded]
tykling has quit [Max SendQ exceeded]
samhza has quit [Max SendQ exceeded]
\\Mr_C\\ has quit [Max SendQ exceeded]
brocellous has quit [Max SendQ exceeded]
nickster has joined #ffmpeg
zmt00 has joined #ffmpeg
staceee has quit [Ping timeout: 256 seconds]
tsujp has quit [Ping timeout: 256 seconds]
noelle has quit [Ping timeout: 262 seconds]
nickster has quit [*.net *.split]
bitoff_ has quit [*.net *.split]
wyatt8740 has quit [*.net *.split]
lullerhaus has quit [*.net *.split]
kushal__ has quit [*.net *.split]
rpthms has quit [*.net *.split]
MightyBOB has quit [*.net *.split]
meinside has quit [*.net *.split]
termos has quit [*.net *.split]
Hobbyboy has quit [*.net *.split]
Epakai has quit [*.net *.split]
nillyhan has quit [*.net *.split]
Peetz0r has quit [*.net *.split]
vulpine has quit [*.net *.split]
GingerGeek has quit [*.net *.split]
litheum has quit [*.net *.split]
genius3000 has quit [*.net *.split]
occivink has quit [*.net *.split]
k-man has quit [*.net *.split]
Fanfwe has quit [*.net *.split]
jesse-s has quit [*.net *.split]
void09 has quit [*.net *.split]
PanamaCity3003 has quit [*.net *.split]
satellite has quit [*.net *.split]
pagios has quit [*.net *.split]
Mr_MENOU has quit [*.net *.split]
GTAXL has quit [*.net *.split]
jamra_______ has quit [*.net *.split]
txtsd has quit [Ping timeout: 260 seconds]
ninjin has quit [Ping timeout: 256 seconds]
q66 has quit [*.net *.split]
gvg has quit [*.net *.split]
gvg_ has quit [*.net *.split]
theracermaster has quit [*.net *.split]
nicoz has quit [*.net *.split]
zsw has quit [*.net *.split]
krasjet has quit [*.net *.split]
XdaddyZX_ has quit [*.net *.split]
antto has quit [*.net *.split]
rizino has quit [*.net *.split]
nurupo has quit [*.net *.split]
frojnd has quit [*.net *.split]
hsv has quit [*.net *.split]
kuba-orlik039 has quit [*.net *.split]
user24037 has quit [*.net *.split]
ishan has quit [*.net *.split]
boxrick has quit [*.net *.split]
ops has quit [*.net *.split]
Riviera has quit [*.net *.split]
enyc has quit [*.net *.split]
tobias has quit [*.net *.split]
fossdd has quit [Max SendQ exceeded]
tempora has quit [*.net *.split]
atrius has quit [Read error: Connection reset by peer]
rpthms has joined #ffmpeg
MightyBOB has joined #ffmpeg
nickster has joined #ffmpeg
bitoff_ has joined #ffmpeg
wyatt8740 has joined #ffmpeg
lullerhaus has joined #ffmpeg
kushal__ has joined #ffmpeg
genius3000 has joined #ffmpeg
k-man has joined #ffmpeg
termos has joined #ffmpeg
meinside has joined #ffmpeg
Hobbyboy has joined #ffmpeg
Epakai has joined #ffmpeg
nillyhan has joined #ffmpeg
vulpine has joined #ffmpeg
GingerGeek has joined #ffmpeg
Peetz0r has joined #ffmpeg
litheum has joined #ffmpeg
occivink has joined #ffmpeg
Fanfwe has joined #ffmpeg
void09 has joined #ffmpeg
jesse-s has joined #ffmpeg
PanamaCity3003 has joined #ffmpeg
Mr_MENOU has joined #ffmpeg
pagios has joined #ffmpeg
GTAXL has joined #ffmpeg
satellite has joined #ffmpeg
jamra_______ has joined #ffmpeg
samhza has joined #ffmpeg
gvg_ has joined #ffmpeg
q66 has joined #ffmpeg
gvg has joined #ffmpeg
theracermaster has joined #ffmpeg
nicoz has joined #ffmpeg
zsw has joined #ffmpeg
krasjet has joined #ffmpeg
antto has joined #ffmpeg
XdaddyZX_ has joined #ffmpeg
rizino has joined #ffmpeg
frojnd has joined #ffmpeg
nurupo has joined #ffmpeg
hsv has joined #ffmpeg
kuba-orlik039 has joined #ffmpeg
user24037 has joined #ffmpeg
ishan has joined #ffmpeg
enyc has joined #ffmpeg
boxrick has joined #ffmpeg
ops has joined #ffmpeg
tobias has joined #ffmpeg
Riviera has joined #ffmpeg
tempora has joined #ffmpeg
nickster has quit [Max SendQ exceeded]
rpthms has quit [Max SendQ exceeded]
kushal__ has quit [Max SendQ exceeded]
pagios has quit [Max SendQ exceeded]
Manouchehri has quit [Ping timeout: 246 seconds]
ninjin has joined #ffmpeg
brocellous has joined #ffmpeg
atrius has joined #ffmpeg
staceee has joined #ffmpeg
tsujp has joined #ffmpeg
noelle has joined #ffmpeg
txtsd has joined #ffmpeg
gvg_ has quit [Max SendQ exceeded]
Riviera has quit [Max SendQ exceeded]
gvg has quit [Max SendQ exceeded]
enyc has quit [Max SendQ exceeded]
nickster has joined #ffmpeg
kushal__ has joined #ffmpeg
Riviera has joined #ffmpeg
gvg has joined #ffmpeg
gvg_ has joined #ffmpeg
rpthms has joined #ffmpeg
XdaddyZX_ has quit [Ping timeout: 252 seconds]
XdaddyZX_ has joined #ffmpeg
Manouchehri has joined #ffmpeg
gvg_ has quit [*.net *.split]
bencoh has quit [*.net *.split]
feuerrot_ has quit [*.net *.split]
gordonfish has quit [*.net *.split]
jkhsjdhjs has quit [*.net *.split]
klotzhauer_ has quit [*.net *.split]
ocrete has quit [*.net *.split]
sjs has quit [*.net *.split]
carpenter has quit [*.net *.split]
pa has quit [*.net *.split]
chris-p has quit [*.net *.split]
mindfreeze has quit [*.net *.split]
dza has quit [*.net *.split]
michaelni has quit [*.net *.split]
jlc has quit [*.net *.split]
Teraii has quit [*.net *.split]
iliv has quit [*.net *.split]
andrewrk has quit [*.net *.split]
tmatth has quit [*.net *.split]
hwm4rgs has quit [*.net *.split]
kilobyte_ch has quit [*.net *.split]
tofran has quit [*.net *.split]
techietrash has quit [*.net *.split]
LambdaComplex has quit [*.net *.split]
Tips|Cloud has quit [*.net *.split]
natto has quit [*.net *.split]
Peter has quit [*.net *.split]
bpmedley has quit [*.net *.split]
monaco has quit [*.net *.split]
xerox has quit [*.net *.split]
adema has quit [*.net *.split]
The_Blode has joined #ffmpeg
Marth64 has quit [*.net *.split]
Corroddity has quit [*.net *.split]
metta has quit [*.net *.split]
phantomcircuit_ has quit [*.net *.split]
itok has quit [*.net *.split]
Icedream has quit [*.net *.split]
hjckr has quit [*.net *.split]
another| has quit [*.net *.split]
acovrig60 has quit [*.net *.split]
KyleSiefring has quit [*.net *.split]
Arokh has quit [*.net *.split]
gothicserpent has quit [*.net *.split]
dostoyevsky2 has quit [*.net *.split]
irwiss has quit [*.net *.split]
Doeme has quit [*.net *.split]
znf has quit [*.net *.split]
xvaclav has quit [*.net *.split]
englishm has quit [*.net *.split]
pal has quit [*.net *.split]
kylophone has quit [*.net *.split]
Kobaz has quit [*.net *.split]
mrelcee has quit [*.net *.split]
catsoften has quit [*.net *.split]
epony has quit [*.net *.split]
bleb has quit [*.net *.split]
nitrix has quit [*.net *.split]
llyyr has quit [*.net *.split]
furq has quit [*.net *.split]
signalhunter has quit [*.net *.split]
luva has quit [*.net *.split]
chainik1 has quit [*.net *.split]
Mister_Magister has quit [*.net *.split]
Exa has quit [*.net *.split]
treefrob has quit [*.net *.split]
trillion_exabyte has quit [*.net *.split]
pulec has quit [*.net *.split]
galad has quit [*.net *.split]
klaxa has quit [*.net *.split]
bcn has quit [*.net *.split]
roosterphant has quit [*.net *.split]
Arsen has quit [*.net *.split]
jarainf has quit [*.net *.split]
nitroxis has quit [*.net *.split]
javabean has quit [*.net *.split]
koolazer has quit [*.net *.split]
mayli2 has quit [*.net *.split]
[R]x has quit [*.net *.split]
Muimi has quit [*.net *.split]
LionEagle has quit [*.net *.split]
foul_owl has quit [*.net *.split]
Gaboradon has quit [*.net *.split]
flotwig has quit [*.net *.split]
marcj has quit [*.net *.split]
realies has quit [*.net *.split]
l4yer has quit [*.net *.split]
moxie has quit [*.net *.split]
buzel has quit [*.net *.split]
anticw has quit [*.net *.split]
hendry has quit [*.net *.split]
CoreX has quit [*.net *.split]
meepmeep has quit [*.net *.split]
wwalker has quit [*.net *.split]
Corroddity has joined #ffmpeg
metta has joined #ffmpeg
itok has joined #ffmpeg
Marth64 has joined #ffmpeg
phantomcircuit_ has joined #ffmpeg
Icedream has joined #ffmpeg
another| has joined #ffmpeg
acovrig60 has joined #ffmpeg
gothicserpent has joined #ffmpeg
KyleSiefring has joined #ffmpeg
Arokh has joined #ffmpeg
dostoyevsky2 has joined #ffmpeg
hjckr has joined #ffmpeg
irwiss has joined #ffmpeg
Doeme has joined #ffmpeg
znf has joined #ffmpeg
kylophone has joined #ffmpeg
xvaclav has joined #ffmpeg
englishm has joined #ffmpeg
pal has joined #ffmpeg
Kobaz has joined #ffmpeg
acovrig60 has quit [Max SendQ exceeded]
dostoyevsky2 has quit [Max SendQ exceeded]
gothicserpent has quit [Max SendQ exceeded]
acovrig60 has joined #ffmpeg
dostoyevsky2 has joined #ffmpeg
gothicserpent has joined #ffmpeg
enyc has joined #ffmpeg
Mister_Magister has joined #ffmpeg
foul_owl has joined #ffmpeg
LionEagle has joined #ffmpeg
Gaboradon has joined #ffmpeg
flotwig has joined #ffmpeg
marcj has joined #ffmpeg
realies has joined #ffmpeg
Muimi has joined #ffmpeg
buzel has joined #ffmpeg
moxie has joined #ffmpeg
l4yer has joined #ffmpeg
anticw has joined #ffmpeg
hendry has joined #ffmpeg
CoreX has joined #ffmpeg
wwalker has joined #ffmpeg
meepmeep has joined #ffmpeg
gvg_ has joined #ffmpeg
bencoh has joined #ffmpeg
feuerrot_ has joined #ffmpeg
sjs has joined #ffmpeg
jkhsjdhjs has joined #ffmpeg
klotzhauer_ has joined #ffmpeg
gordonfish has joined #ffmpeg
ocrete has joined #ffmpeg
carpenter has joined #ffmpeg
pa has joined #ffmpeg
natto has joined #ffmpeg
chris-p has joined #ffmpeg
mindfreeze has joined #ffmpeg
dza has joined #ffmpeg
michaelni has joined #ffmpeg
jlc has joined #ffmpeg
monaco has joined #ffmpeg
Teraii has joined #ffmpeg
iliv has joined #ffmpeg
Peter has joined #ffmpeg
andrewrk has joined #ffmpeg
tmatth has joined #ffmpeg
LambdaComplex has joined #ffmpeg
kilobyte_ch has joined #ffmpeg
tofran has joined #ffmpeg
hwm4rgs has joined #ffmpeg
techietrash has joined #ffmpeg
Tips|Cloud has joined #ffmpeg
bpmedley has joined #ffmpeg
adema has joined #ffmpeg
xerox has joined #ffmpeg
itok has quit [Ping timeout: 256 seconds]
gvg_ has quit [Max SendQ exceeded]
gvg_ has joined #ffmpeg
hendry has quit [Max SendQ exceeded]
flotwig has quit [Excess Flood]
flotwig has joined #ffmpeg
hendry has joined #ffmpeg
furq_ has joined #ffmpeg
mrelcee has joined #ffmpeg
catsoften has joined #ffmpeg
epony has joined #ffmpeg
bleb has joined #ffmpeg
llyyr has joined #ffmpeg
furq has joined #ffmpeg
luva has joined #ffmpeg
nitrix has joined #ffmpeg
chainik1 has joined #ffmpeg
treefrob has joined #ffmpeg
signalhunter has joined #ffmpeg
Exa has joined #ffmpeg
trillion_exabyte has joined #ffmpeg
bcn has joined #ffmpeg
pulec has joined #ffmpeg
galad has joined #ffmpeg
klaxa has joined #ffmpeg
roosterphant has joined #ffmpeg
jarainf has joined #ffmpeg
Arsen has joined #ffmpeg
nitroxis has joined #ffmpeg
javabean has joined #ffmpeg
koolazer has joined #ffmpeg
[R]x has joined #ffmpeg
mayli2 has joined #ffmpeg
trillion_exabyte has quit [Max SendQ exceeded]
Exa has quit [Max SendQ exceeded]
epony has quit [Max SendQ exceeded]
furq has quit [Read error: Connection reset by peer]
Exa has joined #ffmpeg
trillion_exabyte has joined #ffmpeg
epony has joined #ffmpeg
Tips|Cloud has quit [Ping timeout: 253 seconds]
mccobsta has quit [*.net *.split]
FlorianBad has quit [*.net *.split]
HarshK23 has quit [*.net *.split]
jtgd has quit [*.net *.split]
squeaktoy has quit [*.net *.split]
Sketch has quit [*.net *.split]
AMM has quit [*.net *.split]
sopparus has quit [*.net *.split]
foamy has quit [*.net *.split]
orthoplex64 has quit [*.net *.split]
Brocker has quit [*.net *.split]
rhys has quit [*.net *.split]
jnbek has quit [*.net *.split]
bitblit has quit [*.net *.split]
Fischmiep has quit [*.net *.split]
cworley has quit [*.net *.split]
Vesryn has quit [*.net *.split]
cedra has quit [*.net *.split]
nemesit has quit [*.net *.split]
LimeOn has quit [*.net *.split]
Rhvs is now known as Rhys
itok has joined #ffmpeg
Tips|Cloud has joined #ffmpeg
Rhys is now known as 003AAMTPS
mccobsta has joined #ffmpeg
HarshK23 has joined #ffmpeg
FlorianBad has joined #ffmpeg
Fischmiep has joined #ffmpeg
jtgd has joined #ffmpeg
squeaktoy has joined #ffmpeg
Sketch has joined #ffmpeg
AMM has joined #ffmpeg
foamy has joined #ffmpeg
rhys has joined #ffmpeg
orthoplex64 has joined #ffmpeg
jnbek has joined #ffmpeg
Brocker has joined #ffmpeg
bitblit has joined #ffmpeg
sopparus has joined #ffmpeg
Vesryn has joined #ffmpeg
nemesit has joined #ffmpeg
cworley has joined #ffmpeg
cedra has joined #ffmpeg
LimeOn has joined #ffmpeg
mccobsta has quit [Max SendQ exceeded]
Brocker has quit [Max SendQ exceeded]
Vesryn has quit [Max SendQ exceeded]
Fischmiep has quit [Max SendQ exceeded]
Vesryn has joined #ffmpeg
Brocker has joined #ffmpeg
Fischmiep has joined #ffmpeg
mccobsta has joined #ffmpeg
Marth64 has quit [Remote host closed the connection]
fossdd has joined #ffmpeg
FlorianBad has quit [*.net *.split]
jtgd has quit [*.net *.split]
HarshK23 has quit [*.net *.split]
squeaktoy has quit [*.net *.split]
Sketch has quit [*.net *.split]
AMM has quit [*.net *.split]
sopparus has quit [*.net *.split]
foamy has quit [*.net *.split]
rhys has quit [*.net *.split]
orthoplex64 has quit [*.net *.split]
jnbek has quit [*.net *.split]
bitblit has quit [*.net *.split]
cworley has quit [*.net *.split]
cedra has quit [*.net *.split]
nemesit has quit [*.net *.split]
LimeOn has quit [*.net *.split]
flotwig has quit [*.net *.split]
gvg_ has quit [*.net *.split]
enyc has quit [*.net *.split]
j45 has quit [*.net *.split]
kepstin has quit [*.net *.split]
vincejv has quit [*.net *.split]
blaze has quit [*.net *.split]
GenTooMan has quit [*.net *.split]
jab416171 has quit [*.net *.split]
moviuro has quit [*.net *.split]
markizano has quit [*.net *.split]
jkkm has quit [*.net *.split]
jess has quit [*.net *.split]
yawkat has quit [*.net *.split]
luser1 has quit [*.net *.split]
tm512 has quit [*.net *.split]
garfvl has quit [*.net *.split]
DarkG has quit [*.net *.split]
drv has quit [*.net *.split]
bjarnis has quit [*.net *.split]
auri has quit [*.net *.split]
Brocker has quit [*.net *.split]
Vonter has quit [*.net *.split]
tyzoid has quit [*.net *.split]
MetaNova has quit [*.net *.split]
Tips|Cloud has quit [*.net *.split]
manwithluck has quit [*.net *.split]
theobjectivedad has quit [*.net *.split]
Coinflipper has quit [*.net *.split]
EmleyMoor has quit [*.net *.split]
ballsxd has quit [*.net *.split]
blb has quit [*.net *.split]
ossifrage has quit [*.net *.split]
microchip_ has quit [*.net *.split]
beastd has quit [*.net *.split]
Some_Person has quit [*.net *.split]
sm1999 has quit [*.net *.split]
Mavrik has quit [*.net *.split]
aindilis has quit [*.net *.split]
murb has quit [*.net *.split]
frankplow has quit [*.net *.split]
shikieiki has quit [*.net *.split]
woky has quit [*.net *.split]
CAT_S has quit [*.net *.split]
poorboy has quit [*.net *.split]
snek has quit [*.net *.split]
hbbs has quit [*.net *.split]
Son_Goku has quit [*.net *.split]
Argorok has quit [*.net *.split]
meklu has quit [*.net *.split]
Joeboy has quit [*.net *.split]
ePirat has quit [*.net *.split]
llinguini has quit [*.net *.split]
bossjones has quit [*.net *.split]
nemesit has joined #ffmpeg
Brocker has joined #ffmpeg
LimeOn has joined #ffmpeg
cedra has joined #ffmpeg
cworley has joined #ffmpeg
bitblit has joined #ffmpeg
jnbek has joined #ffmpeg
orthoplex64 has joined #ffmpeg
rhys has joined #ffmpeg
foamy has joined #ffmpeg
sopparus has joined #ffmpeg
AMM has joined #ffmpeg
Sketch has joined #ffmpeg
squeaktoy has joined #ffmpeg
jtgd has joined #ffmpeg
FlorianBad has joined #ffmpeg
HarshK23 has joined #ffmpeg
Tips|Cloud has joined #ffmpeg
flotwig has joined #ffmpeg
gvg_ has joined #ffmpeg
enyc has joined #ffmpeg
Vonter has joined #ffmpeg
tyzoid has joined #ffmpeg
MetaNova has joined #ffmpeg
theobjectivedad has joined #ffmpeg
j45 has joined #ffmpeg
manwithluck has joined #ffmpeg
Coinflipper has joined #ffmpeg
ballsxd has joined #ffmpeg
EmleyMoor has joined #ffmpeg
blb has joined #ffmpeg
ossifrage has joined #ffmpeg
microchip_ has joined #ffmpeg
Joeboy has joined #ffmpeg
kepstin has joined #ffmpeg
vincejv has joined #ffmpeg
Some_Person has joined #ffmpeg
beastd has joined #ffmpeg
sm1999 has joined #ffmpeg
blaze has joined #ffmpeg
jab416171 has joined #ffmpeg
moviuro has joined #ffmpeg
markizano has joined #ffmpeg
GenTooMan has joined #ffmpeg
jkkm has joined #ffmpeg
aindilis has joined #ffmpeg
murb has joined #ffmpeg
frankplow has joined #ffmpeg
jess has joined #ffmpeg
yawkat has joined #ffmpeg
Mavrik has joined #ffmpeg
shikieiki has joined #ffmpeg
Argorok has joined #ffmpeg
woky has joined #ffmpeg
luser1 has joined #ffmpeg
auri has joined #ffmpeg
bjarnis has joined #ffmpeg
DarkG has joined #ffmpeg
drv has joined #ffmpeg
tm512 has joined #ffmpeg
bossjones has joined #ffmpeg
llinguini has joined #ffmpeg
meklu has joined #ffmpeg
ePirat has joined #ffmpeg
garfvl has joined #ffmpeg
Son_Goku has joined #ffmpeg
poorboy has joined #ffmpeg
snek has joined #ffmpeg
CAT_S has joined #ffmpeg
hbbs has joined #ffmpeg
epony has quit [Excess Flood]
gvg_ has quit [Max SendQ exceeded]
enyc has quit [Max SendQ exceeded]
flotwig has quit [Excess Flood]
epony has joined #ffmpeg
gvg_ has joined #ffmpeg
flotwig has joined #ffmpeg
fossdd has quit [Ping timeout: 256 seconds]
Tips|Cloud has quit [Ping timeout: 240 seconds]
Tips|Cloud has joined #ffmpeg
enyc has joined #ffmpeg
enyc has quit [*.net *.split]
j45 has quit [*.net *.split]
blaze has quit [*.net *.split]
kepstin has quit [*.net *.split]
vincejv has quit [*.net *.split]
jab416171 has quit [*.net *.split]
moviuro has quit [*.net *.split]
markizano has quit [*.net *.split]
GenTooMan has quit [*.net *.split]
yawkat has quit [*.net *.split]
jkkm has quit [*.net *.split]
jess has quit [*.net *.split]
luser1 has quit [*.net *.split]
tm512 has quit [*.net *.split]
garfvl has quit [*.net *.split]
DarkG has quit [*.net *.split]
drv has quit [*.net *.split]
bjarnis has quit [*.net *.split]
auri has quit [*.net *.split]
Tinos has quit [Quit: Client closed]
hsv has quit [Quit: leaving]
markizano has joined #ffmpeg
moviuro has joined #ffmpeg
vincejv has joined #ffmpeg
j45 has joined #ffmpeg
jab416171 has joined #ffmpeg
enyc has joined #ffmpeg
blaze has joined #ffmpeg
kepstin has joined #ffmpeg
jkkm has joined #ffmpeg
jess has joined #ffmpeg
GenTooMan has joined #ffmpeg
garfvl has joined #ffmpeg
yawkat has joined #ffmpeg
tm512 has joined #ffmpeg
luser1 has joined #ffmpeg
DarkG has joined #ffmpeg
drv has joined #ffmpeg
auri has joined #ffmpeg
bjarnis has joined #ffmpeg
enyc has quit [Max SendQ exceeded]
hsv has joined #ffmpeg
enyc has joined #ffmpeg
Ox7C5_ has joined #ffmpeg
KombuchaKip has joined #ffmpeg
fossdd has joined #ffmpeg
yrc has joined #ffmpeg
theobjectivedad has quit [Read error: Connection reset by peer]
theobjectivedad has joined #ffmpeg
Tinos has joined #ffmpeg
rv1sr has joined #ffmpeg
<yrc> Hello! I have 2001 Space Odyssee in BD, and I wish to backup it (and many others I own) in my own media-center because I fear BD players won’t last very long. I tried to encode the video to x265 quality 20 (result: 3.6GB), then to AV1 Q30, Q25, and Q15 (results: 2.6GB, 3.2GB, 4.2GB). And honnestly I did not see much difference in the resulting quality. However, in the opening scene (sun appearing behind
<yrc> Earth in space), where it begins all-black, and slowly gets more light, in _all_ cases there were blocky rectangle artifacts in the black of space.
<yrc> In the BD picture, there are no suchs artifacts. I understand that it is the result of compression, but I thought (especially with the last try, AV1 Q15) that I was targetting a rather good quality. Is there some way to handle such a case?
hussein1_ has quit [Ping timeout: 255 seconds]
ano has quit [Ping timeout: 255 seconds]
hussein1_ has joined #ffmpeg
ano has joined #ffmpeg
noelle has quit [Remote host closed the connection]
samhza has quit [Write error: Broken pipe]
atrius has quit [Write error: Broken pipe]
ninjin has quit [Write error: Broken pipe]
brocellous has quit [Remote host closed the connection]
staceee has quit [Remote host closed the connection]
tsujp has quit [Remote host closed the connection]
txtsd has quit [Remote host closed the connection]
staceee has joined #ffmpeg
tsujp has joined #ffmpeg
samhza has joined #ffmpeg
txtsd has joined #ffmpeg
atrius has joined #ffmpeg
noelle has joined #ffmpeg
brocellous has joined #ffmpeg
ninjin has joined #ffmpeg
Jhonny2x4 has joined #ffmpeg
atrius has quit [Remote host closed the connection]
brocellous has quit [Remote host closed the connection]
staceee has quit [Remote host closed the connection]
tsujp has quit [Remote host closed the connection]
noelle has quit [Remote host closed the connection]
txtsd has quit [Remote host closed the connection]
ninjin has quit [Remote host closed the connection]
samhza has quit [Remote host closed the connection]
fossdd has quit [Ping timeout: 256 seconds]
samhza has joined #ffmpeg
brocellous has joined #ffmpeg
staceee has joined #ffmpeg
noelle has joined #ffmpeg
ninjin has joined #ffmpeg
tsujp has joined #ffmpeg
atrius has joined #ffmpeg
txtsd has joined #ffmpeg
fossdd has joined #ffmpeg
zmt01 has joined #ffmpeg
zmt00 has quit [Ping timeout: 272 seconds]
fossdd has quit [Ping timeout: 255 seconds]
fossdd has joined #ffmpeg
zmt01 has quit [Ping timeout: 255 seconds]
XdaddyZX_ has quit [Quit: Connection closed for inactivity]
alexherbo2 has joined #ffmpeg
lavaball has joined #ffmpeg
luc4 has joined #ffmpeg
epony has quit [Remote host closed the connection]
bitbinge has joined #ffmpeg
epony has joined #ffmpeg
Jhonny2x4 has quit [Read error: Connection reset by peer]
luc4 has quit [Ping timeout: 268 seconds]
fossdd has quit [Ping timeout: 255 seconds]
fossdd has joined #ffmpeg
luc4 has joined #ffmpeg
odrling has quit [Remote host closed the connection]
Muimi has quit [Quit: Going offline, see ya! (www.adiirc.com)]
odrling has joined #ffmpeg
Tinos has quit [Quit: Client closed]
LionEagle has quit [Read error: Connection reset by peer]
theobjectivedad has quit [Remote host closed the connection]
theobjectivedad has joined #ffmpeg
LionEagle has joined #ffmpeg
Blacker47 has joined #ffmpeg
theobjectivedad has quit [Read error: Connection reset by peer]
JanC_ has joined #ffmpeg
JanC is now known as Guest7180
JanC_ is now known as JanC
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #ffmpeg
Guest7180 has quit [Ping timeout: 246 seconds]
Jhonny2x4 has joined #ffmpeg
luc4 has quit [Ping timeout: 264 seconds]
theobjectivedad has joined #ffmpeg
fossdd has quit [Ping timeout: 272 seconds]
fossdd has joined #ffmpeg
alexherbo2 has quit [Remote host closed the connection]
FlorianBad has quit [Remote host closed the connection]
beaver has quit [Remote host closed the connection]
beaver has joined #ffmpeg
beaver has quit [Ping timeout: 255 seconds]
fossdd has quit [Ping timeout: 264 seconds]
bitbinge has quit [Ping timeout: 255 seconds]
alexherbo2 has joined #ffmpeg
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #ffmpeg
fossdd has joined #ffmpeg
Tano has joined #ffmpeg
omegatron has joined #ffmpeg
lexano has joined #ffmpeg
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #ffmpeg
MootPoot has quit [Quit: Connection closed for inactivity]
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #ffmpeg
fossdd has quit [Ping timeout: 256 seconds]
fossdd has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
zsoltiv__ has quit [Ping timeout: 276 seconds]
zsoltiv_ has joined #ffmpeg
Hackerpcs has quit [Quit: Hackerpcs]
navi has joined #ffmpeg
billchenchina has joined #ffmpeg
<BtbN> if I had to guess, it's an artifact from 10 bit to 8 bit color depth. Though I don't know if blurays come with 10bit colors
billchenchina has quit [Max SendQ exceeded]
<JEEB> UHD BD has 10bit HEVC
<JEEB> normal BD has 8bit MPEG-2/VC-1/H.264
<BtbN> I probably just wouldn't re-encode the original
Jhonny2x4 has quit [Read error: Connection reset by peer]
fossdd has quit [Ping timeout: 268 seconds]
epony has quit [Ping timeout: 264 seconds]
fossdd has joined #ffmpeg
fossdd has quit [Read error: Connection reset by peer]
fossdd has joined #ffmpeg
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #ffmpeg
five618480 has quit [Remote host closed the connection]
five618480 has joined #ffmpeg
epony has joined #ffmpeg
low-key has quit [Remote host closed the connection]
<kepstin> my knowledge of tuning for that sort of thing is limited to x264, heh. (there you'd want to use -tune with either the film or grain options, and add -aq-mode 3 to bias the quality up on dark scenes)
low-key has joined #ffmpeg
bitbinge has joined #ffmpeg
enyc has quit [Ping timeout: 256 seconds]
Ox7C5_ has quit [Quit: Lost terminal]
lavaball has joined #ffmpeg
<aaabbb> kepstin: aq-mode 3 is also useful with x265 (does the same thing), it's not as important for high bitrate 10bit encodes
<aaabbb> i would only use -tune grain if the film uses grain for debanding, otherwise -tune film
minimal has joined #ffmpeg
<kepstin> 2001 is old enough to be shot on film, so I _would_ expect the dark scenes to be somewhat grain heavy due to the use of fast film, and removing it could cause banding, yeah.
<aaabbb> then personally i'd denoise but do a 10bit encode
Jhonny2x4 has joined #ffmpeg
<kepstin> i wouldn't denoise; this is film, it has grain.
<aaabbb> not even a very light denoising? maybe i'm overestimating how grainy it would be with fast film
waleee has joined #ffmpeg
076AAK90M is now known as cc0
destmaster has joined #ffmpeg
destmaster has quit [Remote host closed the connection]
stolen has joined #ffmpeg
<kepstin> imo the grain's just part of the look of movies of that era, and denoising makes them look oversmoothed and kinda bad even if it doesn't introduce banding.
tykling has joined #ffmpeg
<tykling> I need to limit fps by setting os.environ["OPENCV_FFMPEG_CAPTURE_OPTIONS"] in python but I am not sure what the syntax is, on the commandline I think it would be ffmpeg -i <input> -filter:v fps=30 <output> but how do I set "-filter:v fps=30" in OPENCV_FFMPEG_CAPTURE_OPTIONS? thanks! :)
<JEEB> we don't maintain the opencv FFmpeg mappings?
<kepstin> tykling: that's not an environment variable read by ffmpeg - you need to talk to the opencv folks to find out what that library does when launching ffmpeg.
<tykling> sure - I just thought someone here might know :) sorry for the noise
alexherbo2 has quit [Remote host closed the connection]
rsx has joined #ffmpeg
alexherbo2 has joined #ffmpeg
low-key has quit [Remote host closed the connection]
low-key has joined #ffmpeg
low-key has quit [Remote host closed the connection]
low-key has joined #ffmpeg
mven97 has joined #ffmpeg
aljazmc has joined #ffmpeg
bitbinge has quit [Ping timeout: 255 seconds]
bitbinge has joined #ffmpeg
bitbinge has quit [Read error: Connection reset by peer]
bitbinge has joined #ffmpeg
mven974 has joined #ffmpeg
mven97 has quit [Ping timeout: 264 seconds]
mven974 is now known as mven97
mven97 has quit [Quit: Goodbye.]
mven97 has joined #ffmpeg
MootPoot has joined #ffmpeg
AbleBacon has joined #ffmpeg
devinheitmueller has joined #ffmpeg
devinheitmueller has left #ffmpeg [#ffmpeg]
devinheitmueller has joined #ffmpeg
waeking has joined #ffmpeg
chandash has joined #ffmpeg
bitbinge has quit [Ping timeout: 255 seconds]
<MisterMinister> Greetings and salutations! Would anyone please suggest a list of parameters that are acceptable for "hls_segment_options", as docs are quite silent about it...
alexherbo2 has quit [Remote host closed the connection]
bitbinge has joined #ffmpeg
<BtbN> They're options to the output format
<BtbN> So you'll need to read the docs of the respective format
<BtbN> Probably either mp4 or mpegts
bitoff__ has joined #ffmpeg
bitoff_ has quit [Ping timeout: 260 seconds]
<MisterMinister> BtBn: Thank you!
bitoff_ has joined #ffmpeg
bitoff__ has quit [Read error: Connection reset by peer]
JanC_ has joined #ffmpeg
JanC is now known as Guest3647
JanC_ is now known as JanC
Guest3647 has quit [Ping timeout: 246 seconds]
Marth64 has joined #ffmpeg
JanC_ has joined #ffmpeg
JanC has quit [Killed (lithium.libera.chat (Nickname regained by services))]
JanC_ is now known as JanC
Muimi has joined #ffmpeg
Starz0r has quit [Ping timeout: 272 seconds]
flotwig has quit [Excess Flood]
flotwig has joined #ffmpeg
chandash has quit [Ping timeout: 264 seconds]
chaoticryptidz has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
chaoticryptidz has joined #ffmpeg
rvalue has quit [Ping timeout: 276 seconds]
Starz0r has joined #ffmpeg
rvalue has joined #ffmpeg
MrZeus has joined #ffmpeg
LionEagle has quit [Read error: Connection reset by peer]
hightower2 has joined #ffmpeg
hightower4 has quit [Ping timeout: 272 seconds]
hightower3 has joined #ffmpeg
LionEagle has joined #ffmpeg
hightower2 has quit [Ping timeout: 260 seconds]
<yrc> Thank you all for the tips with denoising, 10bits, etc. I’ll run some experiments based on that. Actually, I am just discovering bluray ripping, and I first started with Handbrake, but I think I’ll switch to ffmpeg, which I’ve used in the past, and gives much more control.
<yrc> Handbrake does not even give much information about the format of the source streams :-/
rv1sr has quit []
five618480 has quit [Remote host closed the connection]
five618480 has joined #ffmpeg
Jhonny2x4 has quit [Read error: Connection reset by peer]
epony has quit [Remote host closed the connection]
bitbinge has quit [Remote host closed the connection]
bitbinge has joined #ffmpeg
LionEagle has quit [Quit: Leaving]
rv1sr has joined #ffmpeg
rsx has quit [Quit: rsx]
<yrc> After some more research based on your advice, I am trying now with Handbrake again, by using x265 10bit constant quality 15, with NLMeans denoice at the minimum level with the “Grain” preset, and adding encoding parameters `rc-lookahead=120:bframes=12:ref=6:subme=7:aq-mode=3`. I can already see it is not using the GPU chip any more, but if the quality is nice, it is worth it :-)
aljazmc has quit [Quit: Leaving]
aljazmc has joined #ffmpeg
Jhonny2x4 has joined #ffmpeg
FlorianBad has joined #ffmpeg
<FlorianBad> aaabbb, voila, I think my program works quite well: https://florian.club/pub/video-test-footage/
<FlorianBad> a few TODOs left but I'll keep that for later because I have to move on. Obviously that's quite tuned for what I need but I think many people could benefit from reusing that by modifying a bit for their needs
<FlorianBad> (although not the most well organized program lol)
stolen has quit [Quit: Connection closed for inactivity]
microchip_ has quit [Quit: There is no spoon!]
microchip_ has joined #ffmpeg
<furq_> yrc: there's not much point using preset grain if you're denoising
furq_ is now known as furq
blaze has quit [Quit: WeeChat 3.5]
<sonicrules1234> I rip my bluerays with makemkv, which doesn't re-encode anything
blaze has joined #ffmpeg
vampirefrog has joined #ffmpeg
hightower4 has joined #ffmpeg
hightower3 has quit [Ping timeout: 264 seconds]
LionEagle has joined #ffmpeg
hightower3 has joined #ffmpeg
hightower4 has quit [Ping timeout: 252 seconds]
rv1sr has quit []
deetwelve has quit [Quit: null]
deetwelve has joined #ffmpeg
squeaktoy has quit [Ping timeout: 268 seconds]
squeaktoy has joined #ffmpeg
Blacker47 has quit [Quit: Life is short. Get a V.90 modem fast!]
chiselfuse has quit [Remote host closed the connection]
fling has quit [Read error: Connection reset by peer]
chiselfuse has joined #ffmpeg
fling has joined #ffmpeg
Muimi has quit [Quit: Going offline, see ya! (www.adiirc.com)]
Tano has quit [Quit: WeeChat 4.1.2]
hightower4 has joined #ffmpeg
darkapex has quit [Remote host closed the connection]
darkapex has joined #ffmpeg
hightower3 has quit [Ping timeout: 260 seconds]
chandash has joined #ffmpeg
chandash has quit [Client Quit]
<yrc> Thank you for the advice, furq. Anyway, After encoding at ~ 25fps (same as movie), the result is perfect! (although at 6.9GB). Thanks again for all the advice! Bye
Jhonny2x4 has quit [Read error: Connection reset by peer]
Jhonny2x4 has joined #ffmpeg
iive has joined #ffmpeg
fling has quit [Ping timeout: 255 seconds]
fling has joined #ffmpeg
BtbN has quit [Remote host closed the connection]
BtbN has joined #ffmpeg
bitbinge has quit [Ping timeout: 255 seconds]
YuGiOhJCJ has joined #ffmpeg
five618480 has quit [Remote host closed the connection]
five618480 has joined #ffmpeg
s55 has quit [Quit: ZNC 1.8.2 - https://znc.in]
s55 has joined #ffmpeg
Tano has joined #ffmpeg
fossdd has quit [Ping timeout: 256 seconds]
fossdd has joined #ffmpeg
bitbinge has joined #ffmpeg
bitbinge has quit [Remote host closed the connection]
aljazmc has quit [Quit: Leaving]
bitbinge has joined #ffmpeg
Asicc has joined #ffmpeg
fossdd has quit [Ping timeout: 246 seconds]
<Asicc> Hey, I'm having problems with using ffmpeg to record the screen of an application using its window_id. It seems to only fully work when in fullscreen mode, and only somewhat work if I drag the window to the top left corner of my monitor. This behavior seems irrespective of me adding the optional geometry arguments. Any idea how I could go about troubleshooting?
fossdd has joined #ffmpeg
epony has joined #ffmpeg
HarshK23 has quit [Quit: Connection closed for inactivity]
fossdd has quit [Ping timeout: 255 seconds]
fossdd has joined #ffmpeg
Jhonny2x4 has quit [Quit: WeeChat 4.2.1]
bitbinge has quit [Ping timeout: 255 seconds]
Jhonny2x4 has joined #ffmpeg
Asicc has left #ffmpeg [#ffmpeg]
Asicc has joined #ffmpeg
fossdd has quit [Ping timeout: 256 seconds]
fossdd has joined #ffmpeg
SuicideShow has quit [Ping timeout: 246 seconds]
bitbinge has joined #ffmpeg
SuicideShow has joined #ffmpeg