I want to change the default_frames_limit in the movie clip editor. I found a script in a addon that does exactlie that:
clip = bpy.context.edit_movieclip
clip.tracking.tracks.data.settings.default_frames_limit = 10
But it just works from within the movie clip editor, not from a text editor script. How could I change this value from a different context?