x264/H.264 High profile support ?? - Blade General

Guys does this mobile play x264(H.264) high profile
(not the basline or main profiles which it already supports)
like atleast BoB reenc, minishares, mSD 480p tv shows minitheatre animes (low bitrates High @ L2.1 3.1 and 4.1 - around 200mb size for 1 hr)
with moboplayer, dice player etc etc player

anyone guys ...almost everybody visiting this section must own a blade unlike other forums
planning on gettting this phone ...need replies asap

max for zte blade camera coding:
<EncoderProfile quality="high" fileFormat="mp4" duration="60">
<Video codec="h263"
bitRate="2000000"
width="800"
height="480"
frameRate="30" />
<Audio codec="aac"
bitRate="48000"
sampleRate="16000"
channels="1" />
<VideoEncoderCap name="h263" enabled="true"
minBitRate="64000" maxBitRate="2000000"
minFrameWidth="176" maxFrameWidth="800"
minFrameHeight="144" maxFrameHeight="480"
minFrameRate="1" maxFrameRate="30" />

KapTmaH said:
max for zte blade camera coding:
<EncoderProfile quality="high" fileFormat="mp4" duration="60">
<Video codec="h263"
bitRate="2000000"
width="800"
height="480"
frameRate="30" />
<Audio codec="aac"
bitRate="48000"
sampleRate="16000"
channels="1" />
<VideoEncoderCap name="h263" enabled="true"
minBitRate="64000" maxBitRate="2000000"
minFrameWidth="176" maxFrameWidth="800"
minFrameHeight="144" maxFrameHeight="480"
minFrameRate="1" maxFrameRate="30" />
Click to expand...
Click to collapse
I have blade with 5mpix camera (RBM One in RedBull mobile) and 640x480 is max 800x480 freezes camera

Related

TF3D problem with right virtual soft menu key in SMS tab

I have problem with right virtual soft menu key in SMS (Messages) tab in Touchflo 3D. There is no problem with this right menuin other tabs of tf3d and I can open menu for all the tabs except messages. Does somebody know what do I need to change to make it work ?
I've the same problem, somebody knows how to fix ?
fix
install new theme ... this helped me ...
Done, i solved the problem, in my 26948339_manila i add this
<SimpleDialog Name="MessagesGizmoResponse_Forward.dialog" PackageName="HTC">
<ComponentReference Name="dialogItem" Mode9Path="HTC\simpledialog.mode9" Component="SimpleDialog" SmartComponent="true" />
<DialogItem Name="Menu">
<DialogItem Name="New" Title="[[IDS_MESSAGING_NEW]]" />
<DialogItem Name="Reply" Title="[[IDS_MESSAGING_REPLY]]" />
<DialogItem Name="Forward" Title="[[IDS_MESSAGING_FORWARD]]" />
<DialogItem Name="Delete" Title="[[IDS_MESSAGING_DELETE]]" />
</DialogItem>
</SimpleDialog>
for more information you can see this:
http://forum.xda-developers.com/showthread.php?p=2695679#post2695679
thank you sir
antonhio said:
Done, i solved the problem, in my 26948339_manila i add this
<SimpleDialog Name="MessagesGizmoResponse_Forward.dialog" PackageName="HTC">
<ComponentReference Name="dialogItem" Mode9Path="HTC\simpledialog.mode9" Component="SimpleDialog" SmartComponent="true" />
<DialogItem Name="Menu">
<DialogItem Name="New" Title="[[IDS_MESSAGING_NEW]]" />
<DialogItem Name="Reply" Title="[[IDS_MESSAGING_REPLY]]" />
<DialogItem Name="Forward" Title="[[IDS_MESSAGING_FORWARD]]" />
<DialogItem Name="Delete" Title="[[IDS_MESSAGING_DELETE]]" />
</DialogItem>
</SimpleDialog>
for more information you can see this:
http://forum.xda-developers.com/showthread.php?p=2695679#post2695679
Click to expand...
Click to collapse
I was about to hard reset again because of this problem...but this worked like a charm...(and relieves me from a headache...) thanks
Same for me, i'm gonna try this! thank you
thanks a lot for help.it works, finally I solved this issue

Manilla 2D XML - Trouble Adding a New Tab!

