Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
求助,深度文件管理器缩略图生成器 video 出现链接错误
Experiences and Insight
448
views ·
0
replies ·
To
floor
Go
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,执行命令:
./video 128 ~/视频/example.mp4
Copy the Code
除了输出缩略图经过 Base64 编码后的字符串,还报错:
symbol lookup error: ./video.bak: undefined symbol: _ZN17ffmpegthumbnailer16VideoThumbnailerD1Ev
Copy the Code
我尝试安装了 ffmpegthumbnailer,执行命令:
ffmpegthumbnailer -s 128 -i ~/视频/example.mp4 -o test.png
Copy the Code
同样出现:
symbol lookup error: ffmpegthumbnailer: undefined symbol: _ZN17ffmpegthumbnailer16VideoThumbnailerD1Ev
Copy the Code
现在我写了一个脚本封装了 ffmpegthumbnailer(即使程序执行错误,但是返回值仍然为 0,假装正常执行)暂时可用了。ORZ
由于字数限制,我把 video 和 ffmpegthumbnailer 的 ldd 输出放到了附件中。
Reply
Like 0
Favorite
View the author
All Replies
No replies yet
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
Personal Knowledge Assistant
minor bugs I found
Popular Events
More
使用深度文件管理器时,我发现我的视频文件无法正常生成缩略图。
检查缩略图生成器 /usr/lib/x86_64-linux-gnu/dde-file-manager/tools/thumbnail/video,执行命令:
除了输出缩略图经过 Base64 编码后的字符串,还报错:
我尝试安装了 ffmpegthumbnailer,执行命令:
同样出现:
现在我写了一个脚本封装了 ffmpegthumbnailer(即使程序执行错误,但是返回值仍然为 0,假装正常执行)暂时可用了。ORZ
由于字数限制,我把 video 和 ffmpegthumbnailer 的 ldd 输出放到了附件中。