<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>harusametech</author_name>
  <author_url>https://blog.hatena.ne.jp/harusametech/</author_url>
  <blog_title>はるさめ氏の日常</blog_title>
  <blog_url>https://docs.harusame.tech/</blog_url>
  <categories>
  </categories>
  <description>OBS などで画面収録したりキャプチャ映像を録画したりする際，MKV 形式で保存することは多いと思います． OBS の場合，標準で録画終了時に自動的に MP4 形式に最多重化する機能がありますが，私は使っていません．これは実際に使う分だけ変換するようにしたく，すべて最多重化する処理を入れてしまうと，使わない分も変換することになってしまい，無駄だからです． というわけで，変換したいファイルだけ取り出してバッチを走らせばいいようにしてみました． 具体的には以下の通り @echo off for /r F:\ %%f in (*.mkv) do ( ffmpeg -i %%f &quot;%%~dpnf&quot;.m…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdocs.harusame.tech%2Fentry%2F20250803%2F1754197907&quot; title=&quot;FFmpeg で各種動画ファイルを MP4 に変換する便利バッチファイルを作る - はるさめ氏の日常&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>2025-08-03 14:11:47</published>
  <title>FFmpeg で各種動画ファイルを MP4 に変換する便利バッチファイルを作る</title>
  <type>rich</type>
  <url>https://docs.harusame.tech/entry/20250803/1754197907</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
