Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > General > Newbies
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 17th July 2020, 08:17   #1  |  Link
mike23
Registered User
 
Join Date: May 2003
Posts: 107
How to change the internal Encoded Date + Tagged Date of a MP4 video file?

Is there a way to change the internally stored Encoded date and the Tagged date in a MP4 video file without re-encoding?
mike23 is offline   Reply With Quote
Old 21st July 2020, 15:31   #2  |  Link
butterw2
Registered User
 
Join Date: Jun 2020
Posts: 303
where (/how) did you find such a date ?
butterw2 is offline   Reply With Quote
Old 30th July 2020, 12:01   #3  |  Link
FranceBB
Broadcast Encoder
 
FranceBB's Avatar
 
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 2,905
I don't usually reply in the Newbies forum, but since nobody is replying and I have nothing to do during my lunch break at work, here I am...
Do you actually want to modify it or just get rid of it?
'cause a simple remux with let's say MP4Box will get rid of it.
Otherwise, if you wanna change it, you can use ffmpeg to change it to a specific time by remuxing it, like:

Code:
ffmpeg.exe -i "input.mp4" -c:a copy -c:v copy -metadata creation_time="2020-07-30 12:59:20" -f mp4 "output.mp4"

Cheers,
Frank
FranceBB is offline   Reply With Quote
Old 21st August 2020, 04:46   #4  |  Link
butterw2
Registered User
 
Join Date: Jun 2020
Posts: 303
by default, remuxing with ffmpeg also removes this metadata (written by handbrake for instance).

ffmpeg -i input.mp4 -c copy output.mp4


-f fmt (input/output)
Force input or output file format. The format is normally auto detected for input files and guessed from the file extension for output files, so this option is not needed in most cases.
butterw2 is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 21:22.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.