Coder Social home page Coder Social logo

forestwood / ffmpeg Goto Github PK

View Code? Open in Web Editor NEW

This project forked from farindk/ffmpeg

0.0 0.0 0.0 144.3 MB

personal repo

License: Other

Makefile 1.19% C 89.19% C++ 3.23% Shell 0.08% CSS 0.01% Perl 0.07% Assembly 6.10% Verilog 0.01% Objective-C 0.13%

ffmpeg's Introduction

Personal FFMPEG fork

This fork contains the following extensions to ffmpeg (each in its own branch):

  1. nlmeans - Non-Local Means noise reduction filter.
  2. fieldshift - Horizontally shift fields of interlaced images against each other (useful e.g. for VHS video recovery).
  3. libde265 - Integration of libde265 HEVC video decoder.

Documentation

nlmeans

Parameters:

  • h - averaging weight decay parameter (larger values give smoother videos)
  • range - spatial search range (default=3), should be odd number.
  • temporal - number of frames to include into search (default=2)
  • patchsize - pixel context region width (default=7, little need to change), should be odd number.

The defaults (h=8, range=3, temporal=2) is a good starting point for the restoration of very noisy video (old VHS tapes). You may also try 10/5/3 for really noisy inputs or 6/3/1 for good quality inputs.

The NLMeans filter is under GPL, so be sure to configure with --enable-gpl.

fieldshift

  • offset - pixel offset between successive rows

libde265

Get and install the latest version of libde265 from here: https://github.com/strukturag/libde265

Configure this ffmpeg fork with at least these options:

./configure --enable-libde265 --enable-decoder=libde265 --enable-gpl

The patched ffmpeg can play MKVs containing H.265 streams encoded with the DIVX HEVC encoder. You can download an example stream from their webpage: http://labs.divx.com/node/127909

ffmpeg's People

Contributors

aconverse avatar aurelj avatar axic avatar bcoudurier avatar cehoyos avatar cgisquet avatar cus avatar dondiego avatar dwbuiten avatar elenril avatar jamrial avatar justinruggles avatar kodawah avatar lu-zero avatar mansr avatar merbanan avatar michaelni avatar mstorsjo avatar multimediamike avatar nevcairiel avatar ramiropolla avatar rbultje avatar rdoeffinger avatar richardpl avatar rouseabout avatar saste avatar timothygu avatar tjoppen avatar ubitux avatar yuvi 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.