Matt McWilliams mattmcw
mattmcw pushed to main at 16mm/mcopy 2024-05-16 01:49:48 +00:00
5f7fa6287f Add changes from diverged repo
mattmcw pushed to main at 16mm/filmout_manager 2024-05-15 21:30:10 +00:00
9aaf9a215d Add ffmpeg list demux types feature. Add websocket basic server. Add browser build project with stub websocket.
b0c1431bd6 Add the ffmpeg library. Add ability to list supported dmux formats
Compare 2 commits »
mattmcw pushed to main at 16mm/filmout_display 2024-05-15 16:03:24 +00:00
d7c06543f3 Application should start with completed = false to prevent errant message being sent immediately
mattmcw pushed to main at 16mm/filmout_display 2024-05-15 16:02:51 +00:00
82c890e109 Fix output object, did not close all brackets in setPosition output
mattmcw pushed to main at 16mm/filmout_manager 2024-05-15 15:22:55 +00:00
7632245332 Make fd library resolve all requests by waiting for an ack and then resolving the promise.
917c46d876 Add videos directory setting to default .env
4f8b05e9bd Add websocket server import and videos setting.
Compare 3 commits »
mattmcw pushed to main at 16mm/filmout_display 2024-05-15 00:23:13 +00:00
58f0d17779 Added timing logging to start/stop display, not just timed exposure
mattmcw pushed to main at 16mm/filmout_display 2024-05-15 00:17:11 +00:00
8d6e1a8f67 Converted all stdout and stderr messages to JSON for parsing from child process
mattmcw deleted branch regression from 16mm/filmout_display 2024-05-14 23:34:15 +00:00
mattmcw pushed to main at 16mm/filmout_display 2024-05-14 23:31:29 +00:00
e902e1c3da Blank image was being written to, instead return a clone of it.
mattmcw pushed to main at 16mm/filmout_display 2024-05-14 23:06:51 +00:00
09ca10947a Pulled over working features from regression branch. Found that macOS behavior is the issue.
mattmcw created branch regression in 16mm/filmout_display 2024-05-14 21:04:16 +00:00
mattmcw pushed to regression at 16mm/filmout_display 2024-05-14 21:04:16 +00:00
c56a5fd9e7 Caused a reguression with these changes, will revert to main to see what is different
mattmcw pushed to main at 16mm/filmout_display 2024-05-14 18:54:56 +00:00
fa6c998da2 Images are now being displayed. Test code may be incorrect.
mattmcw pushed to main at mattmcw/bash_tv 2024-05-12 22:33:06 +00:00
4d83d9051f Work on deploying on pi
mattmcw pushed to main at mattmcw/bash_tv 2024-05-11 19:49:14 +00:00
1b8f2a8466 Scripts for building a random playlist and streaming to server.
3484fb6c8f Encode will add a bug and otherwise scale with filter_complex, not vf. Working on several videos.
830e2b3dd4 Work getting this deployable on raspbian buster (latest makes omxplayer a nightmare to install).
Compare 3 commits »
mattmcw pushed to main at 16mm/filmout_manager 2024-05-08 21:08:50 +00:00
f0b49874f6 Add all work on filmout manager from laptop
mattmcw pushed to main at 16mm/filmout_display 2024-05-08 20:07:43 +00:00
332e6e8f89 work on laptop
mattmcw pushed to main at 16mm/filmout_display 2024-05-05 15:28:27 +00:00
566f1ecefd Have display / stop functionality working generally, but textures not appearing properly.
mattmcw pushed to main at 16mm/mcopy 2024-04-29 01:38:40 +00:00
2af8b4b209 Merge remote-tracking branch 'origin/main'
ab35895cb3 update rails
Compare 2 commits »
mattmcw pushed to main at 16mm/filmout_display 2024-04-27 18:09:39 +00:00
62c7181906 Cache the blank Mat, no need to re-generate each time it's needed by loadImage()