Live data from Hacker News

Viewing profile — Breakthrough

Breakthrough

HN member
Joined
Fri, Aug 10, 2012, 8:54 PM UTC
HN karma
1,146
Public activity
213 items

About Breakthrough

Hello there! My name is Breakthrough, currently working at General Motors, focused on safety-critical embedded C++ development (B.E.Sc Electrical Engineering). You can check out some of my open source projects on Github at https://www.github.com/Breakthrough, or check out my website at http://www.bcastell.com for more information (or how to contact me). Thanks!

Recent public activity

  1. comment
    Comment #45896104

    If you're willing, could you try using AdaptiveDetector? It should have better defaults for handling fast camera movements a bit better. The threshold values themselves can be tune…

  2. comment
    Comment #45894902

    Awesome to see this! I actually wrote PySceneDetect, was great to see it getting some use here. Would you be willing to share what parameters you were using? I'm curious why the ac…

  3. story
    Show HN: Video Motion Scanner App in Python (My First UI)

    https://www.dvr-scan.com/ A tool I wrote a few years ago that extracts motion clips from videos, completely free and open source. I released this as a CLI-only program a few years …

  4. comment
    Comment #32730229

    Are there keyboard controls? Someone I was just playing with seemed to always lock on each "note" or "half note" exactly, wasn't sure how they were doing that.

  5. comment
  6. comment
    Comment #20857047

    Thanks for giving PySceneDetect a try. Can you share what you're using as the command line arguments? For detecting fades-to-black, you want to make sure that you're using the dete…

  7. comment
    Comment #20855527

    This is still relevant I think :) What you mentioned is very similar to an edit decision list (EDL [1]), of which I only learned recently. I had a feature request [2] to support ED…

  8. comment
    Comment #20854130

    Author of PySceneDetect here: Thank you all for the thought-provoking discussions, and the attention you've given my side project. There are some specific cases where PySceneDetect…

  9. comment
    Comment #20854105

    Funny you should mention that - initially home videos were what I was doing this with, as I was unable to find any existing programs that could handle them reliably (or had various…

  10. comment
    Comment #20854068

    Great idea, will give that a shot - thanks for the suggestion! :)

  11. comment
    Comment #20853247

    This is indeed correct, I'm just using HSV instead of YUV, but the primary source of information is the luma/brightness component (although currently all 3 of the HSV components ar…

  12. comment
    Comment #20853129

    Author of the program here. You are correct, the program detects shots rather than scenes, but I didn't want to give the impression that this project was related to the existing Sh…

  13. comment
    Comment #20853123

    Hi Hamuko; Would you be able to share a small sub-set of the episode, in particular the area where you're unable to detect the starting segment? (If not, no worries!) There's a few…

  14. comment
    Comment #20853054

    Author of PySceneDetect here. The current implementation does exactly what you hint at, except instead of YUV, it considers deltas in the HSV domain (specifically differences in hu…

  15. comment
    Comment #20853029

    This is definitely a good idea, and something that I'm most open to considering for a future release of PySceneDetect. Admittedly the current version does not handle single-frame "…

  16. comment
    Comment #20853019

    Currently, flashes and other single-frame events are not dealt with gracefully by PySceneDetect, although there is an open feature request for that: https://github.com/Breakthrough…

  17. comment
    Comment #20853006

    I've seen a proof of concept which combined the output of PySceneDetect with subtitle information and computer vision to allow you to do something like "go to the scene with the bi…

  18. comment
    Comment #20852991

    Author of the program here. This is definitely something that is worth while considering, although I'm not too sure if a correlation always exists between the audio and picture pat…

  19. comment
    Comment #20852976

    Author of the program here. Yes, the program detects shots rather than scenes, but I didn't want to give the impression that this project was related to the existing ShotDetect pro…

  20. comment
    Comment #20852966

    Surprisingly, this uses a fairly simple heuristic to accomplish just that (HSV deltas). I'm the author of the program, and it actually works pretty well with Pulp Fiction as a whol…

  21. comment
    Comment #20852956

    Hi genp; Just curious, what didn't you like about the output quality? What version of PySceneDetect were you using? The latest version (v0.5.x) uses ffmpeg instead of mkvmerge for …

  22. comment
    Comment #20852937

    Author of PySceneDetect here. Sorry about that, this is one thing I never figured out how to fix with the generated documentation yet. Now that you mention it, I might ask the Read…

  23. comment
    Comment #15646255

    That's an interesting point, although you have to remember airplane mode turns off all radios on the device, not only the Wi-Fi. They probably use it as a "fool-proof" method to pr…

  24. comment
    Comment #15645922

    No, only when they come out with fly-by-wireless planes. (also, when I first wrote this, I was half-kidding until I read https://en.wikipedia.org/wiki/Fly-by-wire#Fly-by-wireless )…

  25. comment
    Comment #15342026

    It would be cool if you could generalize this for anything (e.g. ls ls -al). That being said, I wonder if there's any actual command-line utilities that actually use a similar synt…