This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Procedure: | |
# - download the episodes you want from the Android Netflix app (there is a limit) | |
# - connect your smartphone to your PC and navigate to Internal Storage/Android/data/com.netflix.mediaclient/Download/.of. | |
# - fetch each directory (each directory is one episode) | |
# | |
# Each directory should have the following file formats: | |
# - .nfv - the video stream, possibly already in H.264, unencrypted | |
# - .nfa - the most difficult file to deal with, it's an unencrypted AAC file in ISO fMP4 (fragmented) format and an unknown "object type 42" that ffmpeg complains | |
# - .nfs - subtitle in TTML format with custom properties. | |
# - .nfi - information about the download (unknown format) |