Skip to content
Snippets Groups Projects
  1. May 20, 2021
    • Keith Gilbertson's avatar
      Add support for m4v files · 863ab0c1
      Keith Gilbertson authored
      This allows transcription of "m4v" files when placed in the
      incoming_mp4 bind mount directory. Previously, only "mp4"
      files were supported by this tool. Caption Whale will now
      transcribe m4v files in addition to mp4 files.
      
      This was tested successfuly on files from Virginia Tech's repository.
      These files do not have DRM features of M4V enabled.
      It's possible (and quite likely) that Caption Whale will
      fail when attempting to transcribe copy-protected "m4v" files.
      863ab0c1
  2. Nov 19, 2020
  3. Nov 09, 2020
    • Keith Gilbertson's avatar
      Potentially simplified user instructions · 993e7751
      Keith Gilbertson authored
      This changes the process so that the user does not need to build an image
      prior to using Caption Whale. Instead, the image is downloaded from
      GitLab docker registry on the first run.
      
      This also fixes the anti-pattern of allowing secrets to reside in image
      files -- a side-effect of the current instructions.
      
      Advantages:
        - Fewer setup steps
        - Reduces the possibility that a secret will
          escape from the user's computer
      
      Disadvantage:
         - Longer command line in the docker run step
      
      These instructions won't work until the registry has been configured.
      993e7751
  4. Nov 03, 2020
  5. Oct 30, 2020
  6. Oct 29, 2020
  7. Oct 25, 2020
  8. Oct 22, 2020