-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XML Compatibility and Combining CL Args? #118
Comments
Hi!
Bonus: see the answer here: antiboredom/camera-motion-detector#2 |
Thank you so much! Appreciate your time but also the instruction, really helps to learn.
This is a thing so I guess it’s pretty known — Bummer! 2 & 3. Good to know! Inspired by a bunch of times I thought both fragment + sentence outputs were better paired together. Bonus: Ok, this was helpful -- going to try it now on some patterns! Makes sense on that (appreciate you answering there) but, to keep it in its respective repos – how then would it differ in, say, pattern_matcher.py when using videogrep directly? I assume you don't need to
Appreciate it! |
Interesting! Maybe I can add an option for the newer format... For videogrep.videogrep(
videos, searches, search_type="fragment", output="pattern_matcher.mp4", random_order=True
) |
note to self: for making finalcut pro work, take a look at: |
As a FCP editor, I was very pleased to see videogrep's xml compatibility as mentioned. However, I have never been able to import any of its generated files.
I cannot use the generated xml files from
--output xyz.xml
with FCP X 10.6.5, they are simply grayed out when trying to import them. Are they compatible or am I missing something?How do I, if possible, generate the .xml alongside, say, a .mp4? Trying
--output xyz.mp4, --output xyz.xml
doesn't work.Not exactly related to the above but might as well ask alongside – can I use multiple search types in one command? If I wanted to combine both fragment and sentence based commands in one. Though I might out them put them in the order I want like this but doesn't seem to produce that:
videogrep --input xyz.mp4 --search 'x box' --search-type fragment --search 'x box' --search-type sentence --randomize --output xyznew.mp4
Bonus Q: How does one use 'randomize' when using videogrep as a module? Trying to add it to scripts like 'only_silence.py' etc
Thanks!
The text was updated successfully, but these errors were encountered: