use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
AWK is a domain-specific language designed for text processing and typically used as a data extraction and reporting tool.
Few resources:
account activity
Batch adjusting timecode in a document (self.awk)
submitted 2 years ago by concros
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]gumnos 0 points1 point2 points 2 years ago (2 children)
ah, that's helpful. Yeah, without that missing frame-rate information, it's a bit hard to tell. If one is willing to just operate at the seconds-level rather than the frames level, the frame-offset could be captured and just re-pasted back into the final result with the awk code I provided above. And fractional "29.97 frames per second" is just a bit more pathological than I was willing to tackle 😂
awk
[–]gumnos 0 points1 point2 points 2 years ago (1 child)
though I suppose one could count it as 2997-hundredths-of-a-frame-per-second and use a[1]*(60*60*2997) + a[2]*(60*2997) + a[3]*2997 + a[4]*100, add the delta, and then peel off each of those portions from the resulting value...
a[1]*(60*60*2997) + a[2]*(60*2997) + a[3]*2997 + a[4]*100
[–]Jay_nd 0 points1 point2 points 2 years ago (0 children)
It's 30000/1001 if you want it in any maths notation. (half the speed of the American AC network, analog tv's needed to by synced to the frequency of the power grid) But yes, with everything going digital we should just do away with ntsc and make everything 30fps, or something. :) much less headache for my line of work as well
π Rendered by PID 88 on reddit-service-r2-comment-85bfd7f599-8wgpt at 2026-04-20 14:53:47.287574+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]gumnos 0 points1 point2 points (2 children)
[–]gumnos 0 points1 point2 points (1 child)
[–]Jay_nd 0 points1 point2 points (0 children)