Guest Kenny N Posted May 25, 2010 Report Posted May 25, 2010 (edited) The following instructions will enable you to record videos in fullscreen ( 800x480 ) 1. Pull the file from the phone adb pull /system/etc/media_profiles.xml 2. Make a copy of "media_profiles.xml" ( in case you want to restore it ) 3. edit "media_profiles.xml" and change the following line from ----- <EncoderProfile quality="high" fileFormat="mp4" duration="60"> <Video codec="h264" bitRate="3000000" width="720" <---- this value height="480" frameRate="24" /> ----- to ----- <EncoderProfile quality="high" fileFormat="mp4" duration="60"> <Video codec="h264" bitRate="3000000" width="800" height="480" frameRate="24" /> ----- 4. Save the changes and reupload the file adb remount adb push media_profiles.xml /system/etc/ 5. Reboot the phone adb shell reboot Regards, Kenny N Edited May 26, 2010 by Kenny N
Guest Kenny N Posted May 25, 2010 Report Posted May 25, 2010 Thanks Man ! You are welcome - You can also increase the frame rate to 30fps if you want to play around with it. Regards, Kenny N
Guest pvillasuso Posted May 25, 2010 Report Posted May 25, 2010 You are welcome - You can also increase the frame rate to 30fps if you want to play around with it. Regards, Kenny N lol I did that too , you know to "test it out" :rolleyes: , and its working good , I don't see any problems , yet ! Im using paul's froyo kitchen version + CM kernel + setcpu.apk ( 1113 ) Cheers ...
Guest jango76 Posted May 26, 2010 Report Posted May 26, 2010 (edited) Thanks, worked a treat. I did need to run adb remount as well though, as it complained that the filesystem was read-only. Edited May 26, 2010 by jango76
Guest Kenny N Posted May 26, 2010 Report Posted May 26, 2010 Thanks, worked a treat. I did need to run adb remount as well though, as it complained that the filesystem was read-only. You are welcome - Updated the instruction - I forgot about that step Regards, Kenny N
Guest jywrs Posted May 26, 2010 Report Posted May 26, 2010 (edited) The following instructions will enable you to record videos in fullscreen ( 800x480 ) 1. Pull the file from the phone adb pull /system/etc/media_profiles.xml 2. Make a copy of "media_profiles.xml" ( in case you want to restore it ) 3. edit "media_profiles.xml" and change the following line from SO GOOD,THNAKS! Edited May 26, 2010 by jywrs
Guest Alex Buga Posted May 26, 2010 Report Posted May 26, 2010 How safe is the 30fps option ? I mean... for the CPU & stuff. I'm willing to stay at the 4:3 resolution and have 30fps instead of fullscreen at 24 :rolleyes:
Guest Kenny N Posted May 26, 2010 Report Posted May 26, 2010 How safe is the 30fps option ? I mean... for the CPU & stuff. I'm willing to stay at the 4:3 resolution and have 30fps instead of fullscreen at 24 :rolleyes: There shouldn't be any problems. However, it will generate larger files which takes longer to save. I've been using for a couple of days now. No issues so far. Regards, Kenny N
Guest Dannyson Posted May 26, 2010 Report Posted May 26, 2010 it would be great if we could make it to 720p :rolleyes:
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now