I'm currently trying to record a video with the MediaRecorder and a Camera. But for my Application, I need to record a video in square-format, like Instagram does with Pictures, to be independet of device orientation.
Is there any way to automatically crop and preview a video in a square-resoultion (f.i. 800x800) or do I have to crop the video manually (I have FFMPEG available on the Android-Device)?