Portofolio

#feat
- Create porto
- Edit Porto
- Upload gambar background profile
- List user
- Search user
## No issuue
This commit is contained in:
2024-01-19 14:16:16 +08:00
parent 01da30bdb5
commit 5f4337333a
175 changed files with 3451 additions and 1017 deletions

14
xcoba.sh Normal file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
ffmpeg -f avfoundation \
-i "1:0" \
-s 1280x720 \
-framerate 30 \
-c:v libx264 \
-preset ultrafast \
-tune zerolatency \
-b:v 3000k \
-c:a aac \
-b:a 192k \
-vf "format=uyvy422" \
-f flv "rtmp://192.168.1.243:1935/live/bagas" \
-probesize 10M