Created
December 29, 2021 19:36
-
-
Save Manouchehri/4d94b89c1df43fd6aa79f1fa4986ccec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find /Volumes/q/Movies/GoPro -type f -iname "*.mp4" -print0 | parallel -0 "mediainfo {} | grep Width | grep -v ' 5 312' && echo {}" | grep -v Width | parallel "mv -v {} /Volumes/q/Movies/GoPro/not5k/{/}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment