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:
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: