= Encode videos from Android for Plex = ffmpeg -i input.mp4 -c:v libx264 -r 29.97 -s:v 1920x1080 -crf 28 -c:a aac -b:a 128K -ar 44100 output.mp4