orbital VS exiftool-vendored.js

Compare orbital vs exiftool-vendored.js and see what are their differences.

orbital

πŸ›° A desktop app that allows you to search, filter, and preview video files on your computer - like YouTube for your local file system. (by SuboptimalEng)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
orbital exiftool-vendored.js
13 4
93 391
- 2.3%
3.4 9.1
10 months ago 10 days ago
TypeScript TypeScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

orbital

Posts with mentions or reviews of orbital. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-21.

exiftool-vendored.js

Posts with mentions or reviews of exiftool-vendored.js. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-06.
  • Exploring EXIF
    5 projects | news.ycombinator.com | 6 Sep 2023
    Know that although ExifTool is written in perl, you can run it in "batch mode" which makes it quite fast--only a couple of ms to parse a file. I've written an open source library to manage the subprocesses for you if you're using node.js (and I also wrote the ruby variant ages ago):

    https://github.com/photostructure/exiftool-vendored.js

  • Lychee – Self-hosted photo-management done right
    16 projects | news.ycombinator.com | 1 Oct 2022
    The frontend is in Vue. Both the FE and BE are in TypeScript.

    Parallelism is provided by https://github.com/photostructure/batch-cluster.js/

    Metadata reads and writes are via https://github.com/photostructure/exiftool-vendored.js/

    My more nerdier blog posts are tagged here: https://photostructure.com/tags/coding/

  • FS-Viewer 1.2.0 - Now stable on Windows
    2 projects | /r/DataHoarder | 3 Aug 2021
    if you're looking into doing stuff with EXIF, there's a really good library that's also typed: https://github.com/photostructure/exiftool-vendored.js
  • Ask HN: What are some tools / libraries you built yourself?
    264 projects | news.ycombinator.com | 16 May 2021
    I needed a good Node wrapper for ExifTool and wrote https://github.com/photostructure/exiftool-vendored.js

    When I saw how slow it is to fork child processes in Windows, I then realized I wanted to run ExifTool in "stay-open" mode, which meant I needed to manage 1 or more long-lived child processes that communicate via stdin/stdout, so I wrote https://github.com/photostructure/batch-cluster.js

    I also really missed scala's `lazy` operator, so I built that (and several other small, helpful functions/classes) that I documented here: https://photostructure.com/coding/uncertain-lazy-forgetful-a...

What are some alternatives?

When comparing orbital and exiftool-vendored.js you can also consider the following projects:

GameDev - πŸ‘Ύ The code for my game dev + computer graphics experiments on YouTube. [Moved to: https://github.com/SuboptimalEng/Gamedex]

qrcode - qr code generator

atomic-edits - 🎬 A desktop app that automatically removes silence from videos.

gm - GraphicsMagick for node

tailwind-clones - πŸƒ Cloning the UIs' of popular websites with Tailwind CSS.

ImageScript - zero-dependency JavaScript image manipulation

NewPipe - A fork of NewPipe with SponsorBlock functionality.

is-progressive - Check if JPEG images are progressive

pareto-mac - Automatically audit your Mac for basic security hygiene.

jimp - An image processing library written entirely in JavaScript for Node, with zero external or native dependencies.

video-cutter - Cut any video online using FFMPEG... no server needed ! (Thanks WebAssembly)

image-type - Detect the image type of a Buffer/Uint8Array