diff options
-rwxr-xr-x | ranger/data/scope.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh index 4126f312..044b3f53 100755 --- a/ranger/data/scope.sh +++ b/ranger/data/scope.sh @@ -164,8 +164,8 @@ handle_image() { ## Audio # audio/*) # # Get embedded thumbnail - # ffmpeg -i "${FILE_PATH}" -map 0:v -map -0:V -c copy "${IMAGE_CACHE_PATH}" && exit 6 - # exit 1;; + # ffmpeg -i "${FILE_PATH}" -map 0:v -map -0:V -c copy \ + # "${IMAGE_CACHE_PATH}" && exit 6;; ## PDF # application/pdf) |