Does anyone know where ive gone wrong and why it doesnt work?
Ive done the follwoing
Under Tabs i have added the following
<HomeWidget enable="1" tab_bg_icon="7,8" tab_icon="69,70" big_icon="29,30" />
<CalenderWidget enable="1" tab_bg_icon="23,24" tab_icon="172,173" big_icon="63,64" />
<OperatorWidget enable="0" tab_bg_icon="120,129" tab_icon="145,147" big_icon="200,218" />
This shows up as an option under the manilla 2d customizer by Mpenguin14
And also i have added this in teh main body of the xml as coding for the tab itself
<CalenderWidget>
<Property name="IDHMWG_CALENDARBTN1_RECT" id="40" value="12,177,228,207" />
<Property name="IDHMWG_CALENDARBTN1_IMG" id="41" value="46" />
<Property name="IDHMWG_CALENDARBTN1_IMGPOS" id="42" value="29,184" />
<Property name="IDHMWG_CALENDARBTN1_TEXT_RECT" id="43" value="55,178,213,206" />
<Property name="IDHMWG_CALENDARBTN1_TEXT_TIME_RECT" id="44" value="29,178,213,192" />
<Property name="IDHMWG_CALENDARBTN1_TEXT_SUBJECT_RECT" id="45" value="29,192,213,206" />
<Property name="IDHMWG_CALENDARBTN1_IMG_FOCUS" id="46" value="181" />
<Property name="IDHMWG_CALENDARBTN1_IMG_FOCUS_DN" id="47" value="182" />
<Property name="IDHMWG_LINE_IMG" id="100" value="180" />
<Property name="IDHMWG_LINE1_IMGPOS" id="101" value="28,148" />
<Property name="IDHMWG_LINE2_IMGPOS" id="102" value="28,177" />
<Property name="IDHMWG_LINE3_IMGPOS" id="103" value="28,206" />
<Property name="IDHMWG_DATE_RECT" id="104" value="28,127,212,148" />
</CalenderWidget>
However when i try and reload m2d it wont load so i think there is an error somewhere but i dont know if i have missed a bit out!!
Any Ideas?????
Please ask questions in the right forum, or under the correct thread relating to your developed program.

[How To] Get [email protected] video recording on GB MIUI ROM

Hi guys!
While the GB rom MIUI still does not support 720p video recording, i found a temporary solution.
Using the app Root Explorer, i modified the file media_profiles.xml (in "/system/etc" and also "/etc") to get the stock MIUI video camera recording in WVGA resolution (848x480) at 24fps.
The modification that i made is marked in red:
<EncoderProfile quality="high" fileFormat="mp4" duration="30">
<Video codec="m4v"
bitRate="10000000"
width="848"
height="480"
frameRate="24" />
<Audio codec="aac"
bitRate="96000"
sampleRate="44100"
channels="1" />
You can modify your own file... Or replace yours for the file that is attached.
Do not forget to keep the same permissions as the original file!
To get 720p (HD) we should be able to record in 1280x720 which is not yet supported.
r2beta0 said:
To get 720p (HD) we should be able to record in 1280x720 which is not yet supported.
Click to expand...
Click to collapse
r2beta0, it was my fault. There is NOT a solution to the 720p problem but only a reasonable alternative.
And thank you for everything that has been done so far. Great work!
Thanks. I miss recording HD movies on my Milestone2 too
There is any solution like that for cm7 ?

[GUIDE][CAM] How To Hack SONY Xperia Camera (Bring Higher Bitrate & More Options)

