W(22), O(14), M(12), E(4), N(13). For each letter in "mtrjm" (12,19,17,9,12):

Alternatively, maybe the user made a typo or is trying to obfuscate the request. The encoded part isn't necessary for the write-up, so perhaps the user wants information about the film and the encoded text is a red herring. Or maybe they want me to decode it first and then write about the film in relation to that decoded message. Let me try decoding again.

m → q +16? Wait, maybe shifting by 14 letters (since 26-12=14). Let me try shifting each letter by 14 positions:

Wait, maybe it's a different substitution. Sometimes letters are shifted differently for each position, like the Vigenère cipher with a key. If I assume the key is "women", let's see. Let me write out the letters. For "mtrjm", key "WOMEN".

Now, the encoded part: "mtrjm awn layn - fydyw lfth". It looks like a substitution cipher. Maybe each letter is shifted by a certain number. Let me try a Caesar cipher. Let's take "mtrjm". If I shift each letter back by 2, m becomes k, t becomes r, r becomes p, j becomes h, m becomes k. Hmm, that gives "krphk", which doesn't make sense. Let's try shifting forward. If I shift each letter by 3: m→p, t→w, r→u, j→m, m→p → "pwump". No. Maybe shift back by 1: m→l, t→s, r→q, j→i, m→l → "lsqil". Not helpful. Let's try shifting by 4 backwards: m→i, t→p, r→n, j→f, m→i → "ipnfi". No. Hmm. Maybe it's a Vigenère cipher? But that requires a key. Alternatively, maybe the letters are reversed. Let's reverse each part: "mtrjm awn layn" becomes "mjrtm wna nayl". Still not helpful. Or maybe splitting into two words: "mtrjm" and "awn layn".

First letter m (12): m - key letter w (22). If it's a Vigenère decryption, it's (m - w) mod 26. So (12 -22) = -10 mod26 = 16 → Q. Wait, that doesn't seem right. Maybe using the formula for decryption: (plaintext) = (ciphertext - key) mod 26. So if the encrypted letter is m (12), and the key is W (22), then (12 - 22 +26) mod26=16 → Q. So first letter is Q. Then second letter t (19) - key O(14) = 19-14=5 → F. Third letter r(17) - M(12)=5 → F. Fourth letter j(9) - E(4)=5→F. Fifth letter m(12)-N(13)= (12-13 +26)=25→Z. So "QFF FZ". Not making sense. Let's try shifting by key letters as shifts. Maybe the key is "WOMAN" since it's the movie "99 Women". Let me try with key "99 Women" but that's complicated. Alternatively, maybe the decoded text is "Marco Bellocchio" but I can't see that.