Add support for short movies

Short movies can now be recorded (~30 seconds, depending on disk
space), with audio. New button is added, for that, depending on state
it shows "Rec" (you can record), "Stop" (you are recording) and "Busy"
(movie is being converted).
This commit is contained in:
Pavel Machek
2024-04-26 23:14:43 +02:00
committed by Martijn Braam
parent fcba2b33c2
commit 1c9202c4cf
4 changed files with 200 additions and 31 deletions

View File

@@ -228,6 +228,12 @@
<property name="margin-top">5</property>
<property name="margin-bottom">5</property>
<property name="spacing">5</property>
<child>
<object class="GtkButton" id="movie">
<property name="valign">start</property>
<property name="label">Rec</property>
</object>
</child>
<child>
<object class="GtkButton">
<property name="action-name">app.open-last</property>