parabolon
Dauer-User
- 100
AllDroid - View topic - Tip: Record higher quality video Droid/Milestone
Hab ich noch nicht ausprobiert, klingt aber viel versprechend!
Hab ich noch nicht ausprobiert, klingt aber viel versprechend!
Alldroid/Fede schrieb:I apologize in advance if this is something obvious that everyone already knows about. I just found a way to set the Droid/Milestone to record video (with the camera) in much better quality than the default high quality settings.
It always annoyed how much the Milestone compresses recorded videos (which results in blurriness and some blocking), so today I started poking around the system files and found this line in build.prop:
Code:
ro.media.enc.hprof.vid.bps=3000000
Which basically means video is compressed at a fixed rate of 3Mbps. I didn't think it would work, but I went ahead and changed the value to 8Mbps:
Code:
ro.media.enc.hprof.vid.bps=8000000
Rebooted and shot a test video. Lo and behold, the video is now recorded at 8mbps, resulting in a MUCH crisper image!
Sure, the videos now take up almost three times as much space as before, but the increased quality is very much worth it.
Sorry again if this was already well-known, I searched for info or tutorials on this topic and couldn't find anything.
Fede