diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-05-27 20:46:46 -0400 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-05-27 20:51:41 -0400 |
commit | a82955eed222cc45b80563ec202019e9e48c3f3d (patch) | |
tree | dfb2b3c6bdbc399b2ed050b739fcf1fa9674b34a | |
parent | ee85e4d08ddb7e2ec03904c0893cf3dd464125fb (diff) | |
download | ampache-a82955eed222cc45b80563ec202019e9e48c3f3d.tar.gz ampache-a82955eed222cc45b80563ec202019e9e48c3f3d.tar.bz2 ampache-a82955eed222cc45b80563ec202019e9e48c3f3d.zip |
Argh.
Maybe if there are multiple examples for transcode_cmd people will
stop and think about what they're doing.
-rw-r--r-- | config/ampache.cfg.php.dist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 3c86ac6b..1fbc6e56 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -527,7 +527,7 @@ refresh_limit = "60" ; ; 'Downsampling' will also use these commands. ; -; To state the bleeding obvious, any programs referenced in the downsample +; To state the bleeding obvious, any programs referenced in the transcode ; commands must be installed, in the web server's search path (or referenced ; by their full path), and executable by the web server. @@ -563,6 +563,8 @@ refresh_limit = "60" ; clever enough to figure out how on your own. ; DEFAULT: none ;transcode_cmd = "ffmpeg -i %FILE%" +;transcode_cmd = "avconv -i %FILE%" +;transocde_cmd = "/usr/bin/neatokeen %FILE%" ; Specific transcode commands ; It shouldn't be necessary in most cases, but you can override the transcode |