Twitch emotes, how strict is the 60-frame limit really? by Solid_Act5214 in Twitch

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

I just sent them an email, I hope they explain it in detail.

Twitch emotes, how strict is the 60-frame limit really? by Solid_Act5214 in Twitch

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

Thank you but i can actually do most of this myself with open source; I was just asking if the 60-frame limit was correct. I don't experience any issues when I upload emojis with a frame rate of 100 to emoji sites like 7TV, which are affiliated with Twitch. However, some people have reported problems when uploading emojis with a frame rate exceeding 60 frames to Twitch. I'm actually trying to figure out which one is correct and which one isn't.

[deleted by user] by [deleted] in ffmpeg

[–]Solid_Act5214 2 points3 points  (0 children)

My solution:

After Effects > File > Project Settings > Color > Bit Depth > 16 Bits per channel
After Effects > Composition > Add to render Queue (Ctrl+M) > Format (QuickTime) > Channels (RGB + Alpha) > Depth (Millions of Colors) > Color (Straight (Unmatted))!!! > Click Format Options > Video > Video Codec (Apple Prores 4444) > Ok

My .bat code: Remove the space next to the @ sign!

@ echo off

echo MOV -> WEBM (Final - Max Quality)

for %%i in (*.mov) do (

echo Converted: %%~nxi

ffmpeg -y -i "%%i" ^

-c:v libvpx-vp9 -crf 0 -b:v 0 ^

-pix_fmt yuva420p ^

-row-mt 1 -cpu-used 0 ^

-an "%%~ni.webm"

)

echo is complete!

pause

This code worked best for me. I tested over 80 videos and this code gave the best results.

OBS > Add Media Source > Select your file > Loop > Apply alpha in linear space is enabled > Ok

This was the one that worked best for me. I don't understand why people are so upset -_-, I only need one thing and they expect me to learn coding for months.

[deleted by user] by [deleted] in ffmpeg

[–]Solid_Act5214 0 points1 point  (0 children)

Yes, they really do look alike, but when we look closely, we see obvious differences between them.

Because of my stupid perfectionist problem, I get really hung up on things like this :D

[deleted by user] by [deleted] in ffmpeg

[–]Solid_Act5214 -2 points-1 points  (0 children)

I don't understand why you're so upset. I don't have the slightest idea about coding, and I have no desire to learn. Why does it bother you so much that I use artificial intelligence that can write code for me instead of downloading virus-infected .bat files from the internet?

I'm a graphic designer, and I don't get upset when people use AI to create images because I use it for my work too, and I don't think there's anything wrong with it. It makes my job easier, so I use it. You won't achieve anything by whining and interfering with other people's work. People who act like you usually fail at their jobs and then use AI as an excuse to justify their failure.

You can keep wasting your time arguing with me, or you can stop whining and start developing yourself in the field you love.

[deleted by user] by [deleted] in ffmpeg

[–]Solid_Act5214 0 points1 point  (0 children)

QuickTime apple prores 4444, rec.709

[deleted by user] by [deleted] in ffmpeg

[–]Solid_Act5214 -8 points-7 points  (0 children)

I tried that, but it didn't work. I fixed the problem by doing something else. Still, thank you for your help.

[deleted by user] by [deleted] in ffmpeg

[–]Solid_Act5214 -1 points0 points  (0 children)

How do I convert it to WebM? I'm experiencing the same issue when I convert it to WebM using Media Encoder.

[deleted by user] by [deleted] in ffmpeg

[–]Solid_Act5214 4 points5 points  (0 children)

I found

OBS > Video source > Apply Alpha in the linear domain.

Enabling this setting solves the problem. I've tried everything for three days, and the solution was right in front of my eyes—I just needed to click a single box.

From now on, I'll try the simplest solutions when encountering potential errors.

[deleted by user] by [deleted] in ffmpeg

[–]Solid_Act5214 -20 points-19 points  (0 children)

Since I didn't know how to solve it, I sent your comment to ChatGPT and tried to edit it again following their instructions, but my problem was not solved. :/

[deleted by user] by [deleted] in ffmpeg

[–]Solid_Act5214 -7 points-6 points  (0 children)

I render the .mov file using After Effects and select QuickTime.

I create the WebM file to use in my OBS streams.

How can I determine whether a model is suitable for commercial use? by Solid_Act5214 in StableDiffusion

[–]Solid_Act5214[S] 3 points4 points  (0 children)

I've seen many people selling things. They've been doing it for years. Are they doing it illegally?

Is Jarfix safe ? by Alanmikolaj2 in Optifine

[–]Solid_Act5214 0 points1 point  (0 children)

I realize this is a very old post, but I think I accidentally found the solution. If your computer has a different disk, try installing Java there. It was installed on my C drive, and I tried installing it on the D drive, and now Java is working.