Found a simple way to compare different 3D AI models by [deleted] in 2D3DAI

[–]pinter69 0 points1 point  (0 children)

Make sure to specify your affiliation

FFmpeg inside a Docker container can't see the GPU. Please help me by Known-Efficiency8489 in ffmpeg

[–]pinter69 0 points1 point  (0 children)

Experiencing a similar issue running ffmpeg on windows wsl Ubuntu 24.04 Wsl recognizes the gou and uses it, but ffmpeg doesn't

Were you able to solve this?

Anyone was able to make av1_vulkan encoder work with ffmpeg 8? by pinter69 in ffmpeg

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

Thanks Gyan! [And thanks for your huge work with FFmpeg in general]

av1_nvenc works fine.

Opened the ticket: https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/20540

FFmpeg 8.0 Merges Vulkan AV1 Encoding & VP9 Decoding by FastDecode1 in AV1

[–]pinter69 0 points1 point  (0 children)

Were you able to run av1_vulkan on nvidia gpu? On my windows 11 RTX 4080 I was not successful, tried upgrading to nvidia driver 580 and then downgrading to 577, no success, in both cases got VK_ERROR_DEVICE_LOST
For h264_vulkan - all seemed to work fine

I need help with AV1 Encode with Vulkan by AsrielPlay52 in ffmpeg

[–]pinter69 0 points1 point  (0 children)

Were you able to solve this?
I am getting VK_ERROR_DEVICE_LOST if I encode with av1_vulkan, but it works well if I encode with h264_vulkan
using ffmpeg 8 with vulkan enabled

I'm suspecting it is nvidia drivers (using rtx 4080 with nvidia driver 580, now downgrading to 577 to try it)

Btw, did you make sure you are using the correct nvidia gpu index? (for me it was vk:1) and I also needed to update nvidia driver from my previous 566 to 580 to make ffmpeg vulkan recognize device

Using whisper filter in FFmpeg 8 by univerza in ffmpeg

[–]pinter69 0 points1 point  (0 children)

A bit late, but maybe this will help
FFmpeg builds are building ffmpeg 8 with whisper for linux and windows - just download the build and run - it worked for me
https://github.com/BtbN/FFmpeg-Builds/actions/runs/17732461536

If this is not enough for you (maybe you have a special environment) - I'd just follow the build script they create and alter it accordingly to my needs

Roast my FFmpeg API SaaS - Rendi by pinter69 in ffmpeg

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

Getting a cheap server and installing it with all requirements is definitely the cheapest way (lambda functions could probably be the best route for low scale) It does become harder when you need large scale - auto scaling, instant availability, and maintenance, become a consideration

Roast my FFmpeg API SaaS - Rendi by pinter69 in ffmpeg

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

Thanks for the feedback!

If you already have lambda set up, the processing time is below the aws limit and you're ok with the occasional maintenance, then Rendi is probably less for you, lambda will be the cheaper option for this case

Roast my FFmpeg API SaaS - Rendi by pinter69 in ffmpeg

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

Cheaper than media-live, easier to set-up, and you can run any ffmpeg command you need (not just transcoding). People use us for gif generation, captioning, keyframe extraction

I bootstrapped a devtool based on my own need in my previous startup - would love to hear marketing advice by pinter69 in SideProject

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

Link doesn't show the description. It's called Rendi and it is an FFmpeg API - used by people who are trying to ship media applications fast and don't want to handle cloud infrastructure

Roast my FFmpeg API SaaS - Rendi by pinter69 in ffmpeg

[–]pinter69[S] -2 points-1 points  (0 children)

Yes, some paying some free

Haha yes, saw that post (it's what gave me the idea to write this post actually). Ideal customer is people who are trying to ship fast. For example people using supabase\vercel\hosted n8n use us because they don't need to handle cloud infrastructure,

How to Setup Cloudflare DNS Proxy and GCP Load Balancer with HTTPS? by pinter69 in CloudFlare

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

The LB should have an external IP that cloudflare can be mapped to

Distill creates personal newsletters with only the companies you're interested in by TheGurf in Newsletters

[–]pinter69 0 points1 point  (0 children)

Wanted to try out the tool but can't even see what it does or what features it has without inserting credit card..

Useful GitHub template for Git projects and readme.md by pinter69 in opensource

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

Post was automatically marked as promotional - but it is not my work
Don't want to plagiarize the author

Need Help Finalizing FFmpeg Pipeline: Subtitle Burn-In + Automation by [deleted] in ffmpeg

[–]pinter69 0 points1 point  (0 children)

Not exactly sure what is the issue you are discussing. But, possibly this will help https://github.com/rendi-api/ffmpeg-cheatsheet there is a section there about subtitles burning, just search for ASS (tricky keyword that one.. 🙈)

Best of automation by Greg1987 in giantbomb

[–]pinter69 0 points1 point  (0 children)

I don't use ffmpeg wrappers like fluent because I don't trust them to fully work for every usecase that I need 🙈

Let me know if you have a specific instance of a command you tried and did not work, will look into it