This website requires JavaScript.
Explore
Help
Sign In
martin
/
databag
Watch
1
Star
0
Fork
0
You've already forked databag
mirror of
https://github.com/balzack/databag.git
synced
2025-02-12 11:39:17 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
9e0fec2596
databag
/
net
/
container
/
transform
/
transform_ithumb.sh
4 lines
66 B
Bash
Raw
Normal View
History
Unescape
Escape
rendering video thumbnail
2022-05-04 22:13:25 +00:00
#!/bin/bash
support video thumb selection
2022-05-11 18:21:42 +00:00
convert -strip
$1
-auto-orient -resize
'320x320>'
$2
rendering video thumbnail
2022-05-04 22:13:25 +00:00
Reference in New Issue
Copy Permalink