Created
September 13, 2012 03:13
-
-
Save monsieuroeuf/3711607 to your computer and use it in GitHub Desktop.
Use xmlstarlet to look for text from Final Cut Pro 7.0 XML, sorting by start time.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xml sel -t -m '//generatoritem[effect/effectid="Text"]' -s A:N:U start -m 'effect/parameter[name="Text"]' -v value -n FILENAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment