标签: c++ c ffmpeg
我正在尝试在 FFmpeg 中使用函数avformat_open_input来打开包含中文单词的文件。
avformat_open_input
例如:
char* file="C:/測試/baby.mp4"; avformat_open_input(&pFormatCtx, file, NULL, NULL);
但是,它似乎失败了。
我的问题是如何传递包含中文(或除英语以外的其他语言)的文件路径?