Hi all, I have an issue in that my tv sorts the videos on my NAS drive by date encoded which means everything is jumbled up at the moment. I had a fix for this on my old drive by editing the xml file but this solution (for the moment) is not possible on my new drive. Which leaves me with the only option to have things sorted alphabetically is to give it all the same encoded date (this seems much harder to do than to change say the date modified or date created). Due to the amount of video files I have it would have to be a quick process, this is also due to the fact that when I add a new video to the list, this will again be in the wrong place unless I then change the date on everything again! Does such a program exist that either lets you mass edit encoded date, or better still does such a program exist where you can just type in an encoded date?
+ Reply to Thread
Results 1 to 2 of 2
-
-
Have you tried ffmpeg? If you get it running can you batch all pretty easy.
Code:"c:\ffmpeg\ffmpeg" -y -i "c:\videos\video.mkv" -c copy -map 0 -metadata creation_time="2013-05-06 21:41:00" "c:\videos\newvideo.mkv"
Similar Threads
-
Tool to batch rename video files based on "encoded date"
By O0O0 in forum ComputerReplies: 49Last Post: 10th Jan 2020, 04:39 -
Please Help! Date and Time issues mp4 Encoded vs Created
By milkieed in forum Newbie / General discussionsReplies: 38Last Post: 7th Nov 2018, 17:18 -
Create Encoded Date flag from filename?
By Pumbaa in forum Newbie / General discussionsReplies: 12Last Post: 24th Oct 2015, 09:50 -
Encoded/Tagged date & Title fields in MP4 video file (VirtualDub + MP4Box)
By spinik in forum Video ConversionReplies: 11Last Post: 26th Nov 2013, 16:11 -
How to edit MKV Tags? Is there any MKV Tag Editor available?
By Bonie81 in forum Video ConversionReplies: 1Last Post: 6th Nov 2011, 11:20