(no title)
MrThoughtful | 9 months ago
Make a simple example of speeding up an mp4
video in the browser using a version of ffmpeg
that runs in the browser. Don't use any server
side tech like node. Make it a single html file.
But so far every LLM I tried failed to come up with a working solution.
bastawhiz|9 months ago
https://ffmpegwasm.netlify.app/docs/getting-started/usage
It transcodes a webm file to MP4, but making it speed up the video is trivial: just add arguments to `ffmpeg.exec()`. Your lack of success in this task is trusting an LLM to know about cutting-edge libraries and how to use them, not a lack of progress in the area.
MrThoughtful|9 months ago
simlevesque|9 months ago
colechristensen|9 months ago
I'm convinced that programmers' bias towards LLMs is strongly correlated with the weirdness of their work. Very often my strange ideas pushed to LLMs look like solutions but are rather broken and hallucinated attempts which only vaguely represent what needs to be done.
minimaxir|9 months ago
https://github.com/Kagami/ffmpeg.js/
https://github.com/ffmpegwasm/ffmpeg.wasm
rvz|9 months ago
Maybe you need to actually learn how it works instead of deferring to LLMs that have no understanding of what you are specifically requesting.
Just read the fine documentation.
prophesi|9 months ago
MrThoughtful|9 months ago
jsheard|9 months ago
minimaxir|9 months ago
ch_sm|9 months ago
unknown|9 months ago
[deleted]
mort96|9 months ago
ycombinatrix|9 months ago