<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kagasu</author_name>
  <author_url>https://blog.hatena.ne.jp/kagasu/</author_url>
  <blog_title>備忘録</blog_title>
  <blog_url>https://kagasu.hatenablog.com/</blog_url>
  <categories>
    <anon>ffmpeg</anon>
  </categories>
  <description>Ⅰ. はじめに タイトルの通り「ffmpegで動画を一部切り出す」方法です。 基本となるコマンドは以下の通りです。 ffmpeg -i input.mp4 -ss [time_off] -to [time_stop] output.mp4 Ⅱ. 例 1. 動画の30秒～40秒を切り出す（動画エンコードあり、音声エンコードあり） ffmpeg -i input.mp4 -ss 00:00:30.0 -to 00:00:40.0 output.mp4 2. 動画の30秒～40秒を切り出す（動画エンコードなし、音声エンコードあり） ffmpeg -i input.mp4 -ss 00:00:30.0…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkagasu.hatenablog.com%2Fentry%2F2018%2F09%2F16%2F102515&quot; title=&quot;ffmpegで動画を一部切り出す - 備忘録&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>2018-09-16 10:25:15</published>
  <title>ffmpegで動画を一部切り出す</title>
  <type>rich</type>
  <url>https://kagasu.hatenablog.com/entry/2018/09/16/102515</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
