Skip to content

Commit

Permalink
allow parallelized video rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
breunigs committed Feb 6, 2024
1 parent f6e826c commit b089f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/video/renderer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ defmodule Video.Renderer do
cmd <- render_cmd(rendered, tmp_dir),
:ok <-
Util.Docker.build_and_run(
{"rendering video", ffmpeg_image()},
{"rendering video #{rendered.hash()}", ffmpeg_image()},
%{command_args: cmd, mount_videos_in_dir: "/workdir/"},
env: [],
stderr: pbar
Expand Down

0 comments on commit b089f1e

Please sign in to comment.