Coder Social home page Coder Social logo

libraplanet / obs-ffmpeg-encoder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xaymar/obs-ffmpeg-encoder

0.0 0.0 0.0 435 KB

FFMPEG Encoders for OBS Studio. Use NVENC, ProRes and many other encoders as if you were using FFmpeg output mode.

Home Page: https://www.xaymar.com/portfolio/obs-ffmpeg-encoders/

License: MIT License

CMake 15.67% C++ 82.43% JavaScript 1.90%

obs-ffmpeg-encoder's Introduction

FFMPEG Encoders for OBS studio

Adds ffmpeg encoders for normal use instead of requiring ffmpeg output. Not much else to say.

Encoders

Video Production / Edition

Apple ProRes (prores_aw)

  • Intra-Frame only
  • Fixed Bitrate (defined by Profile)
  • Profiles: PXY, LT, Standard, HQ, 4444
  • Threading: Frame

Threading Modes

All threading modes can be combined to create a more complex one.

Frame

Frame Threading means that new frames can be submitted before the last one is complete. This is the most basic threading and has huge latency issues, and is likely also very unstable with frame times.

Slice

Slice Threading allows individual frames to be done quicker by splitting up the entire submitted frame into individual slices, each of which are handed off to workers. More complex than frame threading, but can result in faster encoding and will result in less latency.

Macroblock

This kind of threading is rarely seen and splits the frame into macroblocks, allowing for massive parallelization. Similar latency to Slice threading and can occasionally use SMT/HT better, resulting in better performance.

obs-ffmpeg-encoder's People

Contributors

kryztoval avatar usernaem avatar xaymar 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.