You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Additional context
Add any other context about the problem here.
win11 、Java17 、 Version 1.0.0-M3.2
The text was updated successfully, but these errors were encountered:
---Original---
From: ***@***.***>
Date: Tue, Dec 24, 2024 22:35 PM
To: ***@***.***>;
Cc: "seek ***@***.******@***.***>;
Subject: Re: [alibaba/spring-ai-alibaba] multi-model-example BUG (Issue #300)
你是直接运行 exmaple 的吗?
项目的 example 已经迁移了,在这里 https://github.com/springaialibaba/spring-ai-alibaba-examples
,有关多模态的示例 @why-ohh 正在做,还没有提交。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
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
Additional context
Add any other context about the problem here.
win11 、Java17 、 Version 1.0.0-M3.2
The text was updated successfully, but these errors were encountered: