Quantcast
Channel: How to set the "Media created" date on an MPEG-4 file - Stack Overflow
Browsing all 5 articles
Browse latest View live

Answer by LostLogic for How to set the "Media created" date on an MPEG-4 file

Here is a PowerShell script I wrote to tackle this in batches with the use of the exiftool.It will write out all the exiftool commands into a CMD file. The exiftool.exe needs to be in the same location...

View Article



Answer by Salman A for How to set the "Media created" date on an MPEG-4 file

I have had success with exiftool. Here are the commands to list all tags in a media file and update selected tags (batch processing of files is also possible):C:\>exiftool.exe -short -groupNames...

View Article

Answer by Lucian Wischik for How to set the "Media created" date on an MPEG-4...

I solved this by writing reading/writing the MP4 file format directly. Here's the code in VB:Sub Main()' Retrieve creation-time and modification-time, embedded inside the metadata of MP4 files Dim ft =...

View Article

Answer by Edward Brey for How to set the "Media created" date on an MPEG-4 file

Use the Windows Property System. See the Property Edit Sample to get started. Set these properties:System.DateImportedSystem.Media.DateEncodedSystem.ItemDate

View Article

How to set the "Media created" date on an MPEG-4 file

I have many MPEG-4 files transcoded from various digital camera formats for which the file system modified date is correct. I'd like to set the "Media Created" tag to match. This can be done manually...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images