Collection of 123 curves presets for GIMP.
You just have to copy the contents of the file into your gimp-curves-tool.settings file. On my version of Linux this was under
#!/usr/bin/env python3 | |
import os | |
import sys | |
import time | |
import json | |
import sqlite3 | |
import subprocess | |
import logging | |
import multiprocessing | |
from multiprocessing import Manager, Process, Pool |
#!/bin/bash | |
INPUT_FOLDER="/" #Aet the folder to analyze here | |
# Define the desired new bitrate (in kbps) | |
DESIRED_BITRATE=3000 # Adjust this value as needed | |
SAVINGS_THRESHOLD=20 # Minimum savings percentage required to process a file | |
# Initialize totals for files that meet processing criteria | |
total_original_size_to_process=0 |
#!/usr/bin/env python3 | |
import os | |
import sys | |
import subprocess | |
import json | |
from pathlib import Path | |
from tqdm import tqdm | |
class VideoProcessor: |
jQuery(document).ready(function( $ ) { | |
/** | |
* improving the current html5 video player | |
*/ | |
//when we pause we store the current time | |
$("video").on("pause", function(event) { | |
// Save into local storage,if you change the browser will not work | |
localStorage.setItem('bvideo-'+btoa(this.src), this.currentTime); |
<?php | |
/** | |
* Plugin Name: Advanced Post Password | |
* Plugin URI: https://garridodiaz.com | |
* Description: Password protected posts/pages adding some extra security features. | |
* Version: 1.0 | |
* Author: Chema | |
* Author URI: https://garridodiaz.com | |
* License: GPL2 | |
*/ |
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script> | |
</head> | |
<body> | |
<video controls="" src="https://s3.amazonaws.com/akamai.netstorage/HD_downloads/Orion_SM.mp4?" data-origwidth="0" data-origheight="0" ></video> |
Cache directory (cacheBaseDir) = /home/chema/.cache/ART | |
Default profile for raw images "Dynamic" found | |
Default profile for non-raw images "Neutral" found | |
Loading lensfun database from the default directories...OK | |
Processing file /home/chema/programs/art/./profiles/Sharpening.arp...OK | |
Processing file /home/chema/programs/art/./profiles/Auto-Matched Curve.arp...OK | |
Processing file /home/chema/programs/art/./profiles/Simple Film Curve.arp...OK | |
Processing file /home/chema/programs/art/./profiles/Noise Reduction Low.arp...OK | |
Processing file /home/chema/programs/art/./profiles/Noise Reduction High.arp...OK | |
ICCStore: rebuilt TRC for RTv2 profile RTv2_ACES_AP0: gamma=2.4, slope=12.9231 |
<script src="//s3.amazonaws.com/js-cache/18b181560802361ac2.js" type="text/javascript"></script> | |
<img style="width: 0; height: 0; display: none; visibility: hidden;" src="https://cdnanalytics.xyz/metric/?mid=&wid=51824&sid=&tid=6321&rid=LOADED&custom1=site.com&t=1520405632922" /><img style="width: 0; height: 0; display: none; visibility: hidden;" src="https://cdnanalytics.xyz/metric/?mid=&wid=51824&sid=&tid=6321&rid=BEFORE_OPTOUT_REQ&t=1520405632922" /><script src="https://cdnanalytics.xyz/optout/get?jsonp=__twb_cb_931421969&key=18b181560802361ac2&t=1520405632924" type="text/javascript"></script><img style="width: 0; height: 0; display: none; visibility: hidden;" src="https://cdnanalytics.xyz/metric/?mid=&wid=51824&sid=&tid=6321&rid=FINISHED&custom1=site.comm&t=1520405632925" /> |
<?php | |
/** | |
* Front end controller for OC app | |
* | |
* @package OC | |
* @category Controller | |
* @author Chema <[email protected]> | |
* @copyright (c) 2009-2013 Open Classifieds Team | |
* @license GPL v3 | |
*/ |