nixpkgs/pkgs/applications/audio/ardour
mitchmindtree e14c97185f ardour: add a videoSupport option
This adds a `bool` option that, when set to `true`, enables video
timeline support for the Ardour DAW. This is commonly useful for
soundtrack composition, sound design for film, etc.

When enabled, `videoSupport` ensures that both `harvid` and `xjadeo` are
available to the `ardour6` exe via the PATH. `harvid` decodes the video
stream in real-time to produce still images (I think for thumbnail
support for the timeline?). `xjadeo` acts as a video monitoring window
that whose playback position is synchronised to the Ardour playhead.

`videoSupport` remains disabled by default, preserving the original
behaviour.

Video support can be added to ardour in your system or home
configuration package list with:

```
(ardour.override { videoSupport = true; })
```
2021-03-11 12:50:50 +01:00
..
5.nix treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
as-flags.patch ardour: add ardour 6 and make it the default (#89175) 2020-05-30 14:17:08 -04:00
default.nix ardour: add a videoSupport option 2021-03-11 12:50:50 +01:00