android - 如何在 android 中使用文件 *.acv 来播放视频

标签 android video ffmpeg

我有一个应用程序 Andoroid 。我想使用 Photoshop 文件查看视频的更多效果并预览它 .acv 。我的预览有问题。谁有通过对视频应用过滤器* .acv 来解决问题的方法,谢谢。

最佳答案

我用了this
图书馆和以下是命令
String[] complexCommand={"ffmpeg","-y","-i","file path of input video ","-strict","experimental","-vf","curves=psfile=filter acv file path ","-b","2097k","-vcodec","mpeg4","-ab","48000","-ac","2","-ar","22050","file path of the output video"}
例如

String[]
complexCommand={"ffmpeg","-y","-i","/storage/emulated/0/vk2/in.mp4","-strict","experimental","-vf","curves=psfile=/storage/emulated/0/videokit/sepia.acv","-b","2097k","-vcodec","mpeg4","-ab","48000","-ac","2","-ar","22050","/storage/emulated/0/videokit/out.mp4"}

给定的链接是一个论坛,您可以在那里询问有关 ffmepeg 的问题

关于android - 如何在 android 中使用文件 *.acv 来播放视频,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36744378/

相关文章:

android - 如何将图像添加到android中的按钮

c# - C#中的实时视频流

android - 在 Android 上使用 ffmpeg 为捕获的视频添加水印

jQuery - 检测 <video> onEnded

python - CouldntDecodeError : Decoding failed. ffmpeg 返回错误代码:69

html - 如何生成用于 VideoJS 的视频预览缩略图?

android - 一个 Android 应用程序中可能有多少个进程?什么是最大计数?

在 Samsung galaxy Note 中使用时,Android Zxing 代码抛出异常?

java - 使用 Json 解析 Gson 不适用于 Android

android - 为 Android 构建 FFmpeg