It looks like you're asking for a review of a file named mortalengines2018720pbluraydd51hindieng — but that’s not a standard movie title.

That string appears to be a filename from a pirated or ripped version of the 2018 movie Mortal Engines, containing details about:

  • 720p – video resolution
  • BluRay – source
  • DD5.1 – Dolby Digital 5.1 audio
  • Hindi + English – dual audio

b. Configure Your Output Device

| Platform | Steps | |----------|-------| | Windows | Right‑click the speaker icon → SoundsPlayback tab → select your 5.1 speaker systemConfigure → ensure 5.1 is chosen. | | macOS | System Preferences → Sound → Output → choose your Surround Sound device (or use Audio MIDI Setup to create a 5.1 aggregate device). | | Linux | Use pavucontrol → Playback tab → set the output to your surround‑sound sink (e.g., alsa_output.pci-0000_00_1b.0.analog-surround-51). | mortalengines2018720pbluraydd51hindieng install

Using VLC (Windows/macOS/Linux)

  1. Open VLCMediaOpen File… (or press Ctrl + O).
  2. Browse to the folder where the movie resides and select MortalEngines2018.720p.BluRay.DD51.Hindi.mkv.
  3. Click Open. The video should start automatically.

Table of Contents

  1. What You’ll Need
  2. Understanding the File Naming
  3. Preparing Your System
    • a. Install a Media Player
    • b. Install Required Codecs (if needed)
    • c. Optional: Media Center Software
  4. Extracting the Archive (If It’s Compressed)
  5. Playing the Movie (Basic Method)
  6. Enabling 5.1 Surround Sound
  7. Adding/Syncing Hindi Subtitles (Optional)
  8. Troubleshooting Common Issues
  9. Tips for the Best Viewing Experience
  10. Legal & Ethical Reminder

Technical Specs (Legal Blu-ray Reference)

  • Resolution: 720p (1280×544) – some releases crop the 2.35:1 aspect ratio
  • Source: Blu-ray
  • Audio Format: Dolby Digital 5.1 (DD5.1)
  • Languages: Hindi Dubbed + English Original
  • Runtime: 128 minutes

a. Install a Media Player

The easiest way to get a player that “just works” is VLC Media Player (free, cross‑platform).

  • Windows: Download from https://www.videolan.org/vlc/
  • macOS: https://www.videolan.org/vlc/download-macosx.html
  • Linux: sudo apt install vlc (Debian/Ubuntu) or use your distro’s package manager.

Alternative players:

  • MPV (lightweight, command‑line friendly)
  • PotPlayer (Windows, many tweakable options)
  • Kodi (media‑center experience)

2. Understanding the File Naming

The typical naming convention tells you everything about the file:

MortalEngines2018.720p.BluRay.DD51.Hindi.mkv
│          │        │       │      │
│          │        │       │      └─ Language of the audio track (Hindi)
│          │        │       └─ Audio codec & channel layout (Dolby Digital 5.1)
│          │        └─ Source (Blu‑Ray) and resolution (720p)
│          └─ Year of release
└─ Title of the movie

If you see additional parts like HDRip, WEB-DL, or x264, those describe the source and video codec. In our case, BluRay indicates a high‑quality source, and DD51 guarantees a true Dolby Digital 5.1 audio track. It looks like you're asking for a review


Using MPV (Command line)

mpv /path/to/MortalEngines2018.720p.BluRay.DD51.Hindi.mkv

MPV will automatically select the best audio track (usually the first 5.1 track).