Conversation
Currently, the podcast recording is set to a fixed 10 fps. While there exists a setting to allow for customisation, it remains unused. This change takes the user setting into account. The actual fps are determined by the activity on the board, so it represents a maximum fps. This value is further refined depending on the selected podcast preset: - Full: Use the value directly - Medium: The max. fps are halved - Small: The max. fps are divided by 4 The default has been bumped up to 100 fps. This value is never actually reached - the resulting fps hover mostly around 40-70. During testing on my rather powerful machine (with values exceeding 250 fps), the observed frame rate never got appreciably higher than 100 fps (maximum was 127 fps for short periods at 1000). Thus, the Full preset in its default configuration captures all activity. Choosing a lower preset decreases the fps accordingly, with 25 fps at the lower end of what is perceived as fluid motion, though actual framerate can be around 12-18. Further tuning is possible via the "Podcast->FramesPerSecond" setting.
|
Hi @Vekhir, could I ask you to expose the setting in the preferences ?
Edit : expliciting the fps will give the impression the small, medium and maximum aren't about resolution. Also, I wonder if it makes sense to attach a FPS limit to the resolution of the podcast. Shouldn't we simply add a section in the dropdown list for the max FPS, independant of the resolution section ? |
Yes, the settings are really about the bandwidth/bitrate of the final video. The resolution and framerate are scaled to retain a passable quality per frame when lowering the bitrate.
I think the general preferences dialog is quite crowded. Not sure how well that would integrate. I'll try making a mockup. I can use the intranetPodcastPublishingDialog.ui as a template and would use the QSpinBox. I guess a dropdown menu could also work, though we'd need to decide which values to show. |
Fair point. I like your idea of a dialog directly from the record preferences. I don't how much effort it would take, but maybe this cog button could directly open a dialog box with the audio and video settings, and no longer be a drop down menu where we are limited in terms of space and ux. Could you give it a try ? |
|
I'll see what I can do. Will create a separate PR for that (focusing on the reworked dialog), then adjust this PR to add the new settings. |
|
Just to let you know, I currently don't have time to work on this. I'd like to see it come to fruition, but I can't commit the necessary time and energy. |
Currently, the podcast recording is set to a fixed 10 fps. While there exists a setting to allow for customisation, it remains unused.
This change takes the user setting into account. The actual fps are determined by the activity on the board, so it represents a maximum fps. This value is further refined depending on the selected podcast preset:
The default has been bumped up to 100 fps. During testing, I mostly got 40-70 fps in the resulting video. I don't know where the discrepancy comes from, but even setting it to a ridiculous 1000 only achieved like 127 fps peak. For highest quality I'd probably set it to 250 or 300.
For the Small preset, the default setting is 25, which is at the lower limit of what is perceived as fluid motion. In high activity scenes, it's around 12-18, though I regularly hit the 25. If bandwidth or CPU power needs to be saved, the default can be lowered further.
In moments of low activity, all values can go down to 8-10 fps. The horologe produces consistently 20fps.
In conclusion, I believe that this change improves the podcast experience.
Solves #991 #106