Hello Xperia friends....
I just want to show you how to hack All Xperia Camera :laugh:
Requirement :
Knowladge in decompile/recompile apps
Hacking Audio Bitrate Video Recording
INFO for smali code
Value 0
Name: LowRate
Type: REG_DWORD
Data: 0x1f400 (SONY use this low bitrate so find this code to replace in the next step)
Value 1
Name: MediumRate
Type: REG_DWORD
Data: 0x2ee00
Value 2
Name: MediumHighRate
Type: REG_DWORD
Data: 0x3e800 (i'm use this code)
Value 3
Name: HighRate
Type: REG_DWORD
Data: 0x4e200​
1. Decompile SemcCameraUI.apk
2. Go to smali/com/sonyericsson/android/camera
open Constants.smali using text editor/notepad++ then find this line
Code:
.field public static final VIDEO_AUDIO_BIT_RATE:I = [COLOR="Red"]0x1f400[/COLOR]
change RED Color code to code from INFO CODE, example :
Code:
.field public static final VIDEO_AUDIO_BIT_RATE:I = [COLOR="Red"]0x3e800[/COLOR]
save it!!!!
3. Go to smali/com/sonyericsson/android/camera/configuration/parameters
open VideoSize$VideoProfile$Builder.smali ( if there smali available, i mean different Xperia have diffierent parameters like older Xperia 2011)
search this code
Code:
[COLOR="Red"]0x1f400[/COLOR]
then change to
Code:
[COLOR="Red"]0x3e800[/COLOR]
save it!!!
4. Go to smali/com/sonyericsson/android/camera/configuration/parameters
open VideoSize.smali
search all this code
Code:
[COLOR="Red"]0x1f400[/COLOR]
then change all code to
Code:
[COLOR="Red"]0x3e800[/COLOR]
save it!!! Done
LAG ON VIDEO RECORDING ON XPERIA 2011 & XPERIA 2012 (Snapdragon S3/Novathor)???
Here is solution change FORMAT H264 to MPEG4!!!
INFO H264 VS MPEG4​http://www.y-cam.com/blog/mpeg4-vs-h-264-45/
Smali code
H263 is
Code:
0x1
H264 is
Code:
0x2
MPEG4 is
Code:
0x3
1. Go to smali/com/sonyericsson/android/camera/configuration/parameters
open VideoSize.smali using text editor/notepad++ then find this line
(Note the Local maybe different)
Code:
.local v7, "videoFrameRate":I
const/4 v6, [COLOR="Red"]0x2[/COLOR]
change to
Code:
.local v7, "videoFrameRate":I
const/4 v6, [COLOR="Red"]0x3[/COLOR]
Save it!!! Done
Hacking Video Recording Bitrate
INFO for smali code
Value 1
Name: MediumRate
Data: 0xb71b00
Value 2
Name: MediumHighRate
Data: 0x10b0760
Value 3
Name: HighRate
Data: 0x1312d00
Value 4
Name: UltraHighRate
Data: 0x1c9c380​
1. Go to smali/com/sonyericsson/android/camera
open Constants.smali using text editor/notepad++ then find this line
For HD 720p
Code:
.field public static final VIDEO_BIT_RATE_EX_HIGH_12M:I = [COLOR="Red"]0xb71b00[/COLOR]
change to
Code:
.field public static final VIDEO_BIT_RATE_EX_HIGH_12M:I = [COLOR="Red"]0x10b0760[/COLOR]
For FULL HD 1080p
Code:
.field public static final VIDEO_BIT_RATE_EX_HIGH_17_5M:I = [COLOR="Red"]0x10b0760[/COLOR]
change to
Code:
.field public static final VIDEO_BIT_RATE_EX_HIGH_17_5M:I = [COLOR="Red"]0x1312d00[/COLOR]
save it!!!
2. Go to smali/com/sonyericsson/android/camera/configuration/parameters
open VideoSize.smali the find this line
For HD 720p
Code:
[COLOR="Red"]0xb71b00[/COLOR]
change to
Code:
[COLOR="Red"]0x10b0760[/COLOR]
For FULL HD 1080p
Code:
[COLOR="Red"]0x10b0760[/COLOR]
change that all code to
Code:
[COLOR="Red"]0x1312d00[/COLOR]
save it!!! Done
NOW AFTER EDITING VIDEO AUDIO BITRATE & VIDEO BITRATE YOU NEED TO EDIT media_profile.xml
open media_profile.xml using text editor/notepad++ then find this line
FIX 100% Image Quality
Code:
<!ATTLIST ImageEncoding quality [COLOR="Red"](90|80|70|60|50|40)[/COLOR] #REQUIRED>
change to
Code:
<!ATTLIST ImageEncoding quality [COLOR="Red"](100|90|80|70|60|50)[/COLOR] #REQUIRED>
There is 2 lines code for back camera & front camera
Code:
<ImageEncoding quality="[COLOR="Red"]95[/COLOR]" />
<ImageEncoding quality="[COLOR="Red"]80[/COLOR]" />
<ImageEncoding quality="[COLOR="Red"]70[/COLOR]" />
change all code to
Code:
<ImageEncoding quality="[COLOR="Red"]100[/COLOR]" />
<ImageEncoding quality="[COLOR="Red"]90[/COLOR]" />
<ImageEncoding quality="[COLOR="Red"]80[/COLOR]" />
Adjust the value of smali Video & Audio Video bitrate with media-profile.xml (as you modified it)
There is many lines code for Video you need to change them all, example
Code:
<EncoderProfile quality="1080p" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="17500000"
width="1920"
height="1080"
frameRate="30" />
<Audio codec="aac"
bitRate="156000"
sampleRate="48000"
channels="2" />
</EncoderProfile>
<EncoderProfile quality="720p" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="12000000"
width="1280"
height="720"
frameRate="30" />
<Audio codec="aac"
bitRate="156000"
sampleRate="48000"
channels="2" />
</EncoderProfile>
change to
Code:
<EncoderProfile quality="1080p" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="20000000"
width="1920"
height="1080"
frameRate="30" />
<Audio codec="aac"
bitRate="256000"
sampleRate="48000"
channels="2" />
</EncoderProfile>
<EncoderProfile quality="720p" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="1750000"
width="1280"
height="720"
frameRate="30" />
<Audio codec="aac"
bitRate="256000"
sampleRate="48000"
channels="2" />
</EncoderProfile>
Code:
<VideoEncoderCap name="h264" enabled="true"
minBitRate="64000" maxBitRate="[COLOR="Red"]20000000[/COLOR]"
minFrameWidth="176" maxFrameWidth="1920"
minFrameHeight="144" maxFrameHeight="1080"
minFrameRate="15" maxFrameRate="30" />
Code:
<AudioEncoderCap name="aac" enabled="true"
minBitRate="8000" maxBitRate="[COLOR="Red"]256000[/COLOR]"
minSampleRate="8000" maxSampleRate="48000"
minChannels="1" maxChannels="[COLOR="Red"]2[/COLOR]" />
Note maxChannels Number in RED Color, can be 6 or 2
EXperimental hacking, Change format RGB_565 to ARGB8888
I use ONLY on Xperia 2011
1. Go to smali/com/sonyericsson/android/camera
open CameraActivity.smali using text editor/notepad++ then find this line
Code:
sget-object v12, Landroid/graphics/Bitmap$Config;->[COLOR="Red"]RGB_565[/COLOR]:Landroid/graphics/Bitmap$Config;
Code:
sget-object v0, Landroid/graphics/Bitmap$Config;->[COLOR="Red"]RGB_565[/COLOR]:Landroid/graphics/Bitmap$Config;
Change RED Color code to
Code:
[COLOR="Red"]ARGB_8888[/COLOR]
2. Go to smali/com/sonyericsson/android/camera
open ImageManager.smali then search for RGB example :
Code:
sget-object v0, Landroid/graphics/Bitmap$Config;->[COLOR="Red"]RGB_565[/COLOR]:Landroid/graphics/Bitmap$Config;
change all code to
Code:
sget-object v0, Landroid/graphics/Bitmap$Config;->[COLOR="Red"]ARGB_8888[/COLOR]:Landroid/graphics/Bitmap$Config;
3. Go to smali/com/sonyericsson/android/camera/device
open CameraExtensionValues.smali then search for RGB example :
Code:
.field public static final POSTVIEW_FORMAT_RGB565:Ljava/lang/String; = [COLOR="Red"]"rgb565"[/COLOR]
change to
Code:
.field public static final POSTVIEW_FORMAT_RGB565:Ljava/lang/String; = [COLOR="Red"]"argb8888"[/COLOR]
save it!!!
Enable inPreferQualityOverSpeed (I Use ONLY on Xperia 2011)
1. Go to smali/com/sonyericsson/android/camera
open CameraActivity.smali
Code:
[COLOR="Red"].local v11, opt:Landroid/graphics/BitmapFactory$Options;[/COLOR]
[COLOR="Red"]sget-object v15, Landroid/graphics/Bitmap$Config;->RGB_565:Landroid/graphics/Bitmap$Config;[/COLOR]
[COLOR="Red"]iput-boolean v6, v11, Landroid/graphics/BitmapFactory$Options;->inPreferQualityOverSpeed:Z[/COLOR]
iput-object v15, v11, Landroid/graphics/BitmapFactory$Options;->inPreferredConfig:Landroid/graphics/Bitmap$Config;
Look for RED Color it's should be like this
Code:
[COLOR="Red"]
.local v11, opt:Landroid/graphics/BitmapFactory$Options;
const/4 v6, 0x1[/COLOR]
[COLOR="Red"]iput-boolean v6, v11, Landroid/graphics/BitmapFactory$Options;->inPreferQualityOverSpeed:Z
iput-boolean v6, v11, Landroid/graphics/BitmapFactory$Options;->inDither:Z[/COLOR]
[COLOR="Red"]sget-object v15, Landroid/graphics/Bitmap$Config;->ARGB_8888:Landroid/graphics/Bitmap$Config;[/COLOR]
iput-object v15, v11, Landroid/graphics/BitmapFactory$Options;->inPreferredConfig:Landroid/graphics/Bitmap$Config;
Hacking Camera Resolution/MP (More Options)
More Options for Photo (Only work for Xperia 2011 & 2012 Snapdragon S3/Novathor)
For Xperia 2012 Snapdragon S4 and 2013/2014 doesn't work, need to be removing some code in smali, i'm still looking for it
1. Go to res/value
open arrays.xml using text editor/notepad++ then find this line
For 12MP Camera
Code:
<string-array name="ux_recommended_resolution_array_main_12m">
<item>TWELVE_MP</item>
<item>NINE_MP</item>
<item>TWO_MP</item>
<item>TWO_MP_WIDE</item>
add others line
Code:
<string-array name="ux_recommended_resolution_array_main_12m">
<item>TWELVE_MP</item>
<item>NINE_MP</item>
<item>EIGHT_MP</item>
<item>FIVE_MP</item>
<item>THREE_MP_WIDE</item>
<item>TWO_MP</item>
<item>TWO_MP_WIDE</item>
For 8MP Camera
Code:
<string-array name="ux_recommended_resolution_array_main_8m">
<item>EIGHT_MP</item>
<item>SIX_MP</item>
<item>TWO_MP</item>
<item>TWO_MP_WIDE</item>
add others line
Code:
<string-array name="ux_recommended_resolution_array_main_8m">
<item>EIGHT_MP</item>
<item>SIX_MP</item>
<item>FIVE_MP</item>
<item>THREE_MP</item>
<item>TWO_MP</item>
<item>TWO_MP_WIDE</item>
More Options for Video (Work for all Xperia)
1. Go to res/value
open arrays.xml using text editor/notepad++ then find this line
For 20MP Camera
Code:
<string-array name="ux_recommended_video_size_array_main_20m">
<item>FULL_HD</item>
<item>HD</item>
<item>MMS</item>
add others line
Code:
<string-array name="ux_recommended_video_size_array_main_20m">
<item>FULL_HD</item>
<item>HD</item>
<item>FWVGA</item>
<item>VGA</item>
<item>QVGA</item>
<item>MMS</item>
For 13MP Camera
Code:
<string-array name="ux_recommended_video_size_array_main_13m">
<item>FULL_HD</item>
<item>HD</item>
<item>MMS</item>
add others line
Code:
<string-array name="ux_recommended_video_size_array_main_13m">
<item>FULL_HD</item>
<item>HD</item>
<item>FWVGA</item>
<item>VGA</item>
<item>QVGA</item>
<item>MMS</item>
For 12MP Camera
Code:
<string-array name="ux_recommended_video_size_array_main_12m">
<item>FULL_HD</item>
<item>HD</item>
<item>MMS</item>
add others line
Code:
<string-array name="ux_recommended_video_size_array_main_12m">
<item>FULL_HD</item>
<item>HD</item>
<item>FWVGA</item>
<item>VGA</item>
<item>QVGA</item>
<item>MMS</item>
For 8MP Camera FULL HD 1080p
Code:
<string-array name="ux_recommended_video_size_array_main_8m_full_hd">
<item>FULL_HD</item>
<item>HD</item>
<item>MMS</item>
add others line
Code:
<string-array name="ux_recommended_video_size_array_main_8m_full_hd">
<item>FULL_HD</item>
<item>HD</item>
<item>FWVGA</item>
<item>VGA</item>
<item>QVGA</item>
<item>MMS</item>
For 8MP Camera HD 720p
Code:
<string-array name="ux_recommended_video_size_array_main_8m_hd">
<item>HD</item>
<item>FWVGA</item>
<item>QVGA</item>
<item>MMS</item>
add others line
Code:
<string-array name="ux_recommended_video_size_array_main_8m_hd">
<item>HD</item>
<item>FWVGA</item>
<item>VGA</item>
<item>QVGA</item>
<item>MMS</item>
For 5MP Camera HD 720p
Code:
<string-array name="ux_recommended_video_size_array_main_5m_fwvga">
<item>HD</item>
<item>FWVGA</item>
<item>QVGA</item>
<item>MMS</item>
add others line
Code:
<string-array name="ux_recommended_video_size_array_main_5m_fwvga">
<item>HD</item>
<item>FWVGA</item>
<item>VGA</item>
<item>QVGA</item>
<item>MMS</item>
Save it!!!
Enable 12MP Superior Auto on Jelly Bean 4.3
How to Install :
- Download the file in attachment
- Copy to system with root explorer etc
- Set permissions to 644 (rw-r--r--)
- Move the file to system>vendor>overlay
- Reboot
- After boot go to settings>apps>all
- Clear data Camera & try open camera app
Enjoy :laugh:
Credits :
Thanks to SONY Mobile that made all this possible
Thanks to my old friend @Xperia-Ray for helping me from beginning
Nice guide man!
Will try it
Sent from my LT18i using Tapatalk 2
Thanks,this guide change audio bitrate only,how about video bitrate?
Nuhun kang, I'll try ur guide, anyway how to change the photo quality? Is it same method?
Sent from my C1905 using XDA Premium 4 mobile app
wow
awesome guide bro very nice :good:
It WOKS.....
thank you it does work for decompile and recompile of the apk iused this tool
http://forum.xda-developers.com/showthread.php?t=2326604
awesome....
Any mode to add manual shutter controll?
Jpeg image quality can be change in build.prop? Righ?
great job !!!!!!!!!!!!!!
one request..., tell us how to enable scene recognition...
hi @Rizal Lovins
i didn't see media_profile.xml in xml folder
devilmaycry2020 said:
hi @Rizal Lovins
i didn't see media_profile.xml in xml folder
Click to expand...
Click to collapse
it's located on ur rom,, system/etc/ media_profile.xml
Grt
Will try it :good:
raajplays said:
it's located on ur rom,, system/etc/ media_profile.xml
Click to expand...
Click to collapse
thanks. i've tried and got Error : Camera not available when recording video. any helps.
devilmaycry2020 said:
thanks. i've tried and got Error : Camera not available when recording video. any helps.
Click to expand...
Click to collapse
don't say thanks, hit thanks
double check ur videoSize.smali,
raajplays said:
don't say thanks, hit thanks
double check ur videoSize.smali,
Click to expand...
Click to collapse
did you make it work ? i'm using TX 4.3.
Report: No sound when using video to record,
Sent from my C1905 using XDA Premium 4 mobile app

Improving Audio Quality in Video

I've had a problem with the sound quality of my Mi A2 when recording video. I'm a musician and I like to take videos of myself playing music but ever since I got this phone, I haven't been able to do so because the music sounds like garbage because of the sound quality. But I finally figured out a way to improve the quality significantly.
Pre-Requisites
Android Pie (I think Oreo will work as well)
Root
Root Explorer + Build.prop Editor
Instructions
- Locate media_profiles.xml and media_profiles_sdm660_v1.xml in /system/etc/
Open each file with an editor and change each profile's audio bitrate from 156000 to 256000
from
<EncoderProfile quality="1080p" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="20000000"
width="1920"
height="1080"
frameRate="30" />
<Audio codec="aac"
bitRate="156000"
sampleRate="48000"
channels="2" />
</EncoderProfile>
Click to expand...
Click to collapse
to
<EncoderProfile quality="1080p" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="20000000"
width="1920"
height="1080"
frameRate="30" />
<Audio codec="aac"
bitRate="256000"
sampleRate="48000"
channels="2" />
</EncoderProfile>
Click to expand...
Click to collapse
alternatively if the editor you are using supports it, you can do a quick Find & Replace and do it for the whole file.
- Edit your Build.prop file
Find audio.deep_buffer.media and change the value from true to false
audio.deep_buffer.media=false
Click to expand...
Click to collapse
Let me know if you have any questions.

Categories

Resources