Go CLI to calculate total media duraton in directories

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • azmena-cli

    Azmena calculates video files total duration in a directory and it's sub-directories

  • conc

    Better structured concurrency for go

  • What are possible use cases for this tool? Why would I want to find out the total runtime of all videos in a directory?

    Also, you might wanna limit concurrency[0] instead of spawning many ffprobe instances at the ~same time.

    [0]: https://github.com/sourcegraph/conc

    In another note, ChatGPT suggests this shell command to do the same thing. It doesn't process files in parallel though.

        find . -name "*.mp4" -print0 | \

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Beginner ~ Intermediate Go programmer, how can I get better in go and get out of the "beginner" phase?

    6 projects | /r/golang | 9 Mar 2023
  • Taskwarrior – Command Line Task Management

    1 project | news.ycombinator.com | 1 May 2024
  • Are We Modules Yet?

    3 projects | news.ycombinator.com | 1 May 2024
  • Show HN: I've forked neofetch to keep it alive

    6 projects | news.ycombinator.com | 1 May 2024
  • GitHub Sponsors: Jon Schlinkert JavaScript developer

    2 projects | dev.to | 30 Apr 2024