https://github.com/junian/videos2csv
https://github.com/junian/videos2csv
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/junian/videos2csv
- Owner: junian
- Created: 2024-09-19T07:42:57.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-21T03:05:28.000Z (almost 2 years ago)
- Last Synced: 2025-06-10T00:05:37.100Z (about 1 year ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# videos2csv
## Example Usage
```shell
$ ./videos2csv.sh "/path/to/video-projects/" "output.csv"
```
|Year|Month|Project Name|Filename |Modified Date |Path |
|----|-----|------------|---------------|-------------------|------------------------------------|
|2024|03 |Project B |"the joker".mkv|2024-09-19 15:53:50|2403 Project B/"the joker".mkv |
|2024|03 |Project B |def.m4v |2024-09-19 15:53:50|2403 Project B/def.m4v |
|2024|03 |Project B |this,is.Mp4 |2024-09-19 15:53:50|2403 Project B/this,is.Mp4 |
|2024|02 |Project A |The Batman.MOV |2024-09-19 15:53:50|2402 Project A/batman/The Batman.MOV|
|2024|02 |Project A |file.mov |2024-09-19 15:53:50|2402 Project A/subs/file.mov |
|2024|02 |Project A |file.mp4 |2024-09-19 15:53:50|2402 Project A/file.mp4 |