11 lines
264 B
Markdown
11 lines
264 B
Markdown
rename-video
|
|
============
|
|
|
|
This is a little script which renames a list of files to date and time from their
|
|
meta data with help of ffprobe.
|
|
|
|
You need to have ffmpeg installed so that ffprobe is accessible in your path.
|
|
|
|
```
|
|
usage: rename-video PATHs [dryrun]
|
|
```
|