The emoji (unicode character) 💋 in the filename causes issues for me.
I resolved it by renaming the files:
Код:
find . -name "*.mp4" | while read line; do mv "$line" "Babi Muniz ${line##* }"; done
which just removes the 💋 , e.g.
Код:
Babi Muniz '$'\355\240\275\355\262\213'' (1).mp4
gets renamed to: