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
- Host: GitHub
- URL: https://github.com/philips/dav-file-converter
- Owner: philips
- License: apache-2.0
- Created: 2016-08-14T15:50:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-14T15:56:32.000Z (almost 10 years ago)
- Last Synced: 2025-03-27T17:26:44.959Z (over 1 year ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```