Search found 3 matches
- April 22nd, 2010, 1:00 pm
- Forum: Script requests
- Topic: Split Video Automatically Based on Criteria
- Replies: 7
- Views: 23873
Re: Split Video Automatically Based on Criteria
Works great. Thanks! Ran into some problems though with my workflow, and it would be better if it didn't split unless there are >50 consecutive black frames. I've modified the code according to how I figured it should look. (I have very little Java knowledge). However, it's still returning an error....
- April 21st, 2010, 1:07 pm
- Forum: Script requests
- Topic: Split Video Automatically Based on Criteria
- Replies: 7
- Views: 23873
Re: Split Video Automatically Based on Criteria
Thanks Lloyd, I've looked at the code, and with my limited background in scripting, I don't know the proper syntax to make this modification. Would it be too much to ask for you to tell me how to adjust the following code in order to trigger a split on black frame? (I figure this is the part of the ...
- April 20th, 2010, 11:23 am
- Forum: Script requests
- Topic: Split Video Automatically Based on Criteria
- Replies: 7
- Views: 23873
Split Video Automatically Based on Criteria
Hey guys, Just wondering if a script exists that would essentially analyze each frame, and split video based on certain criteria. Here are a few examples: - Splitting when the last x frames are identical to the current - Splitting when the screen is entirely made of black pixels (0,0,0) I've looked ...