Moviefilein reference to filename?

is there a way to reference MovieFileIn filename ?
would have expected to find it in the chopinfo
use case: to autosave referenced to input file

moviefilein1.par.file.evalFile()

thankyou fro the hint - but it came back with
NameError: name ‘moviefilein1’ is not defined
but got me in the correct direction

a = op('moviefilein1').par.file.evalFile()
print(a.ext)
print(a.baseName)
print(a.exists)

Was just an example name! Use the path to your operator.