[HELP] Keep "Date created" when encoding single file - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [HELP] Keep "Date created" when encoding single file (/thread-534.html) |
Keep "Date created" when encoding single file - ThoStaKa - 27.07.2018 Hi. I have several hundreds of videos that were filmed with Samsung HMX-H104 some years ago. The problem with the video files is that the PAR value seems to be set incorrectly so that all the videos are squished to something likeĀ 2:1. I have had great success with setting the output PAR to square pixel with MP4Box bat-file with the following code (drag-drop .bat file)' @ECHO OFF I am looking for explanation on how to achieve this in Hybrid AND ALSO keep "Date created" equal to the input file. Do you have any recommendations on how I might solve this? Regards Thomas RE: Keep "Date created" when encoding single file - Selur - 27.07.2018 Hybrid will always create a new file and not overwrite the existing one. Changing the PAR would be easy, but Hybrid does not support any way to change the creation date (keep it from the input). As a side note: https://forum.videohelp.com/threads/373362-Change-Time-Stamp-on-mp4-vide might be interesting to you. Cu Selur RE: Keep "Date created" when encoding single file - ThoStaKa - 28.07.2018 (27.07.2018, 23:26)Selur Wrote: Hybrid will always create a new file and not overwrite the existing one. Thanks for your linkĀ . It looks like MP4box or Hybrid is unable to do what I am looking for. I ended up writing a script for PowerShell that uses the original file times and writes these to the edited files. It's a tedious process, but hopefully I will never have to do this again. |