Git Product home page Git Product logo

iina's Introduction

IINA Icon

IINA

Project IINA is a modern video player for macOS.

Website: https://lhc70000.github.io/iina/

Releases: https://github.com/lhc70000/iina/releases


When raising a issue, please use English if possible.

在提 issue 时,请尽量使用英文

Features

  • Based on mpv, the powerful media player project
  • For and only for modern macOS (10.10+)
  • User friendly interface
  • All the features you need for video, audio and subtitles
  • Support chapters and playlists
  • MPV config file and script system is still available for advanced users
  • Written in Swift, open for new technologies like Touch Bar
  • Still in active development

Build

Please make sure cocoapods is installed.

sudo gem install cocoapods

Run pod install in root directory.

pod install

Theoretically no extra work is needed. If you are unwilling to use the provided dylibs, follow the instructions below.

Install mpv

brew install mpv --with-uchardet

Currently ytdl is not included when building, but will be considered in later versions.

other/parse_doc.rb

This script will fetch the lastest mpv documentation and generate MPVOption.swift, MPVCommand.swift and MPVProperty.swift. Only needed when updating libmpv. Note that once API changed, player source code may also need to be changed.

other/change_lib_dependencies.rb

This script will resolve library dependencies and copy all required dylibs into libmpv/libs.

Before running this script, you should first copy libmpv into libmpv/libs, like:

cp path/to/libmpv ./libmpv/libs
sudo install_name_tool -id @executable_path/../Frameworks/libmpv.1.23.0.dylib ./libmpv/lib/libmpv.1.23.0.dylib

Where path/to/libmpv should be in your homebrew install path.

Make sure in Xcode build settings, you have a phase copying all these dylibs.

Contribute

Any feedback is appreciated! You can

  • Star or fork it
  • Download and test it
  • Send bug report
  • Send feature request
  • Provide suggestions on code and design
  • Provide localizaton
  • ...

License

GPLv3

iina's People

Contributors

lhc70000 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.