Earlier quoted context omitted.
> incantation FFmpeg arguments, the original prompt engineering
with gemini-cli and claude-cli you can now prompt while it prompts ffmpeg, and it does work.
FFmpeg 8.0
51–60 of 207 posts
Re: FFmpeg 8.0
#52Re: FFmpeg 8.0
#53Earlier quoted context omitted.
nope, that would be handling tar balls ffmpeg right after
Personally I never understood the problem with tar balls. The only options you ever need are tar -x, tar -c (x for extract and c for create). tar -l if you wanna list, l for list. That's really it, -v for verbose just like every other tool if you wish. Examples: tar -c project | gzip > backup.tar.gz cat backup.tar.gz | gunzip | tar -l cat backup.tar.gz | gunzip | tar -x You never need anything else for the 99% case.
I wasn't expecting the downvotes for an xkcd reference
Re: FFmpeg 8.0
#54Some Netflix devs are going to have a busy sprint
Re: FFmpeg 8.0
#55Re: FFmpeg 8.0
#56Re: FFmpeg 8.0
#57Re: FFmpeg 8.0
#58Earlier quoted context omitted.
Can somebody brief me on what's people's incentive of posting AI slop on HN? What are they gaining here?
Definitely weird. No new comments from @praveenhm to HN in almost two years and then the first one made is some ChatGPT-generated one.
I've complained several times to the mods about it, so I'm sure they're aware too.
Re: FFmpeg 8.0
#59Has anyone made a good GUI frontend for accessing the various features of FFMPEG? Sometimes you just want to remux a video without doing any transcoding, or join several video and audio streams together (same codecs).
It's a great tool. Little long in the tooth these days, but gets the job done.
Re: FFmpeg 8.0
#60Has anyone made a good GUI frontend for accessing the various features of FFMPEG? Sometimes you just want to remux a video without doing any transcoding, or join several video and audio streams together (same codecs).