25
4
I recently bought a Chinese brand DVR (to record security cams). The DVR exports the video files with a ".264" extension. This is my first time ever dealing with this video format.
Anyhow I've been trying to convert the videos to any other format so it will be easier to watch the videos.
The problem is that I could only find one program that can convert and play those files which is Elecard studio something, and even that Elecard studio thing is having trouble with these files, some of them are just making it crash so I can't convert them.
I've tried to find some other programs but I couldn't find anything that can actually play those files.
How can I play or convert these files to another format?
2
This: https://askubuntu.com/a/861505/99408 worked for me
– Hieu – 2016-12-17T01:01:02.923Typically H.264 encoded video is stored in a container such as mp4. If you have necessary development skills you could investigate using the mp4v2 library from http://code.google.com/p/mp4v2/ to insert the encoded video into an mp4 container. Once contained in mp4, VLC might even be able to play it.
– None – 2011-03-22T14:03:05.7031
What does the
– Joachim Sauer – 2011-03-24T08:18:31.117file
command say about the file? It should be installed on all modern Linux and there's a version for Windows as well.Have you tried ripbot 264? http://www.videohelp.com/tools/RipBot264
– Lord Loh. – 2012-10-23T03:48:40.127