Harmonzing of audio file in and movie file in

I’ve been working with a lot of sequencing of audio and video. One annoying hurdle is that the audiofile and moviefile ops aren’t exactly harmonized in their parameters and python attributes. The biggest one for me right now is that movieins have trim parameters named tstart and tend whereas audiofiles have trimstart and trimend names… annoying when trying to use a wrapper to export to those parameters generically.

As well there are many useful python functions for things like numSeconds that you can’t get from the audiofileinCHOP.

I realize changing parameter names is a backwards compatible issue, but it does seem like a glaring mishap right now between those two ops…

Thanks!
P

why not use audiomovieCHOP, it will follow you moviefinlinTOP

(though you’re right about harmonizing python :stuck_out_tongue:)