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

File conversions #35

Open
ddavisgraphics opened this issue Feb 8, 2021 · 0 comments
Open

File conversions #35

ddavisgraphics opened this issue Feb 8, 2021 · 0 comments

Comments

@ddavisgraphics
Copy link
Contributor

ddavisgraphics commented Feb 8, 2021

Conversions

Process

  1. Form is made with options for file conversions.
  2. New Object is added to the form.
  3. File Upload happens and Media Object is made.
  4. Job is added to sidekick for processing image conversions.
  5. Job calls the image conversion actor class which determines which conversion class needs to be fired based on the media objects mime type.
  6. Form Info is passed in as options to extrapolate what conversion needs to be done.

Image Conversions

  • tif, tiff, jpeg, jpg, gif, pdf, png

Audio Conversions

  • mp3, wav, wma

Video Conversions

  • wmv, mov, mp4

Conversion Process Diagrams

filesystem_diagram
process_diagram_1

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