我厌倦了FFmpeg,于是我制作了一个适合人类使用的FFmpeg。
FFmpeg 是一个非常棒的工具,但我总是需要反复在网上搜索相同的命令,并复制粘贴那些我不想记住的内容。于是我构建了一个小型的、具有主观性的 Rust 命令行工具,让我可以直接表达我想要做的事情,而不是如何向 FFmpeg 说明。这个工具对我来说很有效,可能对其他人也有效,也可能不适用,这都没关系。<p>仓库链接: https://github.com/alpbak/ffhuman
查看原文
FFmpeg is an amazing tool, but I kept re-Googling the same commands and copy-pasting things I didn’t want to remember again.
I built a small, opinionated Rust CLI that lets me say what I want to do instead of how to say it to FFmpeg.
This is the tool that worked for me. It may or may not work for everyone, and that’s okay.<p>Repo: https://github.com/alpbak/ffhuman