vidls
v0.2.1
Published
List video files with their metadata
Downloads
4
Readme
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