gpt4 book ai didi

android-ndk - ffmpeg avformat_open_input 无法打开文件

转载 作者:行者123 更新时间:2023-12-04 23:05:34 26 4
gpt4 key购买 nike

我正在尝试通过 Android NDK 打开现有的 Mp3 文件,但无法打开。

java

private static String FILENAME = "/mnt/sdcard/My Audios/Doomsday.mp3";

C
if ((res=avformat_open_input(&pFormatCtx, path, NULL, NULL)) < 0) {
__android_log_print(ANDROID_LOG_DEBUG, DEBUG_TAG, "file name: %s", path);
printf("Hello %s\n", path);
__android_log_print(ANDROID_LOG_DEBUG, DEBUG_TAG, "cannot open input file");
__android_log_print(ANDROID_LOG_DEBUG, DEBUG_TAG, "%d", res);
return res; // couldn't open file
}

这是日志

error

确定文件存在。
谢谢。

最佳答案

错误代码 -1330794744 表示“找不到协议(protocol)”。
也许您忘记调用av_register_all()功能。

关于android-ndk - ffmpeg avformat_open_input 无法打开文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16892243/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com