Git Product home page Git Product logo

nvr-video-downloader's Introduction

Dahua nvr video downloader

in investigating/development

Shell example for download video file form Dahua NVR

wget --user admin --password $NVR_PASSWORD -O video.dav 'http://192.168.30.4/cgi-bin/loadfile.cgi?action=startLoad&channel=2&startTime=2018-11-05%2006:00:00&endTime=2018-11-05%2010:00:07'

Shell examples Dahua dav video convertation to mp4

ffmpeg -v quiet -stats -err_detect ignore_err -f hevc -y -i /cloud/sample-2-wget.dav -ss 20 -c:v h264 video_fixed.mp4

time ffmpeg -v quiet -f h264 -i 6.dav -c:v copy -c:a copy output-file.mp4

time ffmpeg -v quiet -stats -f h264 -i video.dav -c:v hevc -filter:v "setpts=0.25*PTS" -r 16 ipc-2.mp4

time ffmpeg -hwaccel cuvid -v quiet -f h264 -i video.dav -c:v hevc_nvenc -filter:v "setpts=0.25*PTS" -r 16 -stats ipc-2.mp4

ffmpeg -v quiet -stats -err_detect ignore_err -f hevc -y -i /cloud/sample-2-wget.dav -r 16  -c:v h264 video_fixed.mp4

time ffmpeg -v quiet -stats -hwaccel cuvid -f hevc -i video.dav -c:v copy -c:a copy output-file.mp4

ffprobe -v quiet -print_format json -show_entries stream=width -f h264 -i video.dav | grep -q '"width": 0' && echo hevc || echo h264

nvr-video-downloader's People

Contributors

452 avatar

Stargazers

Adit P avatar Brian Dittmer avatar Кирилл avatar agung susanto avatar  avatar  avatar

Watchers

James Cloos avatar  avatar

Forkers

esiexata siagung

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.