Go to file
Digital Studium f83665e777 refactor(install\_software.sh): remove redundant script for recording screen and delete the corresponding file record\_screen.sh
remove the following lines from install\_software.sh:

```bash
ffmpeg -vsync 0 -hwaccel cuda -hwaccel_output_format cuda     `# we need nvidia acceleration because of low fps without it` \
--r 30 -video_size 640x480 -i /dev/video0  `# this is camera` \
--f alsa -i default -async 1                                   `# this is audio. Why not pulse? Nvidia?` \
--c:v h264_nvenc                                     `# this is video codec` \
video.mp4 # output file
```

Also, remove the filter\_complex line and the x11grab section.

This refactoring is done to simplify the script and make it more focused on installing software rather than recording the screen.
2024-03-08 17:36:58 +03:00
backup_etcd.sh Initial commit 2024-02-25 18:24:22 +03:00
convert_submodule_to_folder.sh Initial commit 2024-02-25 18:24:22 +03:00
create_systemd_service.py Initial commit 2024-02-25 18:24:22 +03:00
create_systemd_timer.py Initial commit 2024-02-25 18:24:22 +03:00
ds_up_down.sh Initial commit 2024-02-25 18:24:22 +03:00
install_software.sh refactor(install\_software.sh): remove redundant script for recording screen and delete the corresponding file record\_screen.sh 2024-03-08 17:36:58 +03:00
install_ubuntu.sh Add ffmpeg with nvidia codec 2024-03-03 21:02:53 +03:00
kube_ha.sh Initial commit 2024-02-25 18:24:22 +03:00
ollama-stack.yaml commit (install\_software.sh): update script to install nvidia-container-toolkit, docker-compose and opencommit 2024-03-07 23:34:38 +03:00
prepare.sh Initial commit 2024-02-25 18:24:22 +03:00
set_brightness.sh Fix it 2024-03-02 17:56:52 +03:00
update_gui.sh Fix autostart 2024-03-02 13:22:30 +00:00