-
-
Notifications
You must be signed in to change notification settings - Fork 869
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
File conversion for SVG to PNG, as well as MP4 to GIF, is not working correctly. Any conversion with ImageMagick also failes
To Reproduce
- Upload SVG to ConvertX.
- Select PNG for conversion.
- Output file is either tiny, or fails completely in the case of ImageMagick.
OR
- Upload MP4 to ConvertX.
- Select GIF as target file type.
- Conversion fails.
Checklist:
- I am accessing ConvertX over HTTPS or have
HTTP_ALLOWED=true
For ImageMagick, the logs give this error: "Failed to convert ./data/uploads/1/14/xda logo.svg from svg to png using imagemagick. error: Error: Command failed: magick ./data/uploads/1/14/xda logo.svg ./data/output/1/14/xda logo.png"
For the GIF, logs show this error: "Failed to convert ./data/uploads/1/16/cat playing.mp4 from mp4 to gif using ffmpeg. error: Error: Command failed: ffmpeg -i ./data/uploads/1/16/cat playing.mp4 ./data/output/1/16/cat playing.gif"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working