FFmpeg4Android icon indicating copy to clipboard operation
FFmpeg4Android copied to clipboard

Results 25 FFmpeg4Android issues
Sort by recently updated
recently updated
newest added

``` String[] ffmpegCommand = new String[]{"-i", rtspUrl, "-acodec", "copy", "-vcodec", "copy", filePath}; ``` 10:04:40.694 1185 3183 I OMXClient: IOmx service obtained 07-09 10:04:40.694 458 875 I OMXMaster: makeComponentInstance(OMX.google.mp3.decoder) in [email protected]...

我是在图片合成视频的时候发现的。我在想是否是在打包成so文件时把这个给漏掉了

![image](https://user-images.githubusercontent.com/13014638/28451856-65b210b8-6e22-11e7-8903-d979ba3b89d5.png) 我把大神的demo 改了这么个地方 然后就在手机上运行起来了 但是在运行命令时就崩溃了 ![image](https://user-images.githubusercontent.com/13014638/28451965-00792bd6-6e23-11e7-8c9d-1bbdcfc53962.png)

ffmpeg -i test.jpg -vf "movie=logo.png[watermask];[in][watermask] overlay=0:0" -y test_image_watermark.jpg 我用电脑ffmpeg命令行工具就可以.知道要在config配置什么

我用前摄像头录视频后,显示的视频是翻转的状态,请问大佬怎么解决?

./jianxi_ffmpeg_build_all_more.sh这指令怎么运行?我在Terminal控制台cd进目录后输入ndk-build指令时 提示Android NDK:APP_PLATFORM not set。从网上找资料说要写Android.mk文件,但是我写了.mk文件 也编译不了,我jni刚学,请会的兄弟指教一下,万分感谢。

提示lib264找不到,编译失败。请问如何解决

请问大佬一个问题,我在编译的时候遇到下面这样的报错, ``` Makefile:227: recipe for target '.depend' failed make: *** [.depend] Error 1 /home/hong/Android/Sdk/ndk-bundle/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. --sysroot=/home/hong/Android/Sdk/ndk-bundle/platforms/android-21/arch-x86_64/ -Os -fpic -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=5 -fPIC -fomit-frame-pointer...

void show_help_children(const AVClass *class, int flags);这个函数编译报错: ***/ffmpegTest/app/src/main/cpp/cmdutils.h Error:(213, 40) error: expected ')' Information:(213, 24) to match this '(' Error:(587, 39) error: inva Error:(213, 40) error: expected ')' Information:(213, 24) note:...