There is report of ttx conversion script. This script was executed from root folder in Google Font Directory repo clone:
find . -name "*.ttf" -exec ttx -s -o {}.ttx {} \;
find . -name "*.otf" -exec ttx -s -o {}.ttx {} \;
I think it need to be reviewed because sometimes script wasn't successful
https://gist.github.com/davelab6/1fbfbc3a8c0ff9404d99