Skip to content

TotalCaesar659/cine-encoder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cine Encoder

Cine Encoder is an application that allows to convert media files while preserving HDR metadata. NVENC hardware encoding for NVIDIA video cards is also supported for H265 and H264 modes. The following encoding modes are implemented:

  • H265 NVENC (8, 10 bit)
  • H265 (8, 10 bit)
  • H264 NVENC (8 bit)
  • H264 (8 bit)
  • VP9 (10 bit)
  • AV1 (10 bit)
  • DNxHR HQX 4:2:2 (10 bit)
  • ProRes HQ 4:2:2 (10 bit)
  • ProRes 4444 4:4:4 (10 bit)

View

By default, there are several categories of presets. You can change existing or add your own presets.

View

Installation

Supported operating system: Linux x86_64, Windows 8.1/10 x86_64

Make sure that the NVIDIA drivers are installed in accordance with the following requirements: Using FFMPEG with NVIDIA.

- Arch Linux / Manjaro Linux:
- Debian 10.6 / Ubuntu 20.04 / Linux Mint 20:
  • install file cine-encoder-(ver)_amd64.deb from release
- Fedora 33:
  • to satisfy ffmpeg dependency Fedora users have to use rpmfusion (https://rpmfusion.org/)
  • install file cine-encoder-(ver)_fedora33_x86_64.rpm from release
- CentOS 7.8:
  • to satisfy ffmpeg dependency CentOS users have to use rpmfusion (https://rpmfusion.org/)
  • install file cine-encoder-(ver)_centos7_x86_64.rpm from release

Buid instructions

Install dependencies:

- ffmpeg>=4.2
- mkvtoolnix>=49.0
- libmediainfo-dev>=0.7.70-1
- qtbase5-dev>=5.3.2
- qtmultimedia5-dev>=5.7.1

Buld package:

mkdir build
cd build
git clone https://github.com/CineEncoder/cine-encoder.git
mv cine-encoder cine-encoder-(*ver)
cd cine-encoder-(*ver)
make

*ver - current version

Licence

GNU GPL v.3 See LICENSE.md

Donate

If you wish to support this project, you can make a donation for $0.5 or more via PayPal. Your contributions will help keep the project alive and support future development.

PayPal

Bitcoin

You can send bitcoins at this address or by scanning the QR code below:

Bitcoin

1PqFt976YQTJ9Js3xym5GjtPDfsjq98kN8

About

Cine Encoder is an application that allow to convert media files while preserving HDR metadata.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.1%
  • Makefile 1.8%
  • CSS 1.1%
  • QMake 0.0%
  • HTML 0.0%
  • Shell 0.0%