Compare commits

..

No commits in common. "a588a8299e08bd329849ba941864a211f7499c7a" and "7a519522ca79bb97d47d19d70467c72da1ad6b78" have entirely different histories.

2 changed files with 8 additions and 16 deletions

View File

@ -406,6 +406,14 @@
{
"from": { "key_code": "left_command" },
"to": [{ "key_code": "right_command" }]
},
{
"from": { "key_code": "grave_accent_and_tilde" },
"to": [{ "key_code": "non_us_backslash" }]
},
{
"from": { "key_code": "non_us_backslash" },
"to": [{ "key_code": "grave_accent_and_tilde" }]
}
],
"virtual_hid_keyboard": {

View File

@ -1,16 +0,0 @@
#!/bin/bash
FILE_FFMPEG="$1"
ffmpeg -i "$FILE_FFMPEG" \
-vf "scale=1920:1080" \
-c:v h264_videotoolbox \
-b:v 3000k \
-preset medium \
-movflags \
+faststart \
-c:a aac \
-b:a 192k \
-ac 2 \
-map 0:v \
-map 0:a \
-map 0:s \
-c:s copy resized.mkv