@jonporobil Hi, you can use a line command application called ffmpeg ( https://ffmpeg.org/ ) to rotate the orientation.
I didn't really understand your question. Thus, I don't know if this answers your issue.
I would download the video to my desktop computer. Run the following command :
$> ffmpeg VIDEO-TO-FIX -vf "transpose=1" fixed.mpg
....
ffmpeg is referred to as the Swiss army of audio and video processing. Does everything.
....
Hope that helps.
Lorin
