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:
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"
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
OR
Checklist:
HTTP_ALLOWED=trueFor 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"