diff options
author | Jarle Bjørgeengen <jarle@bjorgeengen.net> | 2010-09-30 09:34:39 +0000 |
---|---|---|
committer | Jarle Bjørgeengen <jarle@bjorgeengen.net> | 2010-09-30 09:34:39 +0000 |
commit | 9136b81c5b66128960fd01e3c90c0af219412d80 (patch) | |
tree | ae39bea6cffcc77d0b2eabe84261507b5263b9ba | |
parent | b5fb79f8a2f8e37e9d3c529befd46757a89b135e (diff) |
Note about sshfs -o workaround=rename
-rwxr-xr-x | tools/gen_frikanalen_video.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gen_frikanalen_video.pl b/tools/gen_frikanalen_video.pl index 72e0eea..12bff86 100755 --- a/tools/gen_frikanalen_video.pl +++ b/tools/gen_frikanalen_video.pl @@ -20,6 +20,8 @@ #sound=? #spokenlanguage=no # +# PS: IF this script is used on an sshfs mounted filesystem, the option sshfs -o workaround=rename must be used . +# If not, normalize-audio will just silently fail and no audio normalization will take place. use strict; use warnings; |