Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Successfully converted file is not moved from cache to the actual storage directory. #59

Open
dave105010 opened this issue Apr 30, 2021 · 0 comments

Comments

@dave105010
Copy link

The successfully converted file is not being moved from cache to actual storage directory.

Rails version: 6.1.3.1
Ruby version: 2.6

Steps:

  • Let's say file_name.mov (non-mp4) file is uploaded.
  • It's encoded into mp4 through carrierwave::video and ffmpeg.
  • conversion is successfully completed.
  • the file is in the cache directory as file_name.mp4 and the file plays and works correctly.
  • file_name.mov in the storage directory is never removed or replaced with the mp4 file.
  • mp4 file stays in the cache file forever even after the conversion is done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant