mp4

  1. R

    Android Question Get location data (lat and lng) from .mp4 file

    Managed to do this with the JPEGUtils library from Agraham for .jpg files: Dim arrLatLng(2) As Float 'Exif is the JpegUtils library from AGraham Exif.Initialize(tFP.strFolderName, tFP.strFileName) Exif.getLatLong(arrLatLng) Log(arrLatLng(0) & ", " & arrLatLng(1)) But not...
  2. T201016

    Share My Creation SecutekMedia - .VOB --> .MP4

    An application designed to convert *.VOB and *.media media files to .MP4 using the latest version 8.0 FFmpeg.exe | FFprobe.exe | FFplay.exe - the application version supports (i.e. converts and allows you to combine .MP4 media files with each other). At the moment it only supports the selected...
  3. T201016

    Share My Creation [Source] - FFMPEG - how to open .media/.info files from a security camera?

    Hello everyone, I created from the need of the heart and now I provide for you a project that I hope will encourage others to work creatively in creating your own non -standard file player (.media) The project allows you to convert .media to .mp4: - individually or seriously. In the latter...
Top