增加视频截图 #960
pharaoh2012
started this conversation in
Ideas
增加视频截图
#960
Replies: 1 comment 1 reply
-
该功能后续会实现,会拓展到iptv-web频道缩略图显示 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
获取到数据后,只能保证频道可以播放,有可能出现错误的频道。
例如我获取的CCTV1,可能出现CCTV12的,也有是播放春节晚会的,还有的是测试播放的。
希望能增加视频的截图,方便人工判断。
ffmpeg -i "<url>" -vf "select=eq(n\,0)" -q:v 2 5.jpg
ffmpeg -i 5.jpg -vf "scale=iw*0.2:ih*0.2" 5_thumbnail.jpg
Beta Was this translation helpful? Give feedback.
All reactions