<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
On 22/09/10 19:11, Louigi Verona wrote:
<blockquote
 cite="mid:AANLkTimA=ZO+o6FQ4sTMi-n5cwAq_f_k83cQnQRHwX44@mail.gmail.com"
 type="cite">Hey guys!<br>
  <br>
Yeah, I am not saying it is anyone's fault and my CLI abilities are
very basic. Also, even when I do research such stuff, I forget it
quickly. For instance, I remember testing a CLI command to convert
photos from one size to another. It was very fast and efficient and I
was really convinced that it is much faster than firing up a GUI
program. However, when I had to do a similar task some months later, at
that moment I had no access to the Internet and I could not remember
what command that was and how to use it. So eventually I had to give up.<br>
Same with file encoding. It does not come up very often, when it does -
will I remember the command?<br>
  <br>
I will try Gnome SoundConverter, thanks for this GUI suggestion. CLI
suggestions are also very welcome, I will try them anyway, of course.<br
 clear="all">
  <br>
-- <br>
Louigi Verona<br>
  <a moz-do-not-send="true" href="http://www.louigiverona.ru/">http://www.louigiverona.ru/</a><br>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Linux-audio-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Linux-audio-user@lists.linuxaudio.org">Linux-audio-user@lists.linuxaudio.org</a>
<a class="moz-txt-link-freetext" href="http://lists.linuxaudio.org/listinfo/linux-audio-user">http://lists.linuxaudio.org/listinfo/linux-audio-user</a>
  </pre>
</blockquote>
The find command is a neat way to do lots of files also.<br>
$ find . -name "*flac" -exec lame -V0 {} \;<br>
<br>
Cheers<br>
Roger<br>
</body>
</html>