for file in *1.jpg; do ffmpeg -i "$file" "${file%1.jpg}".jpg && rm "$file"; done
Created
April 16, 2025 12:50
-
-
Save hammerill/b71aeef40bf5a83fd7ab352d5ba829fa to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment