suite22 / cinemetrics

Documenting and expanding Cinemetrics
5 stars 1 forks source link

fps = float( movie.attrib["fps"] ) KeyError: 'fps' #11

Closed suite22 closed 8 years ago

suite22 commented 8 years ago

File "05_1_trim-audio.py", line 15, in main fps = float( movie.attrib["fps"] ) KeyError: 'fps'

suite22 commented 8 years ago

Hopefully adding this 89f0cb3ddc69b48d2edf5f9bf7420841b2d99e9f back into the initial python file will include fps in the XML. For now, I just added it manually.