html5-media-converter
html5-media-converter copied to clipboard
* Error in Scale function
#3 I created a pull request to fix an issue with scale when size is specified. I was getting an error in Zsh and there are a few special characters in there. It seems best to wrap it in quotes.
Hi,
I should mention that I am not developing this project any further. I have merged your request and I'll publish it, but I've gone other ways. I need to clean up a little some time, and mark my dicontinued projects somehow.
I don't believe that streaming-approach is the right thing to do anymore with video-scaling. It may cause a problems when there are network errors. Error handling is more difficult with streaming.
In my "new" project (https://gachou.org), I've reverted to storing the video on disk an then calling ffmpeg directly.
Besides, the npm-packages exiftool-vendored, ffmpeg-static and ffprobe-static are much easier to use than what I used in this package.
I was actually using this to stream files on disk to another location in multiple formats which it does quite well. I also found how to save files in hls as well which is useful in Safari. I agree streaming files over the network is a bad idea.
On Thu, Oct 4, 2018, 4:41 PM Nils Knappmeier [email protected] wrote:
Besides, the npm-packages exiftool-vendored, ffmpeg-static and ffprobe-static are much easier to use than what I used in this package.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nknapp/html5-media-converter/issues/4#issuecomment-427161824, or mute the thread https://github.com/notifications/unsubscribe-auth/AF9vGDc1_DJP0ATRuiJSs5lF-XrobTW8ks5uhnJfgaJpZM4XIEmP .