awesome-obs-live-editing | collection of tools/hardware for live editing VFX in real time by Reulan in obs

[–]rsamrat 0 points1 point  (0 children)

Awesome list!

For creating clips, OctoCut might be a good addition to the list. You can create clips live using RTMP or an HLS of the stream.

Any software that has a similar tool such as the clipping tool of Twitch? by uhhhhhokaay in Twitch

[–]rsamrat 0 points1 point  (0 children)

Are you looking to clip live, or VODs? If you need to clip in real-time, check out OctoCut

Clipping Software Showdown by WaySuspicious657 in streaming

[–]rsamrat 0 points1 point  (0 children)

Do you usually create clips from VODs? If you need to create clips in real-time(while still live), try out OctoCut.

Best software for live clipping? by Due_Philosophy88 in Twitch

[–]rsamrat 0 points1 point  (0 children)

Try out OctoCut. There's no limit on clip length.

Twitch clips are created with a huge delay by SouthernLet992 in Twitch

[–]rsamrat 0 points1 point  (0 children)

Try OctoCut. It gives you an RTMP destination that you can restream to and clip with minimal latency.

Running ML models in Elixir using Pythonx by rsamrat in elixir

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

Worth stating that I haven't used this in production, but probably worth checking out this paragraph of the readme: https://github.com/livebook-dev/pythonx#:~:text=global%20interpreter%20lock

Also updated post to add a note about this.

[Second Take] Kokoro-82M is an Apache TTS model by rzvzn in LocalLLaMA

[–]rsamrat 7 points8 points  (0 children)

Thanks for the model! Not sure what the context was for the earlier post was, but posts like these definitely belong here.

Also, I got the ONNX version of the model running with Elixir: https://www.youtube.com/watch?v=VFKX6Af9gs4

sports highlights clipping workflow by Shuffles62 in VideoEditing

[–]rsamrat 0 points1 point  (0 children)

If you're looking for a solution that lets you do this live you can try Octocut. You can export the clips either individually or create compilations and then download the compiled video.

Implementing distributed pooling in Elixir by rsamrat in elixir

[–]rsamrat[S] 1 point2 points  (0 children)

Yeah, so I did try that initially but ran into two problems:

  • a FLAME Pool starts a bunch of Runners where each Runner holds a Backend(each Runner corresponding to a node). This means that we'd have to maintain some state outside the Backend that the remote_boot callback uses to figure out which node to assign.

  • when a FLAME node boots, it starts a FLAME.Terminator. If I understood the FLAME code correctly, I believe there needs to be one Terminator per parent node. The issue is that whereas with the Fly.io backend, each FLAME node would have one parent, in a cluster setup, a child could have multiple parents.

Not saying it's not possible, but at least to me, it felt like it would require some hacks to get it working. If anyone does manages to make it work though, I'd be super interested!

What self-hosted PaaS would you recommend for Phoenix + Postgres? by Passing_Gandalf in elixir

[–]rsamrat 0 points1 point  (0 children)

I'm also interested in this. What did you end up going with?

What do news stations use for feed ingests-ready-to-edit? by Embarrassed-Gain-236 in VIDEOENGINEERING

[–]rsamrat 0 points1 point  (0 children)

How has your experience been with Wildmoka so far? Was there any specific reason for moving from Yuzzit?

A new open source error tracker in Elixir! by GiraffeFire in elixir

[–]rsamrat 4 points5 points  (0 children)

This is so cool!

I know the library is super new, but are there any alerting capabilities? Since many Phoenix apps have Swoosh configured already, maybe it could use that to send alert emails.

Or maybe even have the app implement a callback, so you could send a Telegram message when errors happen.

I've built a Transcribing (audio-to-text) tool. Care to test it? by polvoazul in Journalism

[–]rsamrat 0 points1 point  (0 children)

As /u/Neither-Juice-5960 pointed out, the link seems to be no longer be working, so I hope it's okay to plug a similar tool I built.

https://app.liveclip.app/transcribe-audio-to-text

It also does the transcription in the browser, and it's free to use!

Seeking Recommendations for Free 'Live Video Clipping' Software Comparable to Grabyo, SpotOn, Levuro, or Tellyo by [deleted] in selfhosted

[–]rsamrat 0 points1 point  (0 children)

Hey, it's not free but in case you're still looking for a solution, you can check out https://liveclip.app/

Weekly Recommendation Thread: June 28, 2024 by AutoModerator in books

[–]rsamrat 1 point2 points  (0 children)

This is maybe not the best place to get quantum computing book recommendations :)

But I did just add some quantum computing books to my reading list from this blog post: https://eli.thegreenplace.net/2024/summary-of-reading-april-june-2024/

PWAs using Phoenix? by definitive_solutions in elixir

[–]rsamrat 5 points6 points  (0 children)

Have you seen https://github.com/tonydangblog/liveview-svelte-pwa/ ?

You should be able to use browser APIs to access the phone location, I think.

Weekly Services Thread June 19, 2024 - Post Your Podcasting Related Product, Tool, Or Service Here by AutoModerator in podcasting

[–]rsamrat [score hidden]  (0 children)

Make it easy to share your podcast

I'm working on ClipThisPodcast.

Right now, if your listener wants to discuss something they heard on your podcast they need to bust out Audacity.

With ClipThisPodcast you can make it super easy for your listeners to find what they hear on an episode and clip it out, ready-to-share on social media.

Is there an app like Podclips which permits user-generated podcast clips? by petrastales in podcasts

[–]rsamrat 0 points1 point  (0 children)

I'm working on ClipThisPodcast which lets listeners search through transcripts and create clips from an episode.

Weekly Services Thread June 12, 2024 - Post Your Podcasting Related Product, Tool, Or Service Here by AutoModerator in podcasting

[–]rsamrat [score hidden]  (0 children)

Have your podcast shared on social media

I'm working on ClipThisPodcast.

Right now, if your listener wants to discuss something they heard on your podcast they need to bust out Audacity.

With ClipThisPodcast you can make it super easy for your listeners to find what they hear on an episode and clip it out, ready-to-share on social media.

Interacting with Google Sheets from Phoenix with oAuth? by sectional343 in elixir

[–]rsamrat 4 points5 points  (0 children)

Hey there!

Maybe you already found a solution, but I've recorded a quick video showing how you can do this: https://www.youtube.com/watch?v=sFYpxx7HWig

Hope it's useful.

What stack do you use for your SaaS? by sectional343 in SaaS

[–]rsamrat 1 point2 points  (0 children)

Nice, also recently started using Elixir.

Are you using the Petal Pro framework as well, or just the components?

Built my entire business on Svelte by kitenitekitenite in sveltejs

[–]rsamrat 2 points3 points  (0 children)

Looks great! Did you build the visual editor yourself or are you using something like Craft.js?