Skip to content

Latest commit

 

History

History
65 lines (36 loc) · 3.34 KB

help.md

File metadata and controls

65 lines (36 loc) · 3.34 KB
layout
no-header

Help Videos

Contact

Visit https://rynop.com/contact

FAQ

What is this?

An app aiming to protect video interviews while empowering viewers to authenticate said video.

Editing video is normal and typically honest. However nefarious editors may modify videos in post-production (editing/clipping/re-ordering) to push an agenda or change a narrative.

The quickest way to understand the problem being solved AND how it works is to read this blog or watch the Overview video. In short:

  1. Right before being interviewed, you enter a number to seed a PRNG
  2. A sequence starts playing. Get the app in frame while being interviewed. A sequence of PRNG data points as well as a timer are displayed. Timer shows viewers what was edited in post-production. Data points authenticate the sequence shown in the interview.
  3. Once you stop the sequence, a QR code is generated that can be shared AFTER airing.
  4. QR code is scanned in the ClipGuard app by viewers. They can reproduce the sequence at any second in the timeline to authenticate the video.

How does it work?

An interviewee places a phone in frame, with the ClipGuard app running. The app displays:

  • A timer that counts up (every 1s). This exposes editing and re-ordering.
  • A bar chart with data points (at said interval) created by a Pseudorandom number generator (PRNG). These data points make it harder for post-production replication of app AND give authentication to the sequence after the video airs.

Once you hit the Stop button, a QR code will be generated (but not shown). Share it someplace safe (like your email).

After airing, interviewee shares a QR code. This QR code can be scanned in the ClipGuard app (by viewers of the interview) to reproduce exactly the same sequence, at the same time, as when the interview occurred.

Who does this help?

Admittedly this app is only useful for a handful of people. I wanted to tackle an unsolved problem for my 1st app. Thought this was a nerdy yet novel solution

The idea was inspired by Elon Musk's 60 minute interview. He's one person I could see this helping.

This may also be useful for legal depositions. Proteting both the prosicution and defense - authenticating the un-altered recording.

Is this foolproof?

Nope. But re-producing will take some work and time. This is a deterrent, not a bullet proof method. However, I think it solves the problem. Disagree? Ideas to make it better? Open an issue or holler at me (@RynoP).

Chart colors

I tried to use colors on the chart that are color blind friendly. I wanted to display 6 bars (last 60s) but things got too cramped, especially on small phones.

How long can I let the sequence run?

In short, forever. No video is recorded, hence no space is used on your device.

Ideas/Bugs?

Open an issue

Credits

See credits