Goal: To smooth a manual motion tracking
steps:
- Export an XML in final cut pro -> helmet5.fcpxml
- process it with the Python code -> xmlToArray.py
- Import the new XML in FCPX
two interesting links that were really useful:
http://scipy-cookbook.readthedocs.io/items/SavitzkyGolay.html https://docs.python.org/3.4/library/xml.etree.elementtree.html