gif不支持暂停吗
Tofloor
poster avatar
小明Hackintosh
deepin
2019-11-26 19:39
Author
gif图片查看的时候,不支持暂停吗?刚试了一下,VLC播放器和系统自带的播放器都不行。

我应该怎么办?

Reply Favorite View the author
All Replies
avatar
Feng Yu
deepin
2019-11-26 20:26
#1
gif本来就不是为这个需求设计的,而且存储也不是最优。

你可以考虑将gif解成单帧

  1. ffmpeg -i path/to/gif -vsync 0 path/to/output$03d.png
Copy the Code
Reply View the author
avatar
小明Hackintosh
deepin
2019-11-26 22:04
#2
https://bbs.deepin.org/post/185843
gif本来就不是为这个需求设计的,而且存储也不是最优。

你可以考虑将gif解成单帧

不错!我直接转mp4了。
  1. ffmpeg -f gif -i k_001.gif k_001.mp4
Copy the Code
Reply View the author
avatar
海天鹰
deepin
2019-11-26 23:55
#3
本帖最后由 sonichy 于 2019-11-26 16:46 编辑

可以暂停。海天鹰看图已经改好:https://github.com/sonichy/HTYImageViewer/blob/master/mainwindow.cpp#L597
此需求已经帮你提交:https://github.com/linuxdeepin/developer-center/issues/1595
Reply View the author
avatar
小明Hackintosh
deepin
2019-11-28 02:52
#4
https://bbs.deepin.org/post/185843
可以暂停。海天鹰看图已经改好:https://github.com/sonichy/HTYImageViewer/blob/master/mainwindow.cpp#L ...

谢啦
Reply View the author