Skip to content

Instantly share code, notes, and snippets.

@Manouchehri
Created December 29, 2021 19:36
Show Gist options
  • Save Manouchehri/4d94b89c1df43fd6aa79f1fa4986ccec to your computer and use it in GitHub Desktop.
Save Manouchehri/4d94b89c1df43fd6aa79f1fa4986ccec to your computer and use it in GitHub Desktop.
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