Questions tagged [dav-file]

A .dav file is a modified MPEG file generated by some types of DVRs and CCTV systems. Use this tag for questions about decoding, encoding or processing .dav files.

6 questions
3
votes
0 answers

I need sample dav file for testing purpose

Please can anyone share me some dav file . I need this files for testing one of my software .I searching over the internet for the last 5 hours and can't get one . Any help will be greatly appreciated. Thank you
1
vote
1 answer

What is the file format of .dav file / How to read a .dav file in java

I have a .dav file from a security camera (CP Plus). DAV files are created by a DVR365 digital video recorder, and are used for recording video captured by CCTV cameras. These files incorporate modified MPEG compression and are saved in an encrypted…
Soumya
  • 1,625
  • 4
  • 28
  • 39
0
votes
0 answers

need to loop and convert the files

My script should work as follows: Check whether or not there are DAV files in the folder, if there are NO elements for a 1 minute loop until the next check, and if there are any DAV files, it should trigger DAV to JPEG conversion and move JPEGs to…
AUDICOM
  • 3
  • 3
0
votes
0 answers

DAV extension file length

I have written my own .DAV file player in C# for individual use. There is too much code to attach if I would have to explain what it exactly is. How can I get the .DAV file length in time to my player? There is no meta-data like time-length for dav…
SupremeDEV
  • 364
  • 1
  • 14
-1
votes
1 answer

how to convert multiple .dav files in a directory to .mp4

I have a bunch of .dav files in a directory, need to convert all the files in the directory to .mp4 format. I'm on Linux btw, so looking for a commandline option preferably
pgp
  • 1
  • 3
-1
votes
1 answer

Failed to convert DAV files to AVI using FFMPEG

I need to convert DAV files (files generated from security camera recorders) to AVI. I have a script that works, but it does not convert multiple files, and the files are not corrupted. I use the following code: for %% A IN (* .dav) DO ffmpeg -i "%%…
AUDICOM
  • 3
  • 3