<?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>
    <anon>ffmpeg</anon>
    <anon>ios</anon>
    <anon>h265</anon>
    <anon>mp4</anon>
    <anon>hevc</anon>
  </categories>
  <description>iOS のSafariで hevc 再生してみよう。 とりあえず、ffmpeg でぱぱっと変換してみる。 普通に、libx265 にしたら出来ない。 ffmpeg -y -i ../video/sample.mp4 -vcodec libx265 -vf scale=720:-1 -acodec copy libx265.mp4 これだけでは、再生ができない。 tag をつけたら出来る。 x265 で変換した動画に tag:v hvc1 を付加すると iOS Safari で再生できる動画になる。 ffmpeg -i libx265.mp4 -c:v copy -c:a copy -tag:v…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftakuya-1st.hatenablog.jp%2Fentry%2F2020%2F05%2F17%2F224645&quot; title=&quot;iOS Safari で再生ができる h265 フォーマット - それマグで！&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>2020-05-17 22:46:45</published>
  <title>iOS Safari で再生ができる h265 フォーマット</title>
  <type>rich</type>
  <url>https://takuya-1st.hatenablog.jp/entry/2020/05/17/224645</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
