Quotidien Shaarli

Tous les liens d'un jour sur une page.

October 28, 2022

3 surprising things you can do with the Linux wc command | Enable Sysadmin

Tout est dans le titre

What is CORS?

Tout est dans le titre

How to Use window.crypto in Node.js

Tout est dans le titre... Le code à écrire :

const crypto = require('crypto').webcrypto;
// Shims the crypto property onto global
global.crypto = crypto;
Create a Thumbnail From a Video with ffmpeg

La commande en question : ffmpeg -i input.webm -vf "select=eq(n\,34)" -vframes 1 thumbnail.png