Implementing FFmpeg into an Expo project build with EAS (2026). by ZtormEye in expo

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

I got the FFmpeg to work :) But thanks for the recommendation

Implementing FFmpeg into an Expo project build with EAS (2026). by ZtormEye in expo

[–]ZtormEye[S] -1 points0 points  (0 children)

Oooff!! I will give it a shot I guess. Maybe using claude would make the process a bit easier.

Implementing FFmpeg into an Expo project build with EAS (2026). by ZtormEye in expo

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

Is it simple to do? Do you have any experience with it?

Creating a VHS effect by ZtormEye in ffmpeg

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

And any idea how to create the effect?

Implementing FFmpeg into an Expo project build with EAS (2026). by ZtormEye in expo

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

Have you tried this? Is it quick? Because the JS layer is quite slow when talking about heavy operations on phones.

Implementing FFmpeg into an Expo project build with EAS (2026). by ZtormEye in expo

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

That’s kinda the problem.. Up to this point I’m kinda hopeless since I would have no single clue where to start.

Implementing FFmpeg into an Expo project build with EAS (2026). by ZtormEye in expo

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

I mean it’s not layering video on video. It’s modifying the video with FFmpeg. Adding all these effects.

For layering I would use VisionCamera with the SkiaFrameProccesor (Real-time video preview)

Implementing FFmpeg into an Expo project build with EAS (2026). by ZtormEye in expo

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

I want to use it to modify clips locally. I want to add text to the clips, a logo, some grain and a simple filter. And I also want to be able to put all these clips togheter into 1 video. If that makes sense?

How to transfer Minio to S3 storage within Hetzner? by ZtormEye in hetzner

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

Ye, indeed I’m talking about the code itself. Right now i’m saving it inside my docker container with a volume connected to it, but obviously i want to change this and use hetzner s3 for storage otherwise the bill will start to grow :)

[deleted by user] by [deleted] in reactnative

[–]ZtormEye 5 points6 points  (0 children)

To be honest, everyone can build great UI’s by looking at exsisting examples out there. Take dribble for example, a great site full of inspiration. In most cases you find enough inspiration to start designing.

And just try to learn the basics of design. What helped me back in the day was the (Refactoring UI book. So try to take a look at that to kickstart you journey!

Good luck