[ubuntu-studio-devel] File Manager - Was a long time ago: Documentation: Tutorial Videos

Ralf Mardorf ralf.mardorf at alice-dsl.net
Wed Apr 27 12:03:30 UTC 2016


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/\ //)



More information about the ubuntu-studio-devel mailing list