The dependencies of the script are "ffmpeg" and "exiftools".

The script needed a little fix:

On Wed, 27 Apr 2016 12:19:26 +0200, Ralf Mardorf wrote:
>num_ch=$(exiftool "$infile" | grep "Num Channels" | cut -d: -f2 | sed

$ diff /usr/local/bin/s2m /usr/local/bin/s2m.old
64c64
< num_ch=$(exiftool "$infile" | grep -v "File Name" | grep -v "Directory" | 
grep "Num Channels" | cut -d: -f2 | sed s/\ //)
---
> num_ch=$(exiftool "$infile" | grep "Num Channels" | cut -d: -f2 | sed s/\ //)

-- 
ubuntu-studio-devel mailing list
ubuntu-studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel

Reply via email to