<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>baba_s</author_name>
  <author_url>https://blog.hatena.ne.jp/baba_s/</author_url>
  <blog_title>コガネブログ</blog_title>
  <blog_url>https://baba-s.hatenablog.com/</blog_url>
  <categories>
    <anon>その他</anon>
  </categories>
  <description>概要 find . -name &quot;*.wav&quot; -type f -maxdepth 3 | while read -r waveFile do oggFile=${waveFile%.wav}.ogg ffmpeg -nostdin -y -i &quot;${waveFile}&quot; -vn -ac 2 -ar 44100 -ab 128k -acodec libvorbis -f ogg &quot;${oggFile}&quot; done ffmpeg を使用して複数の音声ファイルを処理する while に時間がかかったため 並列化するために brew install parallel 上記のコマンドで GNU Par…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbaba-s.hatenablog.com%2Fentry%2F2023%2F04%2F28%2F093609&quot; title=&quot;【シェルスクリプト】while を並列化する方法 - コガネブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2023-04-28 09:36:09</published>
  <title>【シェルスクリプト】while を並列化する方法</title>
  <type>rich</type>
  <url>https://baba-s.hatenablog.com/entry/2023/04/28/093609</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
