Ffmprovisr – Making FFmpeg Easier
11–20 of 106 posts
Re: Ffmprovisr – Making FFmpeg Easier
#12Re: Ffmprovisr – Making FFmpeg Easier
#13See also: * https://ffmpeg.guide/ — create complex FFmpeg filtergraphs quickly and correctly * https://www.hadet.dev/ffmpeg-cheatsheet/ — clipping, adding fade in/out, scaling, concat, etc
Re: Ffmprovisr – Making FFmpeg Easier
#14if you want to improve a page like this include a screenshot
Re: Ffmprovisr – Making FFmpeg Easier
#15Re: Ffmprovisr – Making FFmpeg Easier
#16I started using chatgpt to come up with ffmpeg commands, just so much faster and easier to find what I need.
I made a small tool so I can do it right in the cli: https://github.com/alexkrkn/help-cli
and made a video about it: https://www.youtube.com/watch?v=pOda6TDBqcY
Re: Ffmprovisr – Making FFmpeg Easier
#17[flagged]
Re: Ffmprovisr – Making FFmpeg Easier
#18> Transcode to an H.264 access file You use "access" several times but I don't know what you mean by it. I'm going to guess that is some non-english usage slipping in. Nothing else to complain about at this time. [EDIT] I should say "is used" and "they mean" because I don't know if the author is also the poster.
I think it might just be autocorrect translating "AAC" into "access".
Re: Ffmprovisr – Making FFmpeg Easier
#19Re: Ffmprovisr – Making FFmpeg Easier
#20See also: * https://ffmpeg.guide/ — create complex FFmpeg filtergraphs quickly and correctly * https://www.hadet.dev/ffmpeg-cheatsheet/ — clipping, adding fade in/out, scaling, concat, etc
ffmpeg.guide is really awesome. Do we have something similar for ImageMagick?