Programming

Programming

1512 bookmarks
Custom sorting
Copy file creation date to metadata in ffmpeg
Copy file creation date to metadata in ffmpeg
I would like to copy the file creation date of an mp4 file into the file's metadata. I'm pretty sure this can be done with ffmpeg and some nifty Linux commands.
·unix.stackexchange.com·
Copy file creation date to metadata in ffmpeg
Retrieving and Saving media metadata using FFmpeg
Retrieving and Saving media metadata using FFmpeg
I want to read the metadata in media files and then save that metadata in a text/xml file, so that I can later insert that data in my database. I would prefer to use ffmpeg. Also is the same thing
·stackoverflow.com·
Retrieving and Saving media metadata using FFmpeg
Background version of uploaded video creation in Elixir with Arc and FFmpeg
Background version of uploaded video creation in Elixir with Arc and FFmpeg
I tried to make video uploading on Elixir phoenix project using Arc. I need to have different size versions of video. So I used FFmpeg to do this: def transform(:large, {file, scope}) do {:ffmpe...
·stackoverflow.com·
Background version of uploaded video creation in Elixir with Arc and FFmpeg
How can I calculate a file checksum in Elixir?
How can I calculate a file checksum in Elixir?
I need to calculate the md5 sum of a file in Elixir, how can this be achieved? I would expect that something like: iex(15)> {:ok, f} = File.open "file" {:ok, #PID<0.334.0>} iex(16)> :c...
·stackoverflow.com·
How can I calculate a file checksum in Elixir?
Textual - Widgets
Textual - Widgets
Textual is a TUI framework for Python, inspired by modern web development.
·textual.textualize.io·
Textual - Widgets
Creating a simple weather application with Phoenix LiveView - Erlang Solutions
Creating a simple weather application with Phoenix LiveView - Erlang Solutions
we will discuss our experience building an online weather application in Elixir using Phoenix LiveView. We created a real-time weather application that allows users to see the past, current, and forecast temperature and precipitation data for any UK postcode.
·erlang-solutions.com·
Creating a simple weather application with Phoenix LiveView - Erlang Solutions
Under the Hood of Ecto
Under the Hood of Ecto
Ecto is a toolkit for mapping database objects to Elixir structs and provides a unified interface to...
·dev.to·
Under the Hood of Ecto
Code Organization for an Elixir Endpoint
Code Organization for an Elixir Endpoint
This is just my thoughts on how I would organize code in an endpoint. Let's have an example addresses...
·dev.to·
Code Organization for an Elixir Endpoint
Demystifying bitwise operations, a gentle C tutorial #Programming
Demystifying bitwise operations, a gentle C tutorial #Programming
Andrei Ciobanu provides a thorough tutorial on using bitwise operations on data in C: Bitwise operations are a fundamental part of Computer Science. They help Software Engineers to have a deeper un…
·blog.adafruit.com·
Demystifying bitwise operations, a gentle C tutorial #Programming
Tailwind CSS Phoenix (Elixir) - Flowbite
Tailwind CSS Phoenix (Elixir) - Flowbite
Learn how to install Flowbite with Phoenix and Tailwind CSS to start building rich and interactive web applications based on the Elixir programming language
·flowbite.com·
Tailwind CSS Phoenix (Elixir) - Flowbite