8000 GitHub - timthesinner/go-tv-transcoder
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

timthesinner/go-tv-transcoder

Repository files navigation

go-tv-transcoder

Process a tvheadend recording directory and produce HEVC compressed recodings.

Requirements

  • Must have ffmpeg on your path
  • Must have comskip on your path (or build locally)

Build and Execute

  • This library has Comskip as a dependency. It must either be installed in the OS path or built locally.
  • If your building from source, please see the latest build requirements for comskip
  • Once comskip is built, execute go build
  • Execution is as simple as ./go-tv-transcoder <SRC_DIR> <DEST_DIR>
  • More advanced command options like encoder, speed, and format are available

Mac Build (working 25 May 2018)

  • Install xcode and brew before you build comskip
  • $ xcode-select --install
  • $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • $ brew install autoconf automake libtool pkgconfig argtable ffmpeg sdl
  • $ cd Comskip
  • $ ./autogen.sh
  • $ ./configure
  • $ make
  • $ cd ../
  • go build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0