I used the total commander app to remount etc in read write then renamed the existing file, copied it over to another location, edited it on my pc then copied it back and changed the permissions to match the previous xml file. The xml file has profiles that limit the max bit rate. Look for the lines that say
bitRate="17000000"
and change it to
bitRate="100000000"
OK.
The change which of these lines?:
<EncoderProfile quality="high" fileFormat="mp4" duration="30">
or
<EncoderProfile quality="1080p" fileFormat="mp4" duration="30">
...
any change in this line? (4K):
<VideoEncoderCap name="h264" enabled="true"
minBitRate="64000" maxBitRate="50000000"
minFrameWidth="176" maxFrameWidth="3840"
minFrameHeight="144" maxFrameHeight="2160"
minFrameRate="1" maxFrameRate="30" />
---------- Post added at 01:18 AM ---------- Previous post was at 12:41 AM ----------
Edit:
If change 17000000 to 100000000 the phone crash in camera mode.
But, if change this line:
<VideoEncoderCap name="h264" enabled="true"
minBitRate="64000" maxBitRate="
50000000"
minFrameWidth="176" maxFrameWidth="3840"
minFrameHeight="144" maxFrameHeight="2160"
minFrameRate="1" maxFrameRate="30" />
to
<VideoEncoderCap name="h264" enabled="true"
minBitRate="64000" maxBitRate="
100000000"
minFrameWidth="176" maxFrameWidth="3840"
minFrameHeight="144" maxFrameHeight="2160"
minFrameRate="1" maxFrameRate="30" />
The 4K 100mbit work fine!
But only in 4K, not in 1080p.