-
Notifications
You must be signed in to change notification settings - Fork 262
Description
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.xmlwith 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.xmldoesn'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!