android - ffmpeg - 强制使用的过滤器

标签 android filter ffmpeg libavcodec libavformat

我正在为 android 编译 ffmpeg。只是想知道配置中哪些过滤器是强制性的。如果有人知道请建议我。

最佳答案

从其中一个 stackoverflow 问题中提取答案,如下所示。

Filters are only significant if you plan on using them. Have a look at what the filters do and then decide for yourself.

If all you do is just watch videos with ffplay then it's likely you won't need them. If you use ffmpeg for things like analog to digital conversion, re-encoding of videos then it's likely you will need them.

关于android - ffmpeg - 强制使用的过滤器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5025606/

相关文章:

android - 如何让 android 键盘显示 '.com' 按钮

Android + Apache MINA 在 session.write() 之后不运行 messageSent()

android - RxJava运行在主线程而不是后台线程

c# - 从 MP4 视频中提取 JPG 图像

java - 如何在android volley中使用jSONObjectRequest发出PATCH请求?

Java:通用过滤器映射函数

opencv - 比较没有白色的直方图包括 OpenCV

regex - 在 Google 工作表中使用 REGEXMATCH 过滤以过滤掉单元格中包含的文本

audio - 合并具有不同编解码器的音频文件

c++ - 在 SDL 1.2 中移动 SDL 窗口