Skip to main content

Questions tagged [timestamp]

The time at which an event is recorded by a computer.

71 questions with no upvoted or accepted answers
4 votes
0 answers
2k views

Time of extracted frame from video using FFMPEG

I'm using the command ffmpeg -i video.webm -vf fps=1 thumb%04d.jpg to get one frame every second. However, I cannot figure out way to get the exact timestamp of an extracted frame. I need that ...
user929951's user avatar
4 votes
2 answers
782 views

Is there a tool that can let me visualise timestamps by day/week/month?

On our website we record thousands of events in tables each with a unique timestamp. Is there a tool that can plot for me the number of timestamps that fall within a day, week, or month, on a graph a-...
chrism2671's user avatar
  • 1,599
3 votes
0 answers
1k views

Embed timestamp in video file using ffmpeg

I'm trying to record a video from the webcam using ffmpeg, while saving the exact timestamp in the video format so that I can later match it with other recorded videos: ffmpeg -f v4l2 -ts abs -...
Nathaniel Bubis's user avatar
3 votes
0 answers
576 views

How to copy Skype text with timestamp and names in MacOS

When I select and copy some text from Skype chat, it does not include timestamp and name if I take only one message from one user. If it is two or more messages, timestamps and names are there. For ...
GraveD's user avatar
  • 31
3 votes
0 answers
283 views

Retaining creation date with unison

Is there a way to retain creation dates using unison? I can preserve the modification times, but I also need creation dates. Edit: OS in use are BusyBox (EXT4) and OS X (Extended Journal)
Imran's user avatar
  • 425
3 votes
2 answers
674 views

How can I tell how long a particular file has been in a directory?

I want to find (and delete) all files from a directory that have been in the directory longer than X days. I know that I can find files that haven't been modified in an hour with find /directory/* -...
Jakub's user avatar
  • 31
2 votes
1 answer
1k views

How to include the milliseconds in Outlook “received” time? (hh:mm:ss)

What is the formula to see milliseconds. Previous post shows how to add seconds but need more detail. Here is the formula from other post - Format([Received],"ddd yyyy-mm-dd hh:mm:ss")
Michael Guerra's user avatar
2 votes
0 answers
3k views

Video file with timestamps starting at gt zero with ffmpeg

The problem: Among multiple subtitle files find the one that matches the specific video file based on just a short transcoded fragment of it, which has smaller frame size and different codecs. Using ...
BartoNaz's user avatar
  • 153
2 votes
0 answers
461 views

Finding files by time of day

Is it possible to search for files (in Windows) by a specific time of day (or range of times) irrespective of the date? For example, I have a folder full of screenshots and I need to select the ones ...
Synetech's user avatar
  • 69k
2 votes
0 answers
2k views

How to use the input stream timestamp, as the output stream timestamp?

I use this command to convert: ffmpeg -copyts -i test.flv -vcodec libx264 -acodec libfaac -f flv test-out.flv but the timestamp in the output file is different from original file. the starting ...
young's user avatar
  • 21
2 votes
1 answer
2k views

How to disable modified time-stamp in windows?

Disabling Accessed time-stamp of files/folders in Windows is pretty easy. However, when you save a file, Windows updates its Modified time-stamp, and along with that the Accessed time-stamp also gets ...
GMX - User's user avatar
2 votes
1 answer
1k views

How to find files with invalid timestamps on Windows

I have got a number of files on a NTFS partition that contain bogus 'modified' timestamps (for example 12/03/1804). I have tried to use enter System.DateModified:<01/01/1970 into the Windows ...
StefanF's user avatar
  • 21
1 vote
0 answers
106 views

How to extract subtitle timestamps using ffprobe (not working as expected)?

I am trying to extract subtitle timestamps from a M2TS file using ffprobe. This does not work as expected. The M2TS file is known to contain 1001 subtitles in track 4, but I am getting about 4000 ...
Binarus's user avatar
  • 1,835
1 vote
0 answers
130 views

influxDB v1.8 : InfluxQL : Continous Query in a bash script

I wrote a bash script for inserting the summary of the daily energy database "xxx_d" into the monthly database "xxx_m" - triggered on every 1st day of the month at 02 o'clock by a ...
6a5h4's user avatar
  • 11
1 vote
1 answer
71 views

How to set old modification times between the working directory and its backup recursively?

Let's assume you have two directories, e.g., /long_path_1 and /long_path_2 (potentially with spaces), that you know to be almost equal, e.g., because you previously ran diff -rq --no-dereferences /...
user avatar

15 30 50 per page
1
2 3 4 5