This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
function encode { | |
# Add a "?" at the end of a "map" to say "if available" | |
# For a preview: add "-ss 0" before "-i" and "-t 120" before the output file. This gives a 2min sample | |
ffmpeg -hide_banner \ | |
-i "$1" \ | |
-map_metadata 0 \ | |
-map_chapters 0 \ | |
-metadata title="$2" \ | |
-map 0 \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "Personal fixes - Moonlander", | |
"rules": [ | |
{ | |
"description": "Fixes both Arrow-brackets and the Pipe symbol on the Moonlander keyboard with German layout.", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"key_code": "non_us_backslash" |
OlderNewer