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

https://github.com/philips/dav-file-converter

scripts to deal with amcrest security camera dav files on an ftp server
https://github.com/philips/dav-file-converter

Last synced: 9 months ago
JSON representation

scripts to deal with amcrest security camera dav files on an ftp server

Awesome Lists containing this project

README

          

# dav-file-converter

scripts to deal with amcrest security camera dav files on an ftp server

## find-ok-files

```
find /directory/of/dav/files > all-files.txt
./find-ok-files < all-files.txt
ffmpeg -safe 0 -f concat -i files-final.txt -vcodec copy -acodec cop ~/Downloads/out.mp4
```