pleroma/lib/pleroma/helpers
href dfceb03cf4 Rewrite MP4/MOV binaries to be faststart
In some cases, MP4/MOV files can have the data _before_ the meta-data.

Thus, ffmpeg (and all similar tools) cannot really process the input if
it's given over stdin/streaming/pipes.

BUT I REALLY DON'T WANT TO MAKE TEMPORARY FILES

so here we go, an implementation of qtfaststart in elixir.
2020-08-28 21:14:28 +02:00
..
media_helper.ex Rewrite MP4/MOV binaries to be faststart 2020-08-28 21:14:28 +02:00
qt_fast_start.ex Rewrite MP4/MOV binaries to be faststart 2020-08-28 21:14:28 +02:00
uri_helper.ex Create Pleroma.Maps.put_if_present(map, key, value, value_fun // &{:ok, &1}) 2020-06-05 14:48:02 +00:00