Great work on this - I made a terminal command similar to this (llmpeg), and was actively trying to get exactly this working - a webasm compiled version of ffmpeg that could encode in the browser. I for the life of me couldn't get the provided examples on https://github.com/ffmpegwasm/ffmpeg.wasm to run. Just for my own development curiosity, was there anything specific you had to do to get ffmpegwasm to work?
Show HN: FFmpeg in plain English – LLM-assisted FFmpeg in the browser
11–20 of 49 posts
Re: Show HN: FFmpeg in plain English – LLM-assisted FFmpeg in the browser
#12Re: Show HN: FFmpeg in plain English – LLM-assisted FFmpeg in the browser
#13Re: Show HN: FFmpeg in plain English – LLM-assisted FFmpeg in the browser
#14Great work on this - I made a terminal command similar to this (llmpeg), and was actively trying to get exactly this working - a webasm compiled version of ffmpeg that could encode in the browser. I for the life of me couldn't get the provided examples on https://github.com/ffmpegwasm/ffmpeg.wasm to run. Just for my own development curiosity, was there anything specific you had to do to get ffmpegwasm to work?
Re: Show HN: FFmpeg in plain English – LLM-assisted FFmpeg in the browser
#15Great work on this - I made a terminal command similar to this (llmpeg), and was actively trying to get exactly this working - a webasm compiled version of ffmpeg that could encode in the browser. I for the life of me couldn't get the provided examples on https://github.com/ffmpegwasm/ffmpeg.wasm to run. Just for my own development curiosity, was there anything specific you had to do to get ffmpegwasm to work?
https://news.ycombinator.com/item?id=40410637
I then made a more general version of it for all commands:
https://github.com/dheera/scripts/blob/master/helpme
Example usage:
$ helpme ffmpeg assemble all the .jpg files into an .mp4 timelapse video at 8fpsRe: Show HN: FFmpeg in plain English – LLM-assisted FFmpeg in the browser
#16Great work on this - I made a terminal command similar to this (llmpeg), and was actively trying to get exactly this working - a webasm compiled version of ffmpeg that could encode in the browser. I for the life of me couldn't get the provided examples on https://github.com/ffmpegwasm/ffmpeg.wasm to run. Just for my own development curiosity, was there anything specific you had to do to get ffmpegwasm to work?
I don’t know about the browser but I’ve been playing with a WASM build through this Go wrapper. Nice to not need CGO. https://codeberg.org/gruf/go-ffmpreg
Re: Show HN: FFmpeg in plain English – LLM-assisted FFmpeg in the browser
#17Re: Show HN: FFmpeg in plain English – LLM-assisted FFmpeg in the browser
#18 I'm sorry Dave, I'm afraid I cannot do thatRe: Show HN: FFmpeg in plain English – LLM-assisted FFmpeg in the browser
#19Earlier quoted context omitted.
I don’t know about the browser but I’ve been playing with a WASM build through this Go wrapper. Nice to not need CGO. https://codeberg.org/gruf/go-ffmpreg
I'm a little confused as to how someone makes an "mpreg" joke in the project name, but censors "lame" in the README.
Re: Show HN: FFmpeg in plain English – LLM-assisted FFmpeg in the browser
#20It suggested various things to try, and after pasting in the error messages each time it suggested more and more radical things. Eventually it suggested a program called Untrunc, where you give it a working video file as a reference and then the file that's faulty and as if by magic it worked!
Just wanted to mention this in case anyone else is struggling to get FFmpeg to repair a file.