Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi-model-example BUG #300

Open
haipengGitHub opened this issue Dec 22, 2024 · 0 comments
Open

multi-model-example BUG #300

haipengGitHub opened this issue Dec 22, 2024 · 0 comments

Comments

@haipengGitHub
Copy link

Which Component
multi-model-example:FrameExtraHelper

Describe the bug
The video file reading path is incorrect, causing the main program to run with an error message.
视频文件读取路径错误,导致主程序运行时显示错误消息。

Simplest demo
avformat_open_input() error -2: Could not open input "spring-ai-alibaba-examples\multi-model-example\src\main\resources\multimodel\video.mp4". (Has setFormat() been called?) (For more details, make sure FFmpegLogCallback.set() has been called.)

Expected behavior
The correct path is as follows:
private static final File videoUrl = new File("spring-ai-alibaba-multi-model-example/multi-model-example/src/main/resources/multimodel/video.mp4");
private static final String framePath = "spring-ai-alibaba-multi-model-example/multi-model-example/src/main/resources/multimodel/frame/";

Screenshots
局部截取_20241222_114122

Additional context
Add any other context about the problem here.
win11 、Java17 、 Version 1.0.0-M3.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant