bash: syntax error near unexpected token `|'
find Downloads/ -name '*.mp4' -exec mediainfo {} ; | grep -i "Display aspect ratio" | awk '{print $5}' | sort | uniq -c