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
When I change watermakImagePath to a file under the project, String watermarkImagePath = "watermark.png", the watermark can be generated normally,I use an absolute path,watermarkImagePath = "E:/watermark/watermark.png", it gives an error.
Error: [Parsed_movie_1 @ 0000015468d24940] Failed to avformat_open_input 'E'
Error: [AVFilterGraph @ 0000015468227f40] Error processing filtergraph: No such file or directory
The text was updated successfully, but these errors were encountered:
The code is as follows:
When I change watermakImagePath to a file under the project, String watermarkImagePath = "watermark.png", the watermark can be generated normally,I use an absolute path,watermarkImagePath = "E:/watermark/watermark.png", it gives an error.
The text was updated successfully, but these errors were encountered: