Skip to content

Commit

Permalink
[crrrunch] let decker do the copying
Browse files Browse the repository at this point in the history
  • Loading branch information
monofon committed Apr 18, 2024
1 parent e1530d7 commit e9ddb49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Text/Decker/Internal/Crrrunch.hs
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ crunchAllRecordings context = do
putStrLn "# )"
concatVideoMp4' fast list recording
-- removeFile list
whenM (needsRebuild (publicDir </> recording) [recording])
$ copyFile recording (publicDir </> recording)
-- whenM (needsRebuild (publicDir </> recording) [recording])
-- $ copyFile recording (publicDir </> recording)

-- | Rules for transcoding videos. Mp4 videos are recreated with higher
-- compression parameters if any of the recording fragments changed. Also, if
Expand Down

0 comments on commit e9ddb49

Please sign in to comment.