Bug 358702 - New option in "Current Monitor Overlay": "Show Playback FPS"
Summary: New option in "Current Monitor Overlay": "Show Playback FPS"
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface & Miscellaneous (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-28 20:40 UTC by Unknown
Modified: 2016-02-01 17:26 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Blender fps during playback example. (107.54 KB, image/jpeg)
2016-01-28 20:41 UTC, Unknown
Details
Issue with fps dropped frame indicator (16.41 KB, image/jpeg)
2016-01-29 05:53 UTC, Unknown
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Unknown 2016-01-28 20:40:51 UTC
Sometimes the effects applied to a clip in the timeline can slow playback down, or even working with 4K footage makes playback a little choppy. One nice thing about Blender is that it shows the playback frames-per-second in the top left hand corner; so if the playback speed is less than intended (say, if it's playing back at a rate of 19 frames per second in a project that should be playcing 24 frames per second), it shows the current fps rate in red, and then in the default text color when the playback is on par with the project's intended playback rate.

Having this as an option in the new Monitor overlay feature would be a very useful benefit.

Reproducible: Always
Comment 1 Unknown 2016-01-28 20:41:11 UTC
Created attachment 96892 [details]
Blender fps during playback example.
Comment 2 Jean-Baptiste Mardelle 2016-01-29 00:40:33 UTC
Git commit 3827d5532eb3332dd23328f416e85de2ac91fddc by Jean-Baptiste Mardelle.
Committed on 29/01/2016 at 00:40.
Pushed by mardelle into branch 'master'.

Implement dropped frames warning (displayed with monitor overlay for timecode)

M  +15   -0    data/kdenliveclipmonitor.qml
M  +18   -0    data/kdenlivemonitor.qml
M  +55   -21   src/monitor/glwidget.cpp
M  +5    -1    src/monitor/glwidget.h
M  +24   -0    src/monitor/monitor.cpp
M  +5    -0    src/monitor/monitor.h
M  +0    -1    src/timeline/customtrackscene.cpp

http://commits.kde.org/kdenlive/3827d5532eb3332dd23328f416e85de2ac91fddc
Comment 3 Unknown 2016-01-29 05:53:02 UTC
Great that this feature is implemented! One issue: it's coming up with this when I play it in overlay. (See following attached image.)
Comment 4 Unknown 2016-01-29 05:53:40 UTC
Created attachment 96896 [details]
Issue with fps dropped frame indicator
Comment 5 Unknown 2016-01-29 06:18:00 UTC
It looks like the issue mentioned above is only for the clip monitor. Project monitor seems to work just fine... and it's awesome. :)
Comment 6 Jean-Baptiste Mardelle 2016-01-29 08:45:12 UTC
Git commit 059b8c6509e3c545ff6b83adc7933019c54859a2 by Jean-Baptiste Mardelle.
Committed on 29/01/2016 at 08:44.
Pushed by mardelle into branch 'master'.

Fix fps indicator broken on clip monitor

M  +2    -0    data/kdenliveclipmonitor.qml

http://commits.kde.org/kdenlive/059b8c6509e3c545ff6b83adc7933019c54859a2
Comment 7 Unknown 2016-02-01 17:26:04 UTC
Looks great! New features has been implemented. Marking this bug as resolved. Thanks JB!