Skip to content

Heksler is a simple video slicer designed for speed. After setting in- and out-points, heckler transcodes and exports the slice. Heksler has also a cut or shot detection feature to simply skip to the next or previous hard cut in a movie clip.

License

urshofer/heksler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heksler

Heksler is a simple video slicer designed for speed. After setting in- and out-points, heckler transcodes and exports the slice. Heksler also has a cut detection or shot transition feature.

Prerequisites

You need ffmpeg on your system. Grab a copy here: http://ffmpegmac.net

Compatibility

Heksler runs on osx. The source is built with openFrameworks and uses ffmpeg to transcode the video, so it would be easy to port it to other operating systems.

Compilation

Please refer to the openFrameworks Documentation on how to compile a openFrameworks on OSX. This repository is organized with submodules. In order to check it out, you have to do the following steps:

  1. Check out the main repository: $ git clone https://github.com/urshofer/heksler heksler
  2. Change into the checked out directory: $ cd heksler
  3. Load all submodules: $ git submodule update --init --recursive

The xCode Project is in the directory openframeworks/apps/myApps/heksler_osx

FFMPEG

After the compilation, the xCode Project has a Copy Files build phase, where it tries to bundle your local ffmpeg installation with the newly built application. By default, xCode looks for ffmpeg in /usr/local/bin. You can change the path if you have ffmpeg installed locally or in a different place.

About

Heksler is a simple video slicer designed for speed. After setting in- and out-points, heckler transcodes and exports the slice. Heksler has also a cut or shot detection feature to simply skip to the next or previous hard cut in a movie clip.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages