An open API service indexing awesome lists of open source software.

https://github.com/junian/videos2csv


https://github.com/junian/videos2csv

Last synced: about 1 year ago
JSON representation

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 |