You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using ConvertX latest. I am able to convert other types of files without issues. However, when trying to convert an SVG to ICO format, the only available option is using ffmpeg. Every file I try fails and clicking 'view' shows a page with this error: ENOENT: no such file or directory, open './data/output/91464095044434/3/10018-icon-service-Azure-A.ico'
When I open the docker log, I get this information in the log. From what I can tell, it seems that ffmpeg needs to be compiled using --enable-librsvg as seen here: StackOverflow: Ffmpeg support for svg rasterization
I am using ConvertX latest. I am able to convert other types of files without issues. However, when trying to convert an SVG to ICO format, the only available option is using ffmpeg. Every file I try fails and clicking 'view' shows a page with this error:
ENOENT: no such file or directory, open './data/output/91464095044434/3/10018-icon-service-Azure-A.ico'
When I open the docker log, I get this information in the log. From what I can tell, it seems that ffmpeg needs to be compiled using --enable-librsvg as seen here: StackOverflow: Ffmpeg support for svg rasterization
The text was updated successfully, but these errors were encountered: