I am writing a small VB.NET program to get the "recording" date (= the date the video actually was recorded and saved by the video camera) out of a video file (mp4 or mpg). This seems to be possible with the Mediainfo program (https://mediaarea.net/en/MediaInfo/Download/Windows): when starting this standalone program, it shows me the 'encoded' and 'tagged' dates. But I cannot find these properties when using the Mediainfo wrapper for .NET (see http://www.teejeetech.in/2013/01/mediainfo-wrapper-for-net-projects.html?showComment=1...01196398183446).
Can somebody help me with this ?
+ Reply to Thread
Results 1 to 2 of 2
-
-
What I did was, do an external call to MediaInfoCLI and output the information to a textbox and read/search there. Be aware that Windows will continue on after it starts the CMD file MediainfoCLI so you have to check when it is finished befoe reading the data or Windows will try to check an , as yet, non-existant output.
Pseudo CMD Window below (Input over Output)
Last edited by Budman1; 10th Oct 2017 at 00:36.
Similar Threads
-
I need help with MediaInfo Please?
By Nitobert in forum Newbie / General discussionsReplies: 6Last Post: 17th Sep 2017, 02:26 -
ffmpeg how to copy all streams to another wrapper
By jack616 in forum Video ConversionReplies: 4Last Post: 15th Nov 2016, 14:32 -
MediaInfo 7.8
By Ex Machinas in forum Video ConversionReplies: 2Last Post: 4th Dec 2015, 12:48 -
How to change wrapper and audio?
By MKV in forum Blu-ray RippingReplies: 2Last Post: 30th Jul 2015, 13:06 -
daum.net potplayer vs dvbsupport.net potplayer
By Binyul in forum Software PlayingReplies: 1Last Post: 12th May 2014, 09:45