<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>toshifumi_tegu</author_name>
  <author_url>https://blog.hatena.ne.jp/toshifumi_tegu/</author_url>
  <blog_title>teguのTech Blog</blog_title>
  <blog_url>https://toshifumi-tegu.hatenadiary.org/</blog_url>
  <categories>
    <anon>ffmpeg</anon>
    <anon>shell script</anon>
    <anon>python</anon>
  </categories>
  <description>ffmpegで がさっとエンコードしてしまいたい。 find . -name '*.m4a' -type f &gt; filelist.log 一旦ファイルリストを作成。 そして #!/bin/sh while read -r FILE do OUTPUT=`echo $FILE | perl -pe 's/m4a$/mp3/'` ffmpeg -y -i &quot;$FILE&quot; -ab 160 &quot;$OUTPUT&quot; done &lt; filelist.log これでいけるかと思いきや、先頭のファイルしか変換されない。 やたらdebug=512って感じの出力がされ、終わる。 おかしい。ファイル名がマルチバイト文…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftoshifumi-tegu.hatenadiary.org%2Fentry%2F20110716%2F1310835425&quot; title=&quot;ffmpeg一括エンコードのバッチ作成 - teguのTech Blog&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>2011-07-16 01:57:05</published>
  <title>ffmpeg一括エンコードのバッチ作成</title>
  <type>rich</type>
  <url>https://toshifumi-tegu.hatenadiary.org/entry/20110716/1310835425</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
