181 links
  • BigBrainBag
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 4 / 10
Newer►
  • ffmpeg convert gif to mp4, for best cross browser compatibility
    ### Full command line options

    ```
    ffmpeg -f gif -i FOO.gif -pix_fmt yuv420p -c:v libx264 -movflags +faststart -filter:v crop='floor(in_w/2)*2:floor(in_h/2)*2' BAR.mp4
    ```

    ### Notie

     * output mp4 is encoded with h264, support Firefox/Chrome/Safari in Windows, Mac OSX, Android, and iOS.
     * one mp4 file for all platforms, there is no need to encode an extra `webm` movie, which encoding speed is pretty slow.
     * format as `yuv420p` for Firefox compatibility, the downside is color becomes less-saturate than original gif.
     * yuv420p only support even width/height, so crop filter is required
     * `-movflags +faststart` flags are optimized for online view in browser
     * compression ratio typically 10:1, pretty awesome. note that if original gif is < 512KB, convert as mp4 is less efficient.

    ### Obtain static binary ffmpeg

     * http://johnvansickle.com/ffmpeg/
    Thu Jan 28 12:36:42 2021 - permalink -
    QRCode
    - archive.org - https://gist.github.com/ingramchen/e2af352bf8b40bb88890fba4f47eccd0
    convert gif mp4
  • Installation - Browsh
    Thu Jan 28 12:30:54 2021 - permalink -
    QRCode
    - archive.org - https://www.brow.sh/docs/installation/
    browser lynx txt
  • Video to animated GIF converter
    Thu Jan 28 12:21:22 2021 - permalink -
    QRCode
    - archive.org - https://ezgif.com/video-to-gif
    animation gif video
  • google/gif-for-cli
    Thu Jan 28 12:08:28 2021 - permalink -
    QRCode
    - archive.org - https://github.com/google/gif-for-cli
    animation ascii gif
  • Canvas-Graphics | Creating SVG from a bitmap source
    Wed Jan 27 19:55:31 2021 - permalink -
    QRCode
    - archive.org - http://thomas.weinert.info/Canvas-Graphics/
    canvas js svg
  • jankovicsandras/imagetracerjs: Simple raster image tracer and vectorizer written in JavaScript.
    Wed Jan 27 19:54:01 2021 - permalink -
    QRCode
    - archive.org - https://github.com/jankovicsandras/imagetracerjs
    image js svg trace
  • Geometrize - desktop app for geometrizing images into geometric primitives
    Wed Jan 27 19:52:05 2021 - permalink -
    QRCode
    - archive.org - https://www.geometrize.co.uk/
    demo geometrize shapes svg
  • Geometrize Web Demo - geometrizing images into geometric primitives
    Wed Jan 27 19:49:49 2021 - permalink -
    QRCode
    - archive.org - https://www.samcodes.co.uk/project/geometrize-haxe-web/
    demo geometrize shapes svg
  • Otamay/potracio: A PHP port of potrace
    Wed Jan 27 19:47:34 2021 - permalink -
    QRCode
    - archive.org - https://github.com/Otamay/potracio
    potrace svg tracing vector
  • axe312ger/sqip: "SQIP" (pronounced \skwɪb\ like the non-magical folk of magical descent) is a SVG-based LQIP technique.
    https://www.freecodecamp.org/news/using-svg-as-placeholders-more-image-loading-techniques-bed1b810ab2c/
    Wed Jan 27 19:46:17 2021 - permalink -
    QRCode
    - archive.org - https://github.com/axe312ger/sqip#cli
    preview svg thumbnail
  • Use SQL and osquery to Interrogate Your Hardware on Linux – CloudSavvy IT
    Wed Jan 27 18:20:52 2021 - permalink -
    QRCode
    - archive.org - https://www.cloudsavvyit.com/9184/use-sql-and-osquery-to-interrogate-your-hardware-on-linux/
    info linux sql system
  • Logodust
    Mon Jan 25 11:24:57 2021 - permalink -
    QRCode
    - archive.org - https://logodust.com/?ref=mailchimp083582
    free logo svg vector
  • macos - Turn off Macbook automatic hibernation mode? - Ask Different
    Sat Jan 23 12:09:07 2021 - permalink -
    QRCode
    - archive.org - https://apple.stackexchange.com/questions/198995/turn-off-macbook-automatic-hibernation-mode
    hibernation mac osx sleep
  • GitHub Trending RSS
    Fri Jan 22 21:51:14 2021 - permalink -
    QRCode
    - archive.org - https://mshibanami.github.io/GitHubTrendingRSS/
    github rss
  • Iconduck
    Fri Jan 22 17:36:14 2021 - permalink -
    QRCode
    - archive.org - https://iconduck.com/
    icon icons oss svg vector
  • How to Reset PRAM on a Mac
    Thu Jan 21 16:44:05 2021 - permalink -
    QRCode
    - archive.org - https://osxdaily.com/2010/11/15/reset-pram-mac/
    mac osx pram reset smc
  • Network Tools: DNS,IP,Email
    Thu Jan 21 15:10:18 2021 - permalink -
    QRCode
    - archive.org - https://mxtoolbox.com/SuperTool.aspx?action=mx%3aidt.ag&run=toolpage
    dns mail mx tool toolbox
  • Set Up a Mail Server with Postfix, Dovecot & Roundcube on Ubuntu 18.04
    Wed Jan 20 16:51:32 2021 - permalink -
    QRCode
    - archive.org - https://www.atlantic.net/vps-hosting/how-to-set-up-fully-featured-mail-server-with-postfix-dovecot-and-roundcube-on-ubuntu-18-04/
    dovecot howto mail postfix roundcube
  • How To Install and Configure Postfix on Ubuntu 16.04 | DigitalOcean
    Wed Jan 20 16:43:27 2021 - permalink -
    QRCode
    - archive.org - https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-postfix-on-ubuntu-16-04
    howto mail postfix
  • Rectangle
    Wed Jan 20 13:41:14 2021 - permalink -
    QRCode
    - archive.org - https://rectangleapp.com/
    management oss osx tidy window
Links per page: 20 50 100
◄Older
page 4 / 10
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation