Skip to content

Instantly share code, notes, and snippets.

View fernandofreamunde's full-sized avatar
⛩️

Fernando Andrade fernandofreamunde

⛩️
  • Amsterdam
  • 15:08 (UTC +02:00)
View GitHub Profile

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.

@fernandofreamunde
fernandofreamunde / FFmpegToResolve
Created April 12, 2022 10:30
Nautilus Script that converts selected video files into a format supported by Davinci Resolve on linux
#!/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";

Keybase proof

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: