Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 android 编译 ffmpeg。只是想知道配置中哪些过滤器是强制性的。如果有人知道请建议我。
从其中一个 stackoverflow 问题中提取答案,如下所示。
过滤器只有在您打算使用它们时才有意义。看看过滤器的作用,然后自己决定。 如果您只是用 ffplay 观看视频,那么您可能不需要它们。如果您将 ffmpeg 用于模数转换、视频重新编码等操作,那么您很可能需要它们。
过滤器只有在您打算使用它们时才有意义。看看过滤器的作用,然后自己决定。
如果您只是用 ffplay 观看视频,那么您可能不需要它们。如果您将 ffmpeg 用于模数转换、视频重新编码等操作,那么您很可能需要它们。