0.2.1 • Published 1 year ago

vidls v0.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

vidls

List video files with their metadata

Example

$ vidls

Filename | Duration | Resolution | Frame Rate |  Bit Rate | Codec | Format | File Size
av1.mp4  |      4 s |  1920x1080 |     24 fps | 1373 kb/s |   AV1 | MPEG-4 | 761.3 KiB
h264.mp4 |      4 s |  1920x1080 |     24 fps | 7098 kb/s | H.264 | MPEG-4 | 3.843 MiB
h265.mp4 |      4 s |  1920x1080 |     24 fps |  992 kb/s | H.265 | MPEG-4 | 549.9 KiB

Usage

# List all videos with their metadata in the current directory
vidls

# List all videos with their metadata in the given directory
vidls path/to/dir

# Show metadata of given video file
vidls path/to/vid.mp4

Help

Usage: vidls [options] [files...]

List video files with their metadata

Arguments:
  files           video files to list

Options:
  -V, --version   output the version number
  -s, --size      sort by file size
  -d, --duration  sort by duration
  -h, --help      display help for command
0.2.1

1 year ago

0.2.0

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago