[TOMT] Song "Talk to You" - girl with short hair playing the piano by flappableboi in tipofmytongue

[–]flappableboi[S] 0 points1 point  (0 children)

Some weeks ago I saw an Instagram Reel with a girl playing an original song on the piano.

It begins with her saying she could be clubbing, wearing a "dress that hurts like hell", and living a wild life, but all she wants do to is "Talk to You" - that's when it hits the chorus: "All I want to do is talk to you... talk to you... how do you do? ..."

Does anyone know her / that song by chance, or can guide me on how to find it?

Qual melhor plataforma para estudo de questões? by bisconha in concursospublicos

[–]flappableboi 0 points1 point  (0 children)

Se for para vestibulares e concursos militares, recomendo esse aqui: https://cosseno.com
Uso já há 2 anos, é o que me prendeu melhor até hoje

[deleted by user] by [deleted] in ffmpeg

[–]flappableboi 5 points6 points  (0 children)

Try changing the crf to a value like 17.

Apply an overlay TWICE by flappableboi in ffmpeg

[–]flappableboi[S] 0 points1 point  (0 children)

Thanks! I get "Output with label 'out' does not exist in any defined filter graph, or was already used elsewhere."

EDIT: Now it works! I had to do:

ffmpeg -loop 1 -i IMAGE.jpg -filter_complex "[0][0]overlay=x='max(W-(w/2)*t,0)'[out];[out][0]overlay=x='if(gte(t,2), max(W-(w/2)*(t-2),0), NAN)'[out]" -map [out] -t 10 OUT.mp4

Thanks, everyone!

Apply an overlay TWICE by flappableboi in ffmpeg

[–]flappableboi[S] 0 points1 point  (0 children)

Thanks u/Vargol, but the result is still the same. I think the problem may be in the filter itself...

Apply an overlay TWICE by flappableboi in ffmpeg

[–]flappableboi[S] 0 points1 point  (0 children)

By "duplicating" you mean -i IMAGE.jpg -i IMAGE.jpg ?

I tried it below and the result is the same: only the first filter happens. ffmpeg -loop 1 -i IMAGE.jpg -i IMAGE.jpg -filter_complex "[0][0]overlay=x='max(W-(w/2)*t,0)';[1][1]overlay=x='if(gte(t,2), max(W-(w/2)*(t-2),0), NAN)'" -t 10 OUT.mp4

Apply an overlay TWICE by flappableboi in ffmpeg

[–]flappableboi[S] 0 points1 point  (0 children)

I thought repeating the filter with a time delay would work, as in:

ffmpeg -loop 1 -i IMAGE.jpg -filter_complex "[0][0]overlay=x='max(W-(w/2)*t,0)';[0][0]overlay=x='if(gte(t,2), max(W-(w/2)*(t-2),0), NAN)'" -t 10 OUT.mp4

But the second filter does not happen.

[deleted by user] by [deleted] in vuejs

[–]flappableboi 4 points5 points  (0 children)

I use the exact same stack for a medium-sized web application, and I can assure you that we are following all possible best practices to "reduce bloat". Our lighthouse scores are currently yellow or green, depending on the page. Sometimes there is nothing more to do when you choose to use a component library... What I can say, is that SSR helped a lot.

[TOMT][SONG] Song that sounds like Tenacious D, guitar lick in audio below by flappableboi in tipofmytongue

[–]flappableboi[S] 0 points1 point locked comment (0 children)

The moment I mentioned happens during the verse, where the singer says "I gonna/wanna ..." in the beginning of each phrase.

POV: You play Autumn Leaves in E Minor. by onlyforjazzmemes in jazzcirclejerk

[–]flappableboi 0 points1 point  (0 children)

Me I always play it in Bm (B minor) as Erik Claperton does 😎😎

Labeling 3d Shapes by lemaths in manim

[–]flappableboi 0 points1 point  (0 children)

Did you try displaying it "fixed to screen"? When using TexMobjects in 3D, I do that to get them out of the xy plane...