tomekowal

tomekowal

Video processing and editing in Elixir

Hi!

I have a project where I will need to process video, find some markers on it and output video with some additional information on top (for example draw the path that marker travelled on that video and calculate the distance).

Video formats are up to me to decide.

It doesn’t have to be online.

I couldn’t find any libraries that convert video into a stream of frames that I could use to calculate marker positions. Do you know any?
Do you think it is feasible to do in Elixir (since it is mine primary programming language) or should I switch to something else like Python?

First Post!

gon782

gon782

I remember this talk that could point you in the right direction:

He outsources a lot of the work to FFMPEG.

Most Liked

tomekowal

tomekowal

Thanks guys!

I’ve watched the presentation and did some more research. Looks like for marker detection it is better to go with opencv, aruco markers and Python bindings. I may still use Elixir if we decide to capture video online with mobile phone and process in on the server.

Where Next?

Popular in Questions Top

hariharasudhan94
I would like to know what is the best IDE for elixir development?
New
lessless
I believe there are people here who are dealing with CSV files import on the daily basis, and since Excel is a really popular tool there ...
New
joeerl
Hello again - after a longish gap I’ve decided I really must dig into Elixir and see what’s been happening here - so I have a few questio...
New
bsollish-terakeet
Credo is smart enough to check for (something like) this: assert length(the_list) == 0 with this response: Checking if an enum is empt...
New
siddhant3030
Hi, I have to write a raw query for one of my project. But till now I have used ecto queries and don’t have much experience writing raw ...
New
freewebwithme
Using vs code and installed ElixirLS: support and debugger. And I got an error popped up on start up says Failed to run ‘elixir’ comma...
New
Patoshizzle
After calling mix ecto.create I get this error: 17:00:32.162 [error] GenServer #PID<0.412.0> terminating ** (Postgrex.Error) FATAL...
New

Other popular topics Top

rms.mrcs
Hi, I need to transform a list of numbers into a map where the keys are the indexes and the values are the original values of the list. ...
New
New
ashish173
I am using Ecto timestamps with postgres, I can see the timestamps() use the :naive_dateime but for my use case I wanted to store the ti...
New
AstonJ
Seen any cool LiveView demos, sample apps or examples? Please post them here! :003:
New
AngeloChecked
What learn first? Rust or Elixir Hi Elixir community! I’m here because i want learn a new language. I’m a junior developer and mainly i ...
New
jason.o
In the code below, if the create action is not set to accept “extra_key” as an input, it errors out with a message shown above. Is there ...
New

We're in Beta

About us Mission Statement