<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>scientre</author_name>
  <author_url>https://blog.hatena.ne.jp/scientre/</author_url>
  <blog_title>メモ用紙</blog_title>
  <blog_url>https://scientre.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>FFmpeg を使って wav ディレクトリにある wave ファイルを一括で MP3 に変換するため、次のような Makefile を書いた。 CONV = ffmpeg OPTS = -filter:a loudnorm -ab 64k SRCDIR = wav DESTDIR = mp3 SOURCES = $(wildcard $(SRCDIR)/*.wav) TARGETS = $(addprefix $(DESTDIR)/, $(notdir $(SOURCES:.wav=.mp3))) $(DESTDIR)/%.mp3: $(SRCDIR)/%.wav -mkdir -p $(D…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fscientre.hateblo.jp%2Fentry%2F2019%2F04%2F14%2Fmakefile-for-ffmpeg&quot; title=&quot;複数の wave ファイルを MP3/AAC に変換する Makefile - メモ用紙&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>2019-04-14 21:43:46</published>
  <title>複数の wave ファイルを MP3/AAC に変換する Makefile</title>
  <type>rich</type>
  <url>https://scientre.hateblo.jp/entry/2019/04/14/makefile-for-ffmpeg</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
