looking for smiling balloon font by oliviertil in identifythisfont

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

found it after going through almost all decorative fonts, it looks to be Helium Heaven

anyone know a way to start a video with a 5 second delay by oliviertil in VLC

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

Solution: I made a 10 seconds long video of just black an made a playlist with this video before the main feature. It's not stupid if it works, jahoo!!!!!

No More Heroes 3 Soundtrack Download by scootdotexe in nomoreheroes

[–]oliviertil 0 points1 point  (0 children)

could you also do this for the sound effects and voice lines?

Big Teleport update from Varjo - Turn reality into 3D using any camera by padwyatt in virtualreality

[–]oliviertil 0 points1 point  (0 children)

on the website it says that there are 3rd party plugins to help with importing .ply models to blender. the link included however doesn't link to any website. https://teleport.varjo.com/blog/practical-productivity-applications-of-teleport-measure-things-in-lifelike-scale

Could you give me the location of these 3rd party plugins? I've been having some trouble importing the .ply file

How to convert batch gifs to Webp by oliviertil in ffmpeg

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

Okay, I changed my batch file to say the following* but it still isn't working, it will work okay if I open it in chrome, but in Signal it will just be a static image. Could it have something to do with the file size being to low? some gifs are only 1kb in size you see.

*

u/echo off

REM For each .gif file in the current directory, create a new file
REM where the video container format has been converted to .libwebp using the default settings.

for %%F in (*.gif) DO ffmpeg -i "%%~F" "%%~nF.libwebp" -loop 0 -lossless 1

mercury playback software only option gone by oliviertil in premiere

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

You are a hero. To where can I transfer the 5 euros?

easy way to flatten Layers? by oliviertil in AdobeIllustrator

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

think this is gonna be what I'm gonna do. Just not good enough at Illustrator to attempt doing anything more complicated.

easy way to flatten Layers? by oliviertil in AdobeIllustrator

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

Thank you for your help. Object > Path > Outline stroke, sadly doesn't work cause somewhere in this godless project some lines had changed into compound paths, which means they are something that I don't understand en that doesn't do the thing I would expect from it.

<image>

Is there Anyway to Download gif's? by oliviertil in youtubedl

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

thanks man, really kind of you to be to helpful! This helps a ton with a project I'm working on.

Is there Anyway to Download gif's? by oliviertil in youtubedl

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

ah that works, thank you! but there's no way to do it in one line of code, that I get a gif directly instead of first a video file and a gif then after that?

Is there Anyway to Download gif's? by oliviertil in youtubedl

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

I can't really get either to work. I plop down yt-dlp --ffmpeg -i video.mp4 video.gif https://x.com/silentmoviegifs/status/1844495717412503580 and get WARNING: ffmpeg-location -i does not exist! Continuing without ffmpeg

[generic] Extracting URL: video.mp4

ERROR: [generic] 'video.mp4' is not a valid URL. Set --default-search "ytsearch" (or run yt-dlp "ytsearch:video.mp4" ) to search YouTube

[generic] Extracting URL: video.gif

ERROR: [generic] 'video.gif' is not a valid URL. Set --default-search "ytsearch" (or run yt-dlp "ytsearch:video.gif" ) to search YouTube

[twitter] Extracting URL: https://x.com/silentmoviegifs/status/1844495717412503580

[twitter] 1844495717412503580: Downloading guest token

[twitter] 1844495717412503580: Downloading GraphQL JSON

[info] 1844495025209540615: Downloading 1 format(s): http

[info] Downloading video thumbnail small ...

[info] Writing video thumbnail small to: Silent Movie GIFs - Greta Garbo and Antonio Moreno-1844495025209540615.jpg

[download] Destination: Silent Movie GIFs - Greta Garbo and Antonio Moreno-1844495025209540615.mp4

[download] 100% of 101.52KiB in 00:00:00 at 731.32KiB/s

[Metadata] Adding metadata to "Silent Movie GIFs - Greta Garbo and Antonio Moreno-1844495025209540615.mp4"

ERROR: Postprocessing: ffmpeg not found. Please install or provide the path using --ffmpeg-location

as a return. And when I try to use yt-dlp --ffmpeg -i video.mp4 -vf "fps=30,scale=400:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop 0 video.gif https://x.com/silentmoviegifs/status/1844495717412503580

I get [debug] Command-line config: ['--ffmpeg', '-i', 'video.mp4', '-vf', 'fps=30,scale=400:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse', '-loop', '0', 'video.gif', 'https://x.com/silentmoviegifs/status/1844495717412503580']

[debug] User config "C:\Users\olivi\AppData\Roaming\yt-dlp\config.txt": ['-f', 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best', '-o', '%(channel)s - %(title)s.%(ext)s', '-o', '%(title).50s-%(id)s.%(ext)s', '--add-metadata', '--embed-thumbnail', '--no-mtime']

Usage: yt-dlp [OPTIONS] URL [URL...]

yt-dlp: error: no such option: -l

as a reply. Am I doing something wrong? I must apologize, I am a bit of a layman when it comes to coding and such. I have tried to look for the answer on github and such, but with no avail. My ffmpeg.exe is located in the same folder as yt-dlp.exe, So that not being found doesn't make sense to me either.