did stuff

This commit is contained in:
AlexanderHD27
2024-11-14 14:42:50 +01:00
parent 4060055a14
commit 11ece5fd6e
4 changed files with 8 additions and 0 deletions

3
gobot-gui/ffmpeg_decode.bash Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
ffmpeg -i udp://localhost:1234 -f h264 - | cat

2
gobot-gui/ffmpeg_script.bash Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/bash
ffmpeg -re -video_size 1280x720 -i /dev/video8 -c:v libx264 -tune zerolatency -g 5 -f h264 udp://localhost:1234

BIN
gobot-gui/src/main.py (Stored with Git LFS) Normal file

Binary file not shown.

BIN
gobot-gui/test_video.mp4 Normal file

Binary file not shown.