What are you using to record it? I'm sure there's a way to turn off the mic, though as you probably heard, i havent done it yet myself either.
With regards to the upload time, my upload was gonna take 2 hours, so i tried reencoding it with ffmpeg (
https://www.ffmpeg.org), which brought the filesize down from 1.6gb to 270mb with no loss in quality that i could see (it was terrible to begin with though).
This is the command i used to encode it:
ffmpeg -i "d:\vidcapture\MechWarrior Online\MechWarrior Online 09.30.2017 - 02.54.56.05.DVR.mp4" -c:v libx264 -c:a aac "d:\VidCapture\MechWarrior Online\encodingtest.mp4"
So, open command prompt, find the folder you put ffmpeg in (for me, c:\ffmpeg\bin), exchange first path/filename with the file you want to reencode, exchange second path/filename with what you want the output file to be called, and voila. Upload time goes from 2 hours to 19 minutes
Edit: And don't worry about "good" players stroking out, this is for matches you yourself had fun in.
Edited by Gwahlur, 29 September 2017 - 06:52 PM.