Skip to content

Instantly share code, notes, and snippets.

@monsieuroeuf
Created September 13, 2012 03:13
Show Gist options
  • Save monsieuroeuf/3711607 to your computer and use it in GitHub Desktop.
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.
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