Skip to content

Riteshp2001/CineWindows

 
 

Repository files navigation

Cine

Play your videos on Windows


Download for Windows

Description

Cine combines a clean interface with a high-performance playback engine to deliver a smooth and modern video-watching experience on Windows.

Features

  • Clean Windows Experience — A refined, distraction-free interface designed for everyday desktop use
  • MPV-Based Playback — Powered by MPV for reliable performance, wide format support, and smooth playback
  • Audio and Subtitles — Easily manage audio tracks, subtitle tracks, and synchronization
  • Video Controls — Adjust brightness, contrast, zoom, aspect ratio, playback options, and more
  • Lightweight and Fast — Built to keep the viewing experience simple, responsive, and focused

Screenshot

Video Playing

More Screenshots (Expand):

Preferences

Video Options

Main Window

Installation

Download the latest Windows build from the Releases page.

  1. Go to the latest release
  2. Download the Windows installer or portable build
  3. Run Cine
  4. Open your video and start watching

Donate

If you want to help with a donation, thank you! You can use:

☕ Buy Me a Coffee

Buy Me a Coffee

UPI

panditritesh2001@okhdfcbank

UPI QR Code

Scan with any UPI app (Google Pay, PhonePe, Paytm, BHIM)

Translations

You can help translate Cine using Weblate

Translation status

Easy Method

  1. Run scripts/setup_windows.ps1 as Administrator. This will install MSYS2, Python, and all dependencies automatically.
  2. The script will generate a bundled runtime folder (runtime).

Manual Method

  1. Download and install MSYS2.
  2. Open "MSYS2 MINGW64" terminal.
  3. Install dependencies: pacman -S mingw-w64-x86_64-python mingw-w64-x86_64-gtk4 mingw-w64-x86_64-libadwaita mingw-w64-x86_64-mpv mingw-w64-x86_64-vapoursynth
  4. Install python packages: pip install python-mpv yt-dlp
  5. Run scripts/build_windows.ps1 to compile the resources.

Running the App

  • Double click run_cine.bat or run .\cine.ps1 in PowerShell.

Building the Installer

  • Install NSIS.
  • Run scripts/build_windows.ps1 and it will automatically generate the installer using NSIS.

Code of Conduct

This project follows a respectful and inclusive code of conduct for all contributors and users.

Build from source

To build Cine from source on Windows:

  1. Clone the repository
git clone https://github.com/diegopvlk/cine.git
cd cine
  1. Install the required Windows build dependencies

  2. Build and run the project using your preferred development environment or terminal

License

Please check the repository license before using, modifying, or distributing the project.

About

Video Player for Windows Based on Mpv Backed by Cine Backend

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 84.1%
  • PowerShell 8.6%
  • CSS 2.6%
  • NSIS 2.2%
  • C 1.9%
  • Batchfile 0.4%
  • Meson 0.2%