476 links
268 private links
  • When 140 characters is not enough!
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 4 / 11
Newer►
  • ffmpeg settings for VHS mpeg2/mp2 to H264/MP4 VBR conversion

    Encoding from a VHS source

    Command line

    ffmpeg -i input -vf "yadif=1:1,hqdn3d=3,drawbox=y=ih-h:w=0:h=6:t=max,format=yuv420p" \
    -crf 23 -preset medium -c:a aac -movflags +faststart \
    -metadata title="Title" output.mp4

    filters

    Encoding form a VHS input can be improved with some filters:

    • yadif is a deinterlacer. See the documentation and try out the different modes to see what looks best to you. Alternatively, you could try the w3fdif deinterlacing filter, but I haven't tested that one yet.
    • hqdn3d is a video denoiser. VHS can be noisy, so experiment with various values, and try without it too. Denoising can improve compressibility, but too much denoising will add noticeable blur.
    • drawbox in this example is is making a 6 pixel black box on the very bottom to mask any head switching noise. You may have to adjust the height, or just remove it. This is better than cropping because simply covering it up avoids changing the aspect ratio: if that is not a concern the feel free to crop instead.
    • format is added to use a widely compatible pixel format. It does not really matter with your input though since it is already yuv420p.

    other options

    • -crf and -preset will allow you to adjust the output quality and encoding speed. See FFmpeg Wiki: H.264 Video Encoding Guide.
    • -movflags +faststart is useful if your viewers will watch via progressive download. After encoding it will move some info to the beginning of the file so it can begin playback quicker.

    You will need to add -strict experimental if using an old ffmpeg: the native FFmpeg AAC encoder used to be considered experimental but that is now no longer the case.

    November 7, 2023 at 09:59:20 GMT+1 * - permalink -
    QRCode
    - https://superuser.com/questions/1005797/ffmpeg-settings-for-vhs-mpeg2-mp2-to-h264-mp4-vbr-conversion-and-reducing-file-s
    ffmpeg vhs encoding
  • thumbnail
    GitHub - argosopentech/argos-translate: Open-source offline translation library written in Python

    Open-source offline translation library written in Python

    Argos Translate uses OpenNMT for translations and can be used as either a Python library, command-line, or GUI application.

    Argos Translate supports installing language model packages which are zip archives with a ".argosmodel" extension containing the data needed for translation.

    LibreTranslate is an API and web-app built on top of Argos Translate.

    September 16, 2023 at 10:50:08 GMT+2 * - permalink -
    QRCode
    - https://github.com/argosopentech/argos-translate
    translation python dev
  • thumbnail
    GitHub - LibreTranslate/LibreTranslate: Free and Open Source Machine Translation API. Self-hosted, offline capable and easy to setup.

    Free and Open Source Machine Translation API. Self-hosted, offline capable and easy to setup. - GitHub - LibreTranslate/LibreTranslate: Free and Open Source Machine Translation API. Self-hosted, offline capable and easy to setup.

    September 16, 2023 at 10:48:26 GMT+2 * - permalink -
    QRCode
    - https://github.com/LibreTranslate/LibreTranslate
    translation
  • thumbnail
    Mallette / scribe · GitLab

    Scribe - CEMEA

    Scribe est un transcripteur Audio/Vidéo en Texte. Basé sur Mozilla Common Voice et Vosk.

    Dépot de code pour interface web de projet de transcription audio.

    September 16, 2023 at 10:46:26 GMT+2 * - permalink -
    QRCode
    - https://gitlab.cemea.org/mallette/scribe
    audio speechToText STT sous-titrage
  • thumbnail
    GitHub - SmittyHalibut/EleksTubeHAX: A custom firmware for the EleksTube IPS Clock

    A custom firmware for the EleksTube IPS Clock.

    SmittyHalibut/EleksTubeHAX

    --

    note alex : Fonctionne sur ma EleksTube, ajoute le support du wifi et du NTP (non présents d'origine malgré la présence d'un EPS32), mais n'ayant plus les fichiers image imitant un tube VFD et ayant eu d'autres problèmes, j'ai reflashé l'horloge avec le firmware d'origine.

    https://social.nah.re/@alex/110837336704710769

    August 4, 2023 at 16:17:44 GMT+2 * - permalink -
    QRCode
    - https://github.com/SmittyHalibut/EleksTubeHAX
    elekstube clock arduino esp32
  • thumbnail
    How to make a bootable Mavericks install drive | Macworld

    Though you can install Mavericks (OS X 10.9) directly from your Mac's hard drive, a bootable installer drive can be more convenient for installing the OS onto multiple Macs. And if your Mac is experiencing problems, a bootable installer makes a handy emergency drive. We walk you through the process of creating such a drive, step-by-step.

    April 14, 2023 at 20:06:19 GMT+2 * - permalink -
    QRCode
    - https://www.macworld.com/article/222175/how-to-make-a-bootable-mavericks-install-drive.html
    MacOSX Install
  • Code Boxx – Inspire your inner programmer

    Code Boxx is all about inspiring your inner programmer. We offer web development tips and have various free tutorials for HTML, CSS, JS, PHP, etc...

    April 12, 2023 at 12:08:52 GMT+2 * - permalink -
    QRCode
    - https://code-boxx.com
    tips css html html5 webdev
  • thumbnail
    Triadic Color Schemes

    A triadic color scheme offers the right amount of everything, be it contrast, color, richness, or harmony. Let's read in detail about these color combinations.

    March 13, 2023 at 15:06:27 GMT+1 * - permalink -
    QRCode
    - https://arts.visualstories.com/triadic-color-scheme
    webdesign
  • thumbnail
    OpenArdilla

    OpenArdilla est un agrégateur de flux RSS/Atom et permet une visualisation rapide de la douzaine de titres par flux.
    Logiciel libre et open source (GPL v3)

    February 6, 2023 at 09:41:06 GMT+1 * - permalink -
    QRCode
    - https://gitlab.com/chibinah/openardilla
    agrégateur rss atom
  • Tiny File Manager

    Web based File Manager in PHP, Manage your files efficiently and easily with Tiny File Manager and it is a simple, fast and small file manager with a single file.

    February 6, 2023 at 09:36:33 GMT+1 * - permalink -
    QRCode
    - https://tinyfilemanager.github.io/
    web filemanager php
  • Page d'accueil

    Ma page d'accueil

    September 3, 2022 at 00:06:23 GMT+2 * - permalink -
    QRCode
    - https://nah.re/
    web
  • thumbnail
    https://nerdlypleasures.blogspot.com/2021/07/keeping-upscale-and-capture-pure.html

    RGBtoHDMI

    March 18, 2022 at 17:40:00 GMT+1 * - permalink -
    QRCode
    - https://nerdlypleasures.blogspot.com/2021/07/keeping-upscale-and-capture-pure.html
    retro conversion vidéo CGA EGA
  • https://www.fontsquirrel.com/fonts/Telegrama
    March 11, 2022 at 14:08:31 GMT+1 * - permalink -
    QRCode
    - https://www.fontsquirrel.com/fonts/Telegrama
    font
  • thumbnail
    https://www.webmarketing-com.com/2013/10/16/23672-louer-acheter-base-email-ce-quon-dit-jamais

    Description manageo

    March 10, 2022 at 10:57:37 GMT+1 * - permalink -
    QRCode
    - https://www.webmarketing-com.com/2013/10/16/23672-louer-acheter-base-email-ce-quon-dit-jamais
    spam
  • 1. Restructured Text (reST) and Sphinx CheatSheet — Sphinx and RST syntax guide (0.9.3)

    This page describes some of the RST and Sphinx syntax. It is based on resource found at Sphinx , Docutils and more generally software documentation written with Sphinx.

    This is not an exhaustive description but it should allow you to start and create already nice documentation.

    March 8, 2021 at 12:12:11 GMT+1 * - permalink -
    QRCode
    - https://thomas-cokelaer.info/tutorials/sphinx/rest_syntax.html
    sphinx-doc
  • How to Gopher
    January 26, 2021 at 15:01:29 GMT+1 * - permalink -
    QRCode
    - https://davebucklin.com/play/2018/03/31/how-to-gopher.html
    gopher quickstart
  • Guide on how to make your website printable with CSS - petermolnar.net

    Guide on how to make your website printable with CSS

    January 26, 2021 at 14:54:08 GMT+1 * - permalink -
    QRCode
    - https://petermolnar.net/article/how-to-make-a-print-css/index.html
    css js
  • thumbnail
    Premiers pas avec le langage Rust - Code Heroes
    January 25, 2021 at 17:09:00 GMT+1 * - permalink -
    QRCode
    - https://www.codeheroes.fr/2021/01/18/premiers-pas-avec-le-langage-rust/
    rust programmation langage
  • Wire up your own RS-232 WiFi modem for under $10 using ESP8266 and Zimodem firmware. | Sub-Etha Software
    August 1, 2020 at 15:44:28 GMT+2 * - permalink -
    QRCode
    - http://subethasoftware.com/2018/02/28/wire-up-your-own-rs-232-wifi-modem-for-under-10-using-esp8266-and-zimodem-firmware/
    rs-232 esp8266 virtual modem
  • Explaining 521-bit ECC Encryption From the Ground Up

    From The basics of cryptography to the modern cryptography.

    February 3, 2020 at 11:23:58 GMT+1 * - permalink -
    QRCode
    - https://www.skyecc.com/521-bit-ecc-encryption-explanation/
    cryptography
Links per page: 20 50 100
◄Older
page 4 / 11
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation