9 Commits

Author SHA1 Message Date
Pavel Machek
48a4b8db2a Get rid of fragile recursive rm, move cleanup to mpegize. This way
"mpegize stop" does not have to wait for "mpegize start".
2024-05-10 10:19:56 +02:00
Pavel Machek
1395f823a0 Pass start/stop down to mpegize script. 2024-05-10 10:11:07 +02:00
Pavel Machek
63a77bb557 Add robustness against out of disk space.
Shell is ugly programing language, and by continuing after error, we
were creating recording in wrong directory. Fix that up.
2024-05-10 10:10:26 +02:00
Pavel Machek
864d3c0c2a Cleanups: remove unused code. 2024-05-09 21:50:27 +02:00
Pavel Machek
bc9085ffad Pass dng/grw mode down to mpegize. 2024-05-06 22:18:45 +02:00
Pavel Machek
a3dea3503d Switch to gstreamer for video encoding
This will enable better progress indication, and on-line recording in
future.
2024-05-06 13:56:07 +02:00
Pavel Machek
950d11fd96 Use Python version of Jpegize as a preparation 2024-05-06 13:56:04 +02:00
Pavel Machek
f0d8834b4a Pipe for scripts<->application communication, write UYVY files
Got pipe to work between movie subprocess and main code. We use it to
display progress from the scripts. Write "gstreamer raw" files, that
can be worked with easily from gstreamer.
2024-05-06 13:50:44 +02:00
Pavel Machek
fcba2b33c2 Add support files that will be used for video recording. 2024-04-30 18:09:42 +00:00