diff options
-rwxr-xr-x | ranger/data/scope.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh index 16870363..e046d6da 100755 --- a/ranger/data/scope.sh +++ b/ranger/data/scope.sh @@ -155,7 +155,9 @@ handle_image() { ## Video # video/*) - # # Thumbnail + # # Get embedded thumbnail + # ffmpeg -i "${FILE_PATH}" -map 0:v -map -0:V -c copy "${IMAGE_CACHE_PATH}" && exit 6 + # # Get frame 10% into video # ffmpegthumbnailer -i "${FILE_PATH}" -o "${IMAGE_CACHE_PATH}" -s 0 && exit 6 # exit 1;; |