Harmokai does not collect, transmit, or share any personal data. The only data stored is your extension on/off preferences per website, saved locally via Chrome Sync (Google's own infrastructure) so your rules carry across devices. No analytics, no external servers, no tracking.
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 | |
| # By Fernando Andrade | |
| # v1 | |
| # Nautilus Script that converts selected video files into a format supported by Davinci Resolve on linux. | |
| # You need FFmpeg installed to make it work | |
| FFMPEG_SETTINGS="-codec:v mpeg4 -q:v 0 -codec:a pcm_s16le"; | |
| echo -e "$NAUTILUS_SCRIPT_SELECTED_FILE_PATHS" | xargs -i ffmpeg -i "{}" $FFMPEG_SETTINGS "{}.mov"; |
I hereby claim:
- I am fernandofreamunde on github.
- I am glink (https://keybase.io/glink) on keybase.
- I have a public key whose fingerprint is 77E8 4010 5C8A 96E9 07E9 A247 C80C 1B7A 0AEB 7119
To claim this, I am signing this object: