Brandon Castellano

Results 192 comments of Brandon Castellano

I still think there's value in saying "give me the first X scenes" or "give me the last X scenes", or a combination thereof. I just want to make sure...

Yes sorry @tonycpsu, I initially misunderstood your original post. Just wanted to make sure I fully understood the idea, looks good to me though. Only other comment I have is...

I'm not a huge fan of using capitalization to distinguish single-letter arguments, but if anyone feels strongly otherwise feel free to voice your opinion here. As @tonycpsu submitted the PR...

This should work correctly now for image sequences as of v0.6, but URLs still need to be tackled.

Unfortunately I don't have any OSX machines to test/develop on, so I'll need some assistance with debugging this one. Are you able to run `scenedetect` if you install the package...

I noticed you used the command `pyinstaller scenedetect.py` in your last comment, you need to make sure to use the .spec file for the app to work correctly. I don't...

@9SL9 All you need to do is run `pyinstaller dist/scenedetect.spec` from the root of the project source, so it looks like you did the right thing. What do you see...

@RaymondWang987 if you also add `save-images -m 0` to your command, do the images also contain the wrong frame? This can sometimes happen if input videos have a corrupted frame...

This was supposed to have been fixed in #159, so if you can share any videos exhibiting this issue, that would be very helpful. Also, if you can try the...