singron / rektcorder-web

Web interface for rektcorder (Destiny.gg recorder)
GNU Affero General Public License v3.0
2 stars 0 forks source link

Finding out when youtube videos were recorded is hard. #1

Open singron opened 9 years ago

singron commented 9 years ago

I think we have a few options.

  1. Lazy but not great
    1. Have people manually select start times (and pass around links with start times).
    2. Facilitate crowdsourcing of start times (upvotes or something).
    3. Have trusted parties tag videos with start times (i.e. me (uggg)).
  2. Really hard things, but automatic
    1. Correlate youtube videos with Twitch vods offline with audio/computer vision (hard but possible).
    2. Correlate audio transcripts with chat text (really hard).
  3. Impossible
    1. Get destiny to put the recorded at time in the video description
singron commented 9 years ago

2i sounds like fun and seems very feasible. It shouldn't even be that hard of a computer vision/audio problem since the samples should be equal (minus transcodes, resolution, framerate/sampling rate, bitrate).