[APP] OOS 9.0.3 (Android Pie) Stock Camera - OnePlus 3 Questions & Answers

In general, after factory reset, Pie looks nice on my OP3.
Nevertheless, I have no idea what has happened to Stock Camera app?!?!
Compared to previous versions, half of the settings and options are missing.
Is there any info about what's turned on, off, image quality, slow-mo, image stabilization modes...?

tnttrx said:
In general, after factory reset, Pie looks nice on my OP3.
Nevertheless, I have no idea what has happened to Stock Camera app?!?!
Compared to previous versions, half of the settings and options are missing.
Is there any info about what's turned on, off, image quality, slow-mo, image stabilization modes...?
Click to expand...
Click to collapse
You just to swipe up from the camera app and you will have access to the setting and everything you might need.

Thx!

Hi.
Ever since I have bought OnePlus 3 I have been using superb 4K recording.
For many years, it had crisp-sharp details utilizing ~56Mbps for video.
Unfortunately, only now I have found out that for a last year or so recordings are using 32 - 42Mbps and I have so much blocking in videos all the time. Such a destruction of the thing which worked so well.
So does anybody know when exactly has OnePlus destroyed 4K recording? For me it seems that videos up ti Jun 2019 were fine.
Is there any way to revert to back to 56Mbps?
Thx.

tnttrx said:
Hi.
Ever since I have bought OnePlus 3 I have been using superb 4K recording.
For many years, it had crisp-sharp details utilizing ~56Mbps for video.
Unfortunately, only now I have found out that for a last year or so recordings are using 32 - 42Mbps and I have so much blocking in videos all the time. Such a destruction of the thing which worked so well.
So does anybody know when exactly has OnePlus destroyed 4K recording? For me it seems that videos up ti Jun 2019 were fine.
Is there any way to revert to back to 56Mbps?
Thx.
Click to expand...
Click to collapse
sure i can make a magisk module for that but was it really 56 mbps?
but if you use hevc instead you will get 56 mbps worth of quality in 40mbps.
check this out
https://forum.xda-developers.com/on...s/magisk-hevc-recording-enabler-v0-1-t4091487

Dhruvit Pokharna said:
sure i can make a magisk module for that but was it really 56 mbps?
Click to expand...
Click to collapse
Yes, 56Mbps and 4GB file in 10 minutes of recording:
Code:
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : [email protected]
Format settings : CABAC / 1 Ref Frames
Format settings, CABAC : Yes
Format settings, Reference frames : 1 frame
Format settings, GOP : M=1, N=30
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 1 min 52 s
Source duration : 1 min 52 s
Bit rate : [COLOR="Blue"][B]56.1 Mb/s[/B][/COLOR]
Width : 3 840 pixels
Height : 2 160 pixels
Display aspect ratio : 16:9
Frame rate mode : Variable
Frame rate : 30.000 FPS
Dhruvit Pokharna said:
but if you use hevc instead you will get 56 mbps worth of quality in 40mbps.
Click to expand...
Click to collapse
Are there some down-sides of x265 on Snapdragon 820?
Overheating, dropped frames?
Thx.

tnttrx said:
Yes, 56Mbps and 4GB file in 10 minutes of recording:
Code:
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : [email protected]
Format settings : CABAC / 1 Ref Frames
Format settings, CABAC : Yes
Format settings, Reference frames : 1 frame
Format settings, GOP : M=1, N=30
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 1 min 52 s
Source duration : 1 min 52 s
Bit rate : [COLOR="Blue"][B]56.1 Mb/s[/B][/COLOR]
Width : 3 840 pixels
Height : 2 160 pixels
Display aspect ratio : 16:9
Frame rate mode : Variable
Frame rate : 30.000 FPS
Are there some down-sides of x265 on Snapdragon 820?
Overheating, dropped frames?
Thx.
Click to expand...
Click to collapse
acutally hevc just consumes less mbits than avc to give the same quality as avc at half the space. and hevc might use more processor for the compression. but if you still want it in the avc and at 56 mbps then i made one at my thread, go try it and tell me if it works.

Related

CRACKED H.264 VGA video recording with excellent quality! [Tested on Touch pro2]

First, as you all known, Touch pro2 can't record VGA video in H.264 format(the resolution is limited to 352x288), it's really a pity. And if you want a VGA res, you just can use a MPEG4 format and finally get a video full of noise and blocks...... After I buy my Touch Pro2, I always try to find a way to enhance the video recording quality. And finally found it!
If you have the software "BsB tweaks" in your ROM, you can see it has such two tweaks:
Video Format--Enable hidden video recording format
(Add H.264, Motion JPEG,3GPP2 to the format list)
Video BitRate--Improves Video recording in MPEG4
I should tell you that, this two tweaks is not useful on Touch Pro2 (I don't know if they have any effects on other phones).The first one makes you could record in H.264 format, but only with a resolution up to 352x288. The second one has no use at all.
But from BsB tweaks, I know that there're some Reg keys handle the video recording parameters, So I spend whole night on these keys, and find many interesting things
1.Enlarge video recording Bitrate and Framerate:
Value function
"HKLM\SOFTWARE\HTC\Camera\Recparam\<...>\<Bitrate;VSBitRate;FrameRate>"
These Reg Values control the video recording Bitrate and FrameRate, if you want to enhance the quality, you can write down a bigger number.
For example, change
"HKLM\...\Recparam\H264Large\BitRate" to 600000(dec)
"HKLM\...\Recparam\H264Large\VSBitRate" to 600000(dec)
"HKLM\...\Recparam\H264Large\FrameRate" to 20(dec)
(Tips: Large equals to CIF, Medium equals to QVGA, etc...)
then when you set the Capture format to H.264 and Resolution to CIF(352x288),finally you will get a *.3gp video at 600kbps(VBR)@20fps.
Now a new question comes out: what's the upper limit Bitrate of Touch pro2 to record a H264 video?
I have done the test and find out that you could record a H.264 video as high as [email protected](352x288) ! Maybe you have thought that MSM7200 couldn't be so powerful to encode 1000kbps H.264, but it really works fine!
So,if MSM7200 could support 1000kpbs bitrate,then it should have enough power to record a VGA H.264 video! Go next!
2.Crack H.264 VGA video record limitation on Touch Pro2:
Don't wasting time on the HTC video recording program, whatever you do finally you just can use the resolution no more than CIF(352x288) when H.264 format is selected.
Now the way out is here:"HKLM\SOFTWARE\HTC\Camera\P2\"
When I delete it, the HTC video recording program can't start anymore. Now you know, this Reg Key has the Values to decide which format and resolution the recording program should use
Value function
"HKLM\SOFTWARE\HTC\Camera\P2\CaptureFormat"
When set to "10(hex)", the video format is MPEG4 (*.mp4 V:MPEG4, A:AAC);
When set to "2000(hex)", the video format is H.264 (*.3gp V:H.264, A:AAC);
Other value not tested.
"HKLM\SOFTWARE\HTC\Camera\P2\MainCamCaptSize"
When set to "20(hex)", the video resolution is 352x288;
When set to "1000(hex)", the video resolution is 640x480;
Other value not tested.
PS: Check if there is a Key "H264VGA" in "HKLM\SOFTWARE\HTC\Camera\Recparam\", if you can't find it, please create it manually and copy all Values from "H264Large", set BitRate & VSBitRate to 1000000(dec) and FrameRate to 20(dec).
When you set CaptureFormat=2000(hex) and MainCamCaptSize=1000(hex),then start HTC Video Recording, you'll get a VGA H.264 video with great quality!
3.Try 1000kbps VGA MPEG4 video recording:
Besides H.264 format, you can also enlarge the BitRate (in HKLM\...\Recparam\MPEG4VGA) of MPEG4 formate to get a excellent quality MPEG4 video.
Compare between MPEG4(1000kbps,VGA,20fps) and H.264(1000kbps,VGA,20fps), I find that MPEG4 has a better quality on rapid motional scene, because it's variable bitrate is up to 1600kbps, and H.264 is limited to 1000kbps. MPEG4 also has a higher average famerate, act more smooth than H.264. On the other hand, H.264 has a strong advantage on slow motional scene. Altogether, MPEG4 has a surprising better quality than H.264 at 1000kbps VGA mode.
4.Attention:
1.Don't set the bitrate more than 1000000, if you set it as 1100000, you could find that the actual bitrate break down to 128kbps! That is why the BsB tweaks didn't work, it tweaks the MP4VGA bitrate to 4194304(dec) !
2.Don't set the framerate more than 20, or you'll get a less framerate.
3.MSM7200 handles MPEG4 and H.264 recording in HW mode, so lowering the bitrate is useless to get a smoother video. You just need to keep the bitrate less than 1000kpbs then MSM7200 will work best enough.
4.When you decide to record a VGA H.264 video, a overclock is recommonded. Just use WiMoSpeed to oc to 710MHz!
5.Don't open HTC Camera's setting panel in video recording mode, that will lock the H.264 VGA mode again and the resolution goes back to CIF!
6.Only tested on T-Mobile Touch Pro2 with EnergeRom, other MSM7200/7201 phones should work too.
===========================
Cab and Reg files for this topic:
Enable MPEG4 & H.264 VGA recording at 1000kbps: MSM7200_H264VGA_Tweaks.cab
Unlock the H.264 VGA limitation: vgaunlock.reg (included in MSM7200_H264VGA_Tweaks.cab, but if you click out the HTC Camera's setting panel and the resolution go back to 352x288, you may need it to turn on VGA again.)
A sample recorded by Touch Pro2 @VGA H.264 format
===================================================
Complete name : I:\DCIM\100MEDIA\VIDEO0072.3gp
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 1.98 MiB
Duration : 19s 466ms
Overall bit rate : 854 Kbps
Encoded date : UTC 2011-02-01 3:20:40
Tagged date : UTC 2011-02-01 3:20:40
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : [email protected]
Format settings, CABAC : No
Format settings, ReFrames : 1 frame
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 19s 466ms
Bit rate mode : Variable
Bit rate : 825 Kbps
Maximum bit rate : 978 Kbps
Width : 640 pixels
Height : 480 pixels
Display aspect ratio : 4:3
Frame rate mode : Variable
Frame rate : 14.127 fps
Minimum frame rate : 4.286 fps
Maximum frame rate : 30.000 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.190
Stream size : 1.91 MiB (97%)
Language : English
Encoded date : UTC 2011-02-01 3:20:40
Tagged date : UTC 2011-02-01 3:20:40
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format version : Version 4
Format profile : LC
Codec ID : 40
Duration : 19s 392ms
Bit rate mode : Variable
Bit rate : 27.5 Kbps
Maximum bit rate : 33.2 Kbps
Channel(s) : 1 channel
Channel positions : Front: C
Sampling rate : 16.0 KHz
Compression mode : Lossy
Stream size : 65.2 KiB (3%)
Language : English
Encoded date : UTC 2011-02-01 3:20:40
Tagged date : UTC 2011-02-01 3:20:40
I have never been able to record in H.264 or MOTION JPEG. I can select them but everytime I wanna record my phone freezes. It has been this way no matter which rom I use. How do I get these two formats workin? Is it common for for these formats not to work?
porkenhimer said:
I have never been able to record in H.264 or MOTION JPEG. I can select them but everytime I wanna record my phone freezes. It has been this way no matter which rom I use. How do I get these two formats workin? Is it common for for these formats not to work?
Click to expand...
Click to collapse
OC to 768MHz? I think this is too high for your phone, MSM7200 use HW mode to encode video, It's video DSP maybe unstable even while your CPU works fine.
If you have tried without OC, I would say that your phone really need a repair
And you could depress the clock lower than 518MHz,for example:400MHz then try again, maybe it works.
PS: Did you try EnergyROM?
Thanks!!! could you please post some video tests on YouTube?
XMarinE said:
Thanks!!! could you please post some video tests on YouTube?
Click to expand...
Click to collapse
I really want to do this, but there is a Great FireWall in my country which makes us can't visit YouTube, Twitter or Facebook, because there're many "disharmonious" information on such sites and we're "protected" by the Goverment...
But I could show you two video captures(my Laptop's desktop),left one on H.264 and right one on MPEG4, both has a 640x480 resolution and the bitrate as high as 1000kbps, I promise there're video's captures but not photos
dmc_universe said:
OC to 768MHz? I think this is too high for your phone, MSM7200 use HW mode to encode video, It's video DSP maybe unstable even while your CPU works fine.
If you have tried without OC, I would say that your phone really need a repair
And you could depress the clock lower than 518MHz,for example:400MHz then try again, maybe it works.
PS: Did you try EnergyROM?
Click to expand...
Click to collapse
From day 1 the hidden formats have never worked. I use BSB TWEAKS to show them but they just freeze my camcorder. This happens whether i am overclocking or not. Yes i have tried ENERGY roms but still nothing. Could I be doing something wrong with BSB TWEAKS? I ask because my friend has the same settings and these formats do not work on her device either. It would be great if I had the reg entries for HKLM/SOFTWARE/HTC/CAMERA so I could compare them to my registry.
porkenhimer said:
From day 1 the hidden formats have never worked. I use BSB TWEAKS to show them but they just freeze my camcorder. This happens whether i am overclocking or not. Yes i have tried ENERGY roms but still nothing. Could I be doing something wrong with BSB TWEAKS? I ask because my friend has the same settings and these formats do not work on her device either. It would be great if I had the reg entries for HKLM/SOFTWARE/HTC/CAMERA so I could compare them to my registry.
Click to expand...
Click to collapse
Oh, the Default format of HTC Camera really sucks, here is my Camera.reg, pls flash the newest EnergyROM and import it then try again.
By the way, what's the version of your TP2? Mine is T-Mobile without the front Camera, maybe there is something wrong with your front camera Reg setting.
Check the Value "2ndCamCaptSize" under "HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Camera\P2", try set it as 10(hex) or 20(hex).
Or hard reset your TP2, then only change the value "HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Camera\P2\EncodeFormat" to 7FFFFFFF(hex), which add H.264, Motion JPEG and 3GPP2 to you format list (do not use BsB tweaks), and try again.
And, if you really can't use H.264 whatever you do, why not try a 1000kbps MPEG4, it has even better quality that H.264 in VGA mode.
So... what's the way to go?
install the CABs, do the reg edits, both?
Chillout said:
So... what's the way to go?
install the CABs, do the reg edits, both?
Click to expand...
Click to collapse
Just install the CAB that's OK.
And you could also do the reg edits if you want to adjust the recording parameters yourself
The vgaunlock.reg is used to set the recording format back to H.264 VGA when you:
1.want to try another format (for example, MPEG4), then you want to use H.264 again;
2.click out the HTC Video Recorder's setting panel by mistake, this would pull down the H.264 recording resolution to 352x288.
porkenhimer said:
From day 1 the hidden formats have never worked. I use BSB TWEAKS to show them but they just freeze my camcorder. This happens whether i am overclocking or not. Yes i have tried ENERGY roms but still nothing. Could I be doing something wrong with BSB TWEAKS? I ask because my friend has the same settings and these formats do not work on her device either. It would be great if I had the reg entries for HKLM/SOFTWARE/HTC/CAMERA so I could compare them to my registry.
Click to expand...
Click to collapse
mine crash too. When i put settings in h.26 or whatever and push record it freezes or camera stop working
thank's! I will be useful
someone testedthis on xperia x1?

AAC enable in Froyo?

Hi all,
Is there any way to get AAC encoding working in Froyo? So it can be used for video recording?
Gary.
whatsisnametake2 said:
Hi all,
Is there any way to get AAC encoding working in Froyo? So it can be used for video recording?
Gary.
Click to expand...
Click to collapse
AAC stands for 'Advanced Audio Codec' and it is used to encode the audio stream in Froyo too. The bad news is that the codec settings in 2.2 where pushed too low and that's the reason the sound in video clips to be such low quality. I don't think that there is a way of changing the settings.
According to the media_profiles.xml file in system/bin, video recording actually uses amrnb codec for audio, which is a terribly low quality sound. From what I have been able to find out so far, AAC isn't actually enabled in Froyo at all. I tried editing the media_profiles file to enable AAC for video but it doesn't seem to make any difference...
This is what MediaInfo says about a video I shot while Gingerbread wasn't released yet.
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format version : Version 4
Format profile : LC
Codec ID : 40
Duration : 1mn 5s
Bit rate mode : Constant
Bit rate : 32.0 Kbps
Channel(s) : 1 channel
Channel positions : Front: C
Sampling rate : 8 000 Hz
Stream size : 253 KiB (0%)
Language : English
Encoded date : UTC 2011-02-07 11:14:03
Tagged date : UTC 2011-02-07 11:14:03
Click to expand...
Click to collapse
I don't know what it says in the xml files - the fact is that the files are encoded with aac but the settings are so low that the result is just terrible.
EDIT:
These are the settings from a video shot with Gingerbread:
Audio
ID : 1
Format : AAC
Format/Info : Advanced Audio Codec
Format version : Version 4
Format profile : LC
Codec ID : 40
Duration : 30s 441ms
Bit rate mode : Constant
Bit rate : 63.8 Kbps
Nominal bit rate : 96.0 Kbps
Channel(s) : 1 channel
Channel positions : Front: C
Sampling rate : 44.1 KHz
Stream size : 237 KiB (2%)
Title : SoundHandle
Language : English
Click to expand...
Click to collapse
As you can see both the bitrate and the sample rate are higher which results in better quality, but the codec is virtaly the same.
You're right
Thanks for that tkolev - very interesting. I guess I should have checked that myself first. You're quite right, it is indeed very low quality AAC.
So question is, how to change the AAC encoding settings in Froyo. Doesn't seem to be in that media profiles file, because AAC encoding isn't even mentioned in there...
whatsisnametake2 said:
Thanks for that tkolev - very interesting. I guess I should have checked that myself first. You're quite right, it is indeed very low quality AAC.
So question is, how to change the AAC encoding settings in Froyo. Doesn't seem to be in that media profiles file, because AAC encoding isn't even mentioned in there...
Click to expand...
Click to collapse
I don't think you can do that. Upgrade to GB is the only way I know of to get better sound in videos.
EDIT: Actually the stupidity of limiting the sample rate to 8 khz led me to believe that HTC used a microphone with a very low frequency response because that's the only logical reason they might have in using such low settings. Fortunately this is not the case.
Sent from my Desire HD using XDA App
LGCamera
Just as an update to this. I found the solution to the sound quality problem in video in froyo roms. A camera app called LGCamera. You can set everything the way you want it, including bitrate for the video, and file format (eg MP4 rather than 3gp), and also crucially AAC sample rate and bitrate for audio. Very nice. Video quality seems to be at least as good as stock app, possibly slightly better. This is at 8mb bitrate, haven't tried the higher bitrates yet....
does aac work on lgcamera on froyo?

{Q] codefireX doesn't support mx player, which alternatives?

I'm using the very perfect codefireX rom on my Desire HD, but with SR5 it doesn't support mx player anymore :crying:.
I tried BS player, but it hangs with my avi files. Has somebody else good alternatives to mx player (S/W Mode)?
Thxs al lot for help!
HTML:
Video
ID : 0
Format : AVC
Format/Info : Advanced Video Codec
Format profile : [email protected]
Format settings, CABAC : Yes
Format settings, ReFrames : 3 frames
Codec ID : H264
Duration : 1h 40mn
Bit rate : 961 Kbps
Width : 720 pixels
Height : 576 pixels
Display aspect ratio : 16:9
Frame rate mode : Variable
Frame rate : 25.000 fps
Standard : PAL
Magnetic77
Try Mobo Player.
Sent from my Desire HD using xda premium
Mobo no alternative
Sorry for my incomplete information.
i select my files via network from a wd live book with "es datei explorer". Mobo plays them back but it is no fluid video playback and also the aspect ratio is not optimal.
Thxs, but do you have some other ideas?
In moment also audio is not supported anymore
Magnetic77 said:
I'm using the very perfect codefireX rom on my Desire HD, but with SR5 it doesn't support mx player anymore :crying:.
I tried BS player, but it hangs with my avi files. Has somebody else good alternatives to mx player (S/W Mode)?
Thxs al lot for help!
HTML:
Video
ID : 0
Format : AVC
Format/Info : Advanced Video Codec
Format profile : [email protected]
Format settings, CABAC : Yes
Format settings, ReFrames : 3 frames
Codec ID : H264
Duration : 1h 40mn
Bit rate : 961 Kbps
Width : 720 pixels
Height : 576 pixels
Display aspect ratio : 16:9
Frame rate mode : Variable
Frame rate : 25.000 fps
Standard : PAL
Magnetic77
Click to expand...
Click to collapse
Dice player works perfect and it's free.
Sent from my Desire HD using xda premium
Even try vlc, it does the work.
Sent from my Desire HD using xda premium

[Q] 4k - UHD video playback on SGTS

Hi everybody,
I have a question.... I have a Galaxy Note 3 and I have recorded some videos in 4k to see how they work on my new Galaxy tab S
but the stock video player can't open these videos and the only player on the market that runs these videos is MX player but the video frame rate is poor and the audio is out of sync....
Could you tell me a video player or a way to convert UHD video from my Note 3 to the Galaxy Tab S ?
Thanks
SGTS can neither record nor play 4k videos as its not a 4k tablet.
The SGTS can't record UHD and It can't play 1:1 4K video ... and this is obvious because its screen is not UHD ... but My question was:
There is a way to play smoothly UHD video with this tablet? with a specific player or with a converter (pc side)
AYAMY said:
The SGTS can't record UHD and It can't play 1:1 4K video ... and this is obvious because its screen is not UHD ... but My question was:
There is a way to play smoothly UHD video with this tablet? with a specific player or with a converter (pc side)
Click to expand...
Click to collapse
How does that work then? My Note 3 is not UHD and it plays the 4k videos it records just fine, at a lower resolution obviously
dcaplinger76 said:
How does that work then? My Note 3 is not UHD and it plays the 4k videos it records just fine, at a lower resolution obviously
Click to expand...
Click to collapse
"it doesn't play 1:1 4K" means exactly what you have wrote... The display of Note 3 is "only" Full Hd ..and the SGN3 downscales the UHD content to the native panel resolution... I think... or I Wish that SGST could use the same way with 4K / UHD videos... but till today the only player that runs UHD video on SGTS is MX player but the video aren't smooth..
UHD Videos...
The UHD Videos from my S5 worked on my Tab Pro 8.4 but don't work on my Tab S 8.4..... I'm starting to like this tablet less and less..
Playing UHD/4k with Samsung Galaxy Tab S
Before I open a thread with the exact same question I give this one a bump. Spoiler: I managed to play 4k video with Samsung Galaxy Tab S 10.5 chagallwifi T800 with downloaded 4k video samples.
I've recently tried several custom ROMS, some MM, some Nougat to figure out differences. I use mx player, bs player and a noname videoplayer (com.ab.videoplayer). VLC player performed poorly with all ROMs so i'm not using it. The players behave differently. While mx+bs players are somewhat identical (dropping videoframes while playing audio correct), the noname video player drops video frames (stutter) but plays audio correctly.
The source video+audio codec also matters. Only some UHD material plays spotless while the size of the media stream is comparable. I was able to audit + tweak CPU+GPU performance to max with deadly audiutor. Tweaking would not make much difference. I observed CPU+GPU would not stress to 100% even without tweaking. So what would be the reason for dropping frames in audio or video? In the windows world I would look for the codecs the material was coded in and search for a capable player. In android the functionality of players is not so well documented. So maybe the wise can figure, what the reason for poor 4k performance is or rather give tips how to avoid it.
Material performing poorly:
Material performing poorly:
Format : MPEG-4
Format profile : Base Media / Version 2
Codec ID : mp42 (isom/mp42)
Overall bit rate : 22.3 Mb/s
Complete name : Honey Bees 24fps In 4K (ULTRA HD)(4ksamples.com).mp4
Format : MPEG-4
Format profile : Base Media / Version 2
Codec ID : mp42 (isom/mp42)
File size : 604 MiB
Duration : 3 min 47 s
Overall bit rate mode : Variable
Overall bit rate : 22.3 Mb/s
Encoded date : UTC 2012-09-17 15:25:33
Tagged date : UTC 2012-09-17 15:25:33
gsst : 0
gstd : 227601
gssd : B3EE74BC4MM1350869204851145
gshh : o-o---preferred---sn-gqn-vu2l---v17---lscache5.c.youtube.com
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : [email protected]
Format settings : 1 Ref Frames
Format settings, CABAC : No
Format settings, RefFrames : 1 frame
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 3 min 47 s
Bit rate : 22.1 Mb/s
Maximum bit rate : 55.8 Mb/s
Width : 4 096 pixels
Height : 2 304 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 24.000 FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.098
Stream size : 599 MiB (99%)
Encoded date : UTC 1970-01-01 00:00:00
Tagged date : UTC 2012-09-17 15:25:34
Codec configuration box : avcC
Audio
ID : 2
Format : AAC LC
Format/Info : Advanced Audio Codec Low Complexity
Codec ID : mp4a-40-2
Duration : 3 min 47 s
Bit rate mode : Variable
Bit rate : 192 kb/s
Maximum bit rate : 202 kb/s
Channel(s) : 2 channels
Channel layout : L R
Sampling rate : 44.1 kHz
Frame rate : 43.066 FPS (1024 SPF)
Compression mode : Lossy
Stream size : 5.21 MiB (1%)
Title : IsoMedia File Produced by Google, 5-11-2011
Encoded date : UTC 2012-09-17 15:25:34
Tagged date : UTC 2012-09-17 15:25:34
Flawless Performance:
General
Complete name : Elysium_trailer_1-4K-HDTN(4ksamples.com).mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom (isom/iso2/avc1/mp41)
File size : 420 MiB
Duration : 2 min 12 s
Overall bit rate : 26.6 Mb/s
Writing application : Lavf54.63.104
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : [email protected]
Format settings : CABAC / 4 Ref Frames
Format settings, CABAC : Yes
Format settings, RefFrames : 4 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 2 min 12 s
Bit rate : 26.3 Mb/s
Width : 4 096 pixels
Height : 1 716 pixels
Display aspect ratio : 2.40:1
Frame rate mode : Constant
Frame rate : 24.000 FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.156
Stream size : 414 MiB (99%)
Writing library : x264 core 125
Encoding settings : cabac=1 / ref=3 / deblock=1:0:0 / analyse=0x3:0x113 / me=hex / subme=7 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=12 / lookahead_threads=2 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=24 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=crf / mbtree=1 / crf=18.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00
Language : English
Codec configuration box : avcC
Audio
ID : 2
Format : AAC LC
Format/Info : Advanced Audio Codec Low Complexity
Codec ID : mp4a-40-2
Duration : 2 min 12 s
Bit rate mode : Constant
Bit rate : 384 kb/s
Channel(s) : 6 channels
Channel layout : C L R Ls Rs LFE
Sampling rate : 48.0 kHz
Frame rate : 46.875 FPS (1024 SPF)
Compression mode : Lossy
Stream size : 6.04 MiB (1%)
Language : English
Default : Yes
Alternate group : 1
I could not find info doing a search for 4k nor UHD in https://forum.xda-developers.com/galaxy-tab-s. Thanx in advance for helping out.

Recording 60fps with Snap Camera !!

Its simple but its buggy
Get "Snap Camera" Trial on Google Play and do this steps:
1. Open Snap Camera Settings
2 .Go to "Other" and enable "Show Advanced Settings"
3. Go to "Video" and Select 720p -> enable "Video Frame Rate 60" -> enable "Use HFR Frame Rate"
4. Press Rec then first it fails but the camera driver enables from slow motion video
5. Dont Exit the app and go "Video" and disable "Use HFR Frame Rate"
6. Press Rec and it recording at 60fps !!!!!
Remember the video quality is bad because it uses slow motion at 720x480 !!
I don't know if it works with all ROMS but i did this with [ROM][TW][4.4.4][08.05.16][v5] HYPER-ROM
If you dont believe me i recording with mirror to see my galaxy s3
KnightRider1991 said:
Its simple but its buggy
Get "Snap Camera" Trial on Google Play and do this steps:
1. Open Snap Camera Settings
2 .Go to "Other" and enable "Show Advanced Settings"
3. Go to "Video" and Select 720p -> enable "Video Frame Rate 60" -> enable "Use HFR Frame Rate"
4. Press Rec then first it fails but the camera driver enables from slow motion video
5. Dont Exit the app and go "Video" and disable "Use HFR Frame Rate"
6. Press Rec and it recording at 60fps !!!!!
Remember the video quality is bad because it uses slow motion at 720x480 !!
I don't know if it works with all ROMS but i did this with [ROM][TW][4.4.4][08.05.16][v5] HYPER-ROM
If you dont believe me i recording with mirror to see my galaxy s3
Click to expand...
Click to collapse
Bro I swear to god you're some unsung hero! I can't believe no one replied to you in 4 years, this is genius! I've tried different camera apps over the years and this trick is the only one giving me actual smooth video via my crappy Redmi 4 Pro camera! Now, even though the video is super smooth to me (and I have a taste for watching 60fps sports) the mediainfo report on it still says 30fps:
HTML:
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : [email protected]
Format settings : 1 Ref Frames
Format settings, CABAC : No
Format settings, Reference : 1 frame
Format settings, GOP : M=1, N=30
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 32 s 786 ms
Source duration : 32 s 795 ms
Bit rate : 14.0 Mb/s
Width : 1 280 pixels
Height : 720 pixels
Display aspect ratio : 16:9
Frame rate mode : Variable
Frame rate : 29.760 FPS
Minimum frame rate : 23.059 FPS
Maximum frame rate : 30.303 FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.510
Stream size : 54.7 MiB (99%)
Source stream size : 54.7 MiB (99%)
Title : VideoHandle
Language : English
Encoded date : UTC 2020-04-01 23:00:13
Tagged date : UTC 2020-04-01 23:00:13
mdhd_Duration : 32786
Codec configuration box : avcC
I also checked with MPC-HC pressing Ctrl+J to constantly monitor changes in fps and it always stays around 30fps. I just don't understand this because video is also progressive (interlacing might have explained doubled fps, but it's not the case). Anyway, this is just for the record and really doesn't matter because the video looks very good. The funny thing is that if I record 720p video @30fps with the default camera app, the video turns out to be around 15fps and looks like absolute crap, so again thanks a lot homie! :laugh:

Categories

Resources