The terminal command is:
ffprobe -v 0 -of csv=p=0 -select_streams v:0 -show_entries stream=r_frame_rate '/Users/malenki/Nuendo Projects/Fire Country 305/Video and Audio/FC 305 Locked Cut 092524_HDQT_PR-Proxy-720p[LetterBox].mov' | awk -F '/' '{ printf "%.2f\n", $1/$2 }' | pbcopy
When I do this:
it removes \n from the command making it wrong.
Why?