<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>takuya_1st</author_name>
  <author_url>https://blog.hatena.ne.jp/takuya_1st/</author_url>
  <blog_title>それマグで！</blog_title>
  <blog_url>https://takuya-1st.hatenablog.jp/</blog_url>
  <categories>
  </categories>
  <description>ffmpeg で時間を元に分割する動画の一部（画面の一部）を取り出す方法は→こちら 指定時間（３０秒の動画を作る) 動画の先頭から３０秒を切り出す時 ffmpeg -i input.mp4 -t 30 out.mp4何秒間切り出すかを決めるときは、-t 30 のようにする。 開始時間から終了時間を指定する 動画の４５秒目から１５秒を切り出す ffmpeg -i input.mp4 -t 15 -ss 45 out.mp4 開始秒を指定するには、-ss 60 のようにする。 時間が長いスキップをして頭出しを早くする。（ 2.1 以上 長時間以上のスキップをしたいときは、 `-ss` を先頭に書く…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftakuya-1st.hatenablog.jp%2Fentry%2F2014%2F01%2F14%2F104752&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>2014-01-14 10:47:52</published>
  <title>ffmpeg で指定秒数を切り出して動画を時間で分割する</title>
  <type>rich</type>
  <url>https://takuya-1st.hatenablog.jp/entry/2014/01/14/104752</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
