FFmpeg-online: ffpmeg running on the browser
ffmpeg-online.vercel.app
FFmpeg-online: ffpmeg running on the browser
1–10 of 31 posts
Re: FFmpeg-online: ffpmeg running on the browser
#2I'm guessing no one did GPU-optimizations? I saw a web app (not an ffmpeg transpilation) that went clever and used WebGL so it can access the GPU and use its parallel processing capabilities...
Re: FFmpeg-online: ffpmeg running on the browser
#3As their github page says, based on https://ffmpegwasm.netlify.app ... I'm guessing no one did GPU-optimizations? I saw a web app (not an ffmpeg transpilation) that went clever and used WebGL so it can access the GPU and use its parallel processing capabilities...
Will the experience for those low end computers be degraded?
It’s been awhile since I actually used ffmeg directly but I do recall trying to transcode some video to a different format and it took some time on a 2015 MacBook (not a MBP, like a thinner version of the MBA, lol)
Re: FFmpeg-online: ffpmeg running on the browser
#4Re: FFmpeg-online: ffpmeg running on the browser
#5Re: FFmpeg-online: ffpmeg running on the browser
#6Re: FFmpeg-online: ffpmeg running on the browser
#7I implemented ffmpeg.wasm in my own web app, and it's working out really well. I didn't have to set up a Lambda to resize video, it happens in the user's browser and the result is uploaded directly to S3. It saves me processing cost, and complexity. It was really easy to implement and works perfectly.
Re: FFmpeg-online: ffpmeg running on the browser
#8I implemented ffmpeg.wasm in my own web app, and it's working out really well. I didn't have to set up a Lambda to resize video, it happens in the user's browser and the result is uploaded directly to S3. It saves me processing cost, and complexity. It was really easy to implement and works perfectly.
Re: FFmpeg-online: ffpmeg running on the browser
#9I implemented ffmpeg.wasm in my own web app, and it's working out really well. I didn't have to set up a Lambda to resize video, it happens in the user's browser and the result is uploaded directly to S3. It saves me processing cost, and complexity. It was really easy to implement and works perfectly.
Plenty of scenarios where that doesn't matter and it's fine to trust the client, but just something to be aware of.
Re: FFmpeg-online: ffpmeg running on the browser
#10Anyone can explain to me why order of input file flag has such an impact on the accuracy of copy ? (Ffmpeg adds/removes randomly few sec)