python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Extract GPS meta data of a video using C#
I have tried following libraries in c# (.net core)
Media Info
Metadata Extractor
Tag Lib
Media Tool Kit
I wasn't able to retrieve GPS metadata from any of these libraries of a video.
But for an imag...
Rasitha Ariyarathna
Votes: 0
Answers: 0
Problem obtaining Orientation using MetadataExtractor GetDescription
Objective
I want to "correct" the orientation of an image. My plan is to extract the orientation from the Exif data stored with the image and use that to inform a re-orientation of the imag...
Mashed Spud
Votes: 0
Answers: 2
Getting original date time from EXIF
I'm trying to get the date of creation of a picture with this code :
private void GetEXIFDate()
{
var directories = ImageMetadataReader.ReadMetadata(@"\\s2.rpn.ch\home\CPLN\El...
Sekioz detous
Votes: 0
Answers: 1
MetadataExtractor File format could not be determined
I'm using metadataExtractor (v.2.7.1) in .Net Core (3.0.1) to get the date of the photos.
var file = Request.Form.Files[0];
try
{
IEnumerable<MetadataExtractor.Directory> directories...
Philiz
Votes: 0
Answers: 1