Free online DAV to TS converter
Convert CCTV DAV recordings to MPEG transport stream for editing, streaming, or archiving.
Convert DAV to TS online - free
Your file is processed instantly and never stored on our servers.
Import a file from a URL
Paste a direct link to the file. We download it to our server and it is converted exactly like an upload.
How it works
-
1/3
Upload your .dav file
Click to browse to select your file you want to convert or simply drag & drop your file into selected area.
-
2/3
Perform .dav to .ts conversion
After successful file upload, click to convert when you are ready.
-
3/3
Download converted .ts file
Conversion result is ready to download.
How to convert dav to ts file
- Video
- No ratings yet.
101convert.com assistant bot
13m
CCTV and DVR recordings are often saved as DAV files that ordinary video editors and playback devices cannot open. Converting the recording to MPEG transport stream (TS) makes it easier to process with broadcast tools, stream over networks, or archive alongside other MPEG-based video.
What the DAV format is
DAV is a proprietary surveillance-video container used by DVRs, NVRs, and security-camera systems, especially equipment from Dahua and some related manufacturers. It commonly contains H.264 or H.265 video, camera timestamps, and sometimes audio or proprietary metadata.
You usually encounter DAV files after copying recordings from a recorder, exporting footage from surveillance software, or removing a storage drive from a CCTV system. A normal media player may reject the file even when its underlying video codec is standard, because the container or indexing data requires the manufacturer’s decoder.
What the TS format is
TS, or MPEG transport stream, stores packetized audio and video for reliable transmission. It is used by digital television, IPTV, broadcast workflows, network streaming, and some Blu-ray-related processes.
TS can carry H.264 and H.265 video, so a conversion may only require remuxing rather than re-encoding. Remuxing preserves the encoded picture and avoids generation loss, but it cannot solve a DAV file that is encrypted, damaged, or unsupported by the decoder.
How to convert DAV to TS
Use the built-in online converter
You can convert the file on the 101convert.com website for free without installing software. Select the DAV file, choose TS as the output format, start the conversion, and download the resulting file when processing finishes.
Do not upload recordings containing sensitive locations, identifiable people, or private security footage unless the service’s handling of uploaded files is acceptable for your use. Large DVR files may also take longer to upload than to convert locally.
Try FFmpeg locally
FFmpeg can directly remux a DAV file when it recognizes the container and embedded streams:
ffmpeg -i input.dav -map 0:v:0 -map 0:a? -c copy output.ts
The -c copy option avoids re-encoding. If FFmpeg reports an unknown format, invalid data, or no usable streams, open the recording in the DVR manufacturer’s player first.
Export through the recorder manufacturer’s software
- Open the DAV file in the manufacturer’s desktop player, such as Dahua Smart Player or the equivalent software supplied with the recorder.
- Use the player’s Convert, Export, or Save as function and create an intermediate MP4 or AVI file.
- Convert that exported file to TS with FFmpeg:
ffmpeg -i exported.mp4 -map 0:v:0 -map 0:a? -c copy output.ts
If stream copying fails because the audio codec is not suitable for MPEG-TS, encode compatible H.264 video and AAC audio:
ffmpeg -i exported.mp4 -map 0:v:0 -map 0:a? -c:v libx264 -preset medium -crf 18 -c:a aac -b:a 128k -f mpegts output.ts
Quality and compatibility limitations
Remuxing with -c copy keeps the original resolution, frame rate, bitrate, and compression quality. Transcoding changes the video and can remove recorder-specific metadata, overlays, authentication data, or event indexes.
Some DAV recordings are encrypted or rely on proprietary timestamp and audio handling. In those cases, only the recorder’s software may be able to decode them; changing the filename extension to .ts does not convert the file.
Check the output with ffprobe output.ts or a TS-capable player. If the file has video but no audio, the source may contain an unsupported audio codec or no audio stream at all. Preserve the original DAV file because conversion can discard evidence metadata and may alter the timing information used by surveillance software.
Note: This dav to ts conversion record is incomplete, must be verified, and may contain inaccuracies. Please vote below whether you found this information helpful or not.
Frequently asked questions
Is the DAV to TS converter free?
Yes, converting DAV to TS on 101convert.com is completely free. No registration, email address or installation is required. If you need a higher file size limit or want to convert more files at once, see our plans.
How large can my DAV file be?
You can upload DAV files up to 2000 MB and convert up to 1 files at once in a single batch.
What happens to my uploaded files?
Files are processed automatically and deleted from our servers within a few minutes after conversion. We never view or share your files.
Do I need to install any software to convert DAV to TS?
No. The DAV to TS conversion runs entirely online in your browser and works on Windows, Mac, Linux, Android and iPhone.
Did the conversion fail?
In most cases, the cause is an incorrect file format. Please upload a valid DAV file for this DAV to TS conversion. Occasionally, the issue may be on our side. We analyze recurring conversion failures and disable or fix the converter if we detect a defect.
Additional formats for
dav file conversion
Convert to ts from
other formats
- mpeg to ts
- mpg to ts
- mp4 to ts
- 3gp to ts
- m4v to ts
- m2v to ts
- mov to ts
- flv to ts
- mkv to ts
- trp to ts
- 264 to ts
- 3g2 to ts
- asf to ts
- avc to ts
- avi to ts
- bik to ts
- bnk to ts
- divx to ts
- dv to ts
- dvr-ms to ts
- f4v to ts
- h263 to ts
- h264 to ts
- ifv to ts
- ismv to ts
- kux to ts
- m2t to ts
- m2ts to ts
- mk3d to ts
- mts to ts
- ogv to ts
- qt to ts
- rm to ts
- rmvb to ts
- trec to ts
- usm to ts
- viv to ts
- vob to ts
- webm to ts
- wmv to ts
- wtv to ts