anonfaded / FadCam

Seamless background video recorder for Android – ad-free and open-source, with customizable options.
GNU General Public License v3.0
364 stars 27 forks source link

[FEATURE] Add 4K quality option with 5MB bitrate #49

Open tomthenpc opened 1 week ago

tomthenpc commented 1 week ago

Feature Request

Description

Please support more standard options

Benefit

Many device cameras support 4k recording, which is beneficial for actual experience

Additional Context

none

Priority

anonfaded commented 1 week ago

We added an fps feature but found that third-party camera apps, including ours, are restricted to 30 fps from the system, even though many devices support 60 fps for their native camera apps.

If you'd like, we can increase the bitrate for 4K recording at 30 fps to improve quality, but please note this will also increase the file size. Let me know if you'd like to proceed with that change and if that can make it slightly better.

tomthenpc commented 1 week ago

Thanks for your reply. It would be better if there are more options to choose from, and we can combine them according to the format we want. This is really a great software.

anonfaded commented 1 week ago

Thanks for your reply. It would be better if there are more options to choose from, and we can combine them according to the format we want. This is really a great software.

Thanks for your appreciation and using this app :)

So you want to have a 4k option with increased bitrate right (increased video size and can slightly be better in quality)? Note that due to restrictions from system, fps will remain same (30).

tomthenpc commented 1 week ago

Thanks for your reply. It would be better if there are more options to choose from, and we can combine them according to the format we want. This is really a great software.

Thanks for your appreciation and using this app :)

So you want to have a 4k option with increased bitrate right (increased video size and can slightly be better in quality)? Note that due to restrictions from system, fps will remain same (30).

Yes, I hope the bitrate can be increased. Thanks

anonfaded commented 1 week ago

Yes, I hope the bitrate can be increased. Thanks

Noted. This will be added in the upcoming version of app. First it will be available in beta version and after that in final release. Also do you have any recommendation on what bitrate you want to have for 4k? Like in video, per second 1.5mb, 2mb, 3mb etc storage space that will be taken etc

tomthenpc commented 1 week ago

Yes, I hope the bitrate can be increased. Thanks

Noted. This will be added in the upcoming version of app. First it will be available in beta version and after that in final release. Also do you have any recommendation on what bitrate you want to have for 4k? Like in video, per second 1.5mb, 2mb, 3mb etc storage space that will be taken etc

I used my original camera to record 10 seconds of 1080P and 4K videos (30fps) of the same scene. The bitrate of 1080P is 1Mbps, and that of 4K is 5.8Mbps. The bitrate of Fadcam recording 1080P is acceptable to me, but if it is 4K, I think the bitrate should be increased. The value can be proportionally increased by referring to the bitrate of 1080P.

anonfaded commented 1 week ago

I used my original camera to record 10 seconds of 1080P and 4K videos (30fps) of the same scene. The bitrate of 1080P is 1Mbps, and that of 4K is 5.8Mbps. The bitrate of Fadcam recording 1080P is acceptable to me, but if it is 4K, I think the bitrate should be increased. The value can be proportionally increased by referring to the bitrate of 1080P.

Alright, I think 5MB bitrate is a good option, as we are using HEVC encoder which provides better quality and compression on lower bitrate. So, a 1-minute video would take 300 MB with this bitrate.

If you want to stay updated about beta-updates, you can join the whatsapp channel or discord. Thanks.