10 buildOctavePackage rec {
14 src = fetchFromGitHub {
16 repo = "octave-video";
18 hash = "sha256-JFySAu/3lCnfuFMNGYPzX2MqhsRi1+IyJQBcKB9vCo0=";
25 propagatedBuildInputs = [
30 homepage = "https://octave.sourceforge.io/video/index.html";
31 license = with licenses; [
35 maintainers = with maintainers; [ KarlJoad ];
36 description = "Wrapper for OpenCV's CvCapture_FFMPEG and CvVideoWriter_FFMPEG";