Earlier quoted context omitted.
Just curious, why would you want to self-host it?
For me, often, it's just a bandwidth issue. If a colleague has a 12 GB movie they'd like to transmute, a local app might be a possibility, but an hour long upload followed by a 20 minute long download won't be.
Show HN: Fileshifter – Easily convert files and videos between different formats
21–30 of 37 posts
Re: Show HN: Fileshifter – Easily convert files and videos between different formats
#22Earlier quoted context omitted.
If you run Linux, you can use `ffmpeg` and `convert` to duplicate the functionality of this site locally. For example $ convert input-file.jpg output-file.pdf $ ffmpeg -i input-file.mov output-file.mp4
I've seen you mention those tools a couple times. I'm familiar with ffmpeg. Does convert also cover the MS Office file formats, as this tool purports to?
Re: Show HN: Fileshifter – Easily convert files and videos between different formats
#23Re: Show HN: Fileshifter – Easily convert files and videos between different formats
#24Re: Show HN: Fileshifter – Easily convert files and videos between different formats
#25Structurally, the service is hosted online as a website, this means one must upload a copy of their data to be converted. Naturally that raises questions because there's a lot we don't know about this site: who runs it, what are the terms of service (I saw none on the site), what are users granting the site owners to do with uploaded data? Answers to these are almost certainly guesses as this information is not readi…
- I appreciate these posts that promote software freedom. - The tools `convert` and `ffmpeg` should cover your criteria and the functionality of the site.
Re: Show HN: Fileshifter – Easily convert files and videos between different formats
#26Earlier quoted context omitted.
If you run Linux, you can use `ffmpeg` and `convert` to duplicate the functionality of this site locally. For example $ convert input-file.jpg output-file.pdf $ ffmpeg -i input-file.mov output-file.mp4
I've seen you mention those tools a couple times. I'm familiar with ffmpeg. Does convert also cover the MS Office file formats, as this tool purports to?
Re: Show HN: Fileshifter – Easily convert files and videos between different formats
#27Earlier quoted context omitted.
For me, often, it's just a bandwidth issue. If a colleague has a 12 GB movie they'd like to transmute, a local app might be a possibility, but an hour long upload followed by a 20 minute long download won't be.
The creator mentions in another post that the service does indeed upload the data to a server for processing. But, in general, it being a web app doesn't mean it uploads your data any more than a locally run application might. A web app can just as well do the processing in the browser without it ever leaving your machine.
Re: Show HN: Fileshifter – Easily convert files and videos between different formats
#28Cool! I think you need a way to get back to the home screen so that someone can try another conversion. After I did the default png->pdf, there is nothing to click on to go back and try another conversion, besides editing the URL. (maybe a link 'try another' or just home) - but cool thanks for sharing! Edit: on Safari mac 10.13 if that helps
Re: Show HN: Fileshifter – Easily convert files and videos between different formats
#29It's nice! Quick feedback for UX improvement: let the user upload a file first, detect the extension, then ask what file type to convert to.