-
-
Notifications
You must be signed in to change notification settings - Fork 63
[Feature Request] - use as server with API #247
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
Comments
I think that it better to process the files directly instead. You can look into the converters used by convertx. There is more info here #193 |
I haven't looked into it but there is a forked namned convertx-api https://github.com/nynevi/ConvertX-API |
Interesting, thanks! |
Okay, but why wontfix then? I mean, could you not imagine having this in this repository as a cool feature out of the box @C4illin ? |
Well technically you can already use it as an API, just send a post request to the convert endpoint with the file I dont see the use case where you would do that though. |
can you elaborate some more about this? what parameters are available to set? |
So you want to create a micro-SaaS? Why not just do the conversion directly in the software? |
The purpose of micro-SaaS is mainly, that you don't overgrow your software with features, that other pieces of software solves already better in some way. Why should somebody reinvent the wheel, when some applicable software is already FOSS. |
Well since this is a feature request, the wheel isn't invented yet |
Sorry I don't see the use case, but I would accept a PR if you create one :) |
Hi, Now, I need to convert all my library to this chosen format. I don't want to do it one by one manually! I can make a script to do it on my local machine for the first time, but for all the future upload I'd like to put a "listener" on a folder (made by another micro-SaaS) and the call convertX to convert it to the correct format when a file is put on it. |
Why can't the "listener" just run ffmpeg or vips directly? Adding a web api makes it much more complex |
Because putting ffmpeg in a docker container is a pain :D. |
I'm sorry if it was brought up and dismissed already - but have you considered to make convertX available as server with API?
The text was updated successfully, but these errors were encountered: