You can using Termux in android for get codec properties of video after recorded.
- Install Termux App GooglePlay
- Install the FFmpeg package
Open the Termux app from the launcher. You will be introduced to a console environment.
Enter the following command:
pkg install -y ffmpeg
Show codec properties:
ffmpeg -i yourfile