求助,深度文件管理器缩略图生成器 video 出现链接错误
Tofloor
poster avatar
choora
deepin
2020-08-24 03:37
Author
本帖最后由 choora 于 2020-8-23 19:41 编辑

使用深度文件管理器时,我发现我的视频文件无法正常生成缩略图。


检查缩略图生成器 /usr/lib/x86_64-linux-gnu/dde-file-manager/tools/thumbnail/video,执行命令:


  1. ./video 128 ~/视频/example.mp4
Copy the Code


除了输出缩略图经过 Base64 编码后的字符串,还报错:


  1. symbol lookup error: ./video.bak: undefined symbol: _ZN17ffmpegthumbnailer16VideoThumbnailerD1Ev
Copy the Code

我尝试安装了 ffmpegthumbnailer,执行命令:

  1. ffmpegthumbnailer -s 128 -i ~/视频/example.mp4 -o test.png
Copy the Code

同样出现:


  1. symbol lookup error: ffmpegthumbnailer: undefined symbol: _ZN17ffmpegthumbnailer16VideoThumbnailerD1Ev
Copy the Code

现在我写了一个脚本封装了 ffmpegthumbnailer(即使程序执行错误,但是返回值仍然为 0,假装正常执行)暂时可用了。ORZ


由于字数限制,我把 video 和 ffmpegthumbnailer 的 ldd 输出放到了附件中。

Reply Favorite View the author
All Replies

No replies yet