DEFCONFIG/BOARD: minimize ffmpeg build & use libx264 for video rec (#117)

* BOARD: update Video Record app (video_record.sh)
* DEFCONFIG: minimize ffmpeg build
This commit is contained in:
Apaczer
2024-08-07 21:27:07 +02:00
committed by GitHub
parent eafadce373
commit eadda580e9
7 changed files with 52 additions and 6 deletions

View File

@@ -17,5 +17,5 @@ else
echo -en "Invalid video/audio format!"
# We're using SDL terminal to display above echo msg
## because all stdout is parsed to /dev/null from gmenu2x and it's child ps
st -k -e "/bin/sh" "-c" "echo -e \"\n\n\n\n\n\n Invalid video or audio format!\"; read -t 2"
st -k -e "/bin/sh" "-c" "echo -e \"\n\n\n\n\n\n\t\t\tInvalid video or audio format!\nExiting...\"; read -t 5"
fi