ffmpeg: split into multiple outputs

Also fix some referrers.
This commit is contained in:
Vladimír Čunát
2015-10-13 20:18:57 +02:00
parent 493c947e4a
commit 4a571ba0dd
8 changed files with 19 additions and 10 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ in
users.extraGroups.subsonic.gid = config.ids.gids.subsonic;
services.subsonic.transcoders = mkDefault [ "${pkgs.ffmpeg}/bin/ffmpeg" ];
services.subsonic.transcoders = mkDefault [ "${pkgs.ffmpeg.bin}/bin/ffmpeg" ];
};
}