- Recommend DAV to MP4 Converter, Please
- ermac
- tigerwillow1
- ermac
- SkyLake
- tigerwillow1
- SkyLake
- Dave McKeen
- tigerwillow1
- puppyfrog
- pcunite
- puppyfrog
- puppyfrog
- Saved searches
- Use saved searches to filter your results more quickly
- ngbala6/Dav_to_MP4
- Name already in use
- Sign In Required
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- Readme.md
- About
Recommend DAV to MP4 Converter, Please
I’m sure it’s here in multiple places, but a search in the forum isn’t working for me. I have a Starlight SD49225T-HN and love it, but would like to convert some DAV files to MP4. Dahua’s ToolBox has proven impossible for me to access. What’s with signing in, anyway? All of my attempts fail.
When I do a Web search for the converter I’m kind of leery of the results. Would appreciate a recommendation or two of converters that have worked well for members.
ermac
Getting the hang of it
Hi Dave, you can use Dahua’s SmartPSS software to export your recorded DAV video format files to whichever format you prefer; AVI, MP4 etc. Here is how you do it. https://dahuawiki.com/SmartPSS/Backup
tigerwillow1
Known around here
I would also like to have this information. Having to sign into an account to use the toolbox is a bunch of crap. I’ve tried exporting mp4 from smartPss a few times, and the windows 7 player won’t play it.
ermac
Getting the hang of it
I would also like to have this information. Having to sign into an account to use the toolbox is a bunch of crap. I’ve tried exporting mp4 from smartPss a few times, and the windows 7 player won’t play it.
What version of Windows Media Player are you using? Windows Media Player 11 and early versions do not support MP4 by default unless you install the CODECS, you can download and install the CODECS here: Windows | Official Site for Microsoft Windows 10 Home & Pro OS, laptops, PCs, tablets & more
Windows Media Player 12 supports MP4 by default.
SkyLake
Getting comfortable
Or you could install the VLC player.
tigerwillow1
Known around here
What version of Windows Media Player are you using? Windows Media Player 11 and early versions do not support MP4 by default unless you install the CODECS, you can download and install the CODECS here: Windows | Official Site for Microsoft Windows 10 Home & Pro OS, laptops, PCs, tablets & more
Windows Media Player 12 supports MP4 by default.
Good info but didn’t work for me. I’ve got media player 12, and it plays other mp4s that I have. With an older version smartPss mp4, the media player says it doesn’t understand the format and maybe I need a codec. With an mp4 from my current version 2.01.0 of smartPss, the video player just displays its big musical note while advancing through the timeline. Maybe I need an even newer smartPss? I couldn’t find anyplace where the media player will display its version. I had to go to the exe file properties to find it.
SkyLake
Getting comfortable
Try Smart PSS version 2.02.0
Dave McKeen
Young grasshopper
And thanks to SkyLake for the link to the latest SmartPSS download!
tigerwillow1
Known around here
I get the same musical note display in media player with Smart PSS version 2.02.0 mp4 and avi. At least I’m on the latest smartPss now, so not totally wasted time.
puppyfrog
Young grasshopper
Hey guys, I started a thread over here (DAV converter command line), but was wondering if any of the previous contributors to this thread know of any command line tools to convert DAVs?
pcunite
Young grasshopper
I have found an easy way to do this, that also preserves the audio. Download the newest version of FFmpeg. Then run one of these commands. Couldn’t be simpler.
DAV to MP4:
ffmpeg -y -i video.dav -vcodec libx264 -crf 24 -movflags +faststart video.mp4
DAV to AVI (quickest method):
ffmpeg -y -i video.dav -vcodec copy -movflags +faststart video.avi
puppyfrog
Young grasshopper
I have found an easy way to do this, that also preserves the audio. Download the newest version of FFmpeg. Then run one of these commands. Couldn’t be simpler.
DAV to MP4:
ffmpeg -y -i video.dav .dav -vcodec libx264 -crf 24 -movflags +faststart video.mp4
DAV to AVI (quickest method):
ffmpeg -y -i video.dav -vcodec copy -movflags +faststart video.avi
puppyfrog
Young grasshopper
ffmpeg -y -i video.dav .dav -vcodec libx264 -crf 24 -movflags +faststart video.mp4
should read
ffmpeg -y -i video.dav -vcodec libx264 -crf 24 -movflags +faststart video.mp4
ffmpeg version 4.1.1-0york1~18.04 Copyright (c) 2000-2019 the FFmpeg developers
built with gcc 7 (Ubuntu 7.3.0-27ubuntu1~18.04)
configuration: —prefix=/usr —extra-version=’0york1~18.04′ —toolchain=hardened —libdir=/usr/lib/x86_64-linux-gnu —incdir=/usr/include/x86_64-linux-gnu —arch=amd64 —enable-gpl —disable-stripping —enable-avresample —disable-filter=resample —enable-avisynth —enable-gnutls —enable-ladspa —enable-libaom —enable-libass —enable-libbluray —enable-libbs2b —enable-libcaca —enable-libcdio —enable-libcodec2 —enable-libflite —enable-libfontconfig —enable-libfreetype —enable-libfribidi —enable-libgme —enable-libgsm —enable-libjack —enable-libmp3lame —enable-libmysofa —enable-libopenjpeg —enable-libopenmpt —enable-libopus —enable-libpulse —enable-librsvg —enable-librubberband —enable-libshine —enable-libsnappy —enable-libsoxr —enable-libspeex —enable-libssh —enable-libtheora —enable-libtwolame —enable-libvidstab —enable-libvorbis —enable-libvpx —enable-libwavpack —enable-libwebp —enable-libx265 —enable-libxml2 —enable-libxvid —enable-libzmq —enable-libzvbi —enable-lv2 —enable-omx —enable-openal —enable-opengl —enable-sdl2 —enable-nonfree —enable-libfdk-aac —enable-libdc1394 —enable-libdrm —enable-libiec61883 —enable-chromaprint —enable-frei0r —enable-libx264 —enable-shared
libavutil 56. 22.100 / 56. 22.100
libavcodec 58. 35.100 / 58. 35.100
libavformat 58. 20.100 / 58. 20.100
libavdevice 58. 5.100 / 58. 5.100
libavfilter 7. 40.101 / 7. 40.101
libavresample 4. 0. 0 / 4. 0. 0
libswscale 5. 3.100 / 5. 3.100
libswresample 3. 3.100 / 3. 3.100
libpostproc 55. 3.100 / 55. 3.100
ffmpeg is updated, but might need to update a dependency.
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
Convert DAV to MP4 format.
ngbala6/Dav_to_MP4
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Readme.md
Most of the CCTV Camera output format as DAV files. Using ffmpeg we can convert Convert DAV format to Mp4 format. The ffmpeg already a «Multiprocessing» one.
Authour : Bala Murugan N G
http://blog.gregzaal.com/how-to-install-ffmpeg-on-windows/
sudo apt-get update sudo apt install ffmpeg ffmpeg -v
- Create «DAVFiles» and «MP4Files» folder and give the Input dir of DAV files , Output dir of Mp4 files and ffmpeg installed folder path in the DavtoMp4-config file.
- Run the «DAV2MP4Convert.py» file. This script is written in Python 3.6 Version. If you have bigger file, surely it takes time.
About
Convert DAV to MP4 format.