<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Phone on Blogarious</title>
    <link>https://blogarious.kairopath.net/categories/phone/</link>
    <description>Recent content in Phone on Blogarious</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 10 Nov 2023 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blogarious.kairopath.net/categories/phone/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Android playing iOS MOV video</title>
      <link>https://blogarious.kairopath.net/posts/2023-11-10-android-playing-ios-mov-video/</link>
      <pubDate>Fri, 10 Nov 2023 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2023-11-10-android-playing-ios-mov-video/</guid>
      <description>&lt;p&gt;I am using an Android phone, specifically Vivo. I found that when I play the MOV video transferred from iOS, only sound is able to be played properly but the picture is not showing.&lt;/p&gt;&#xA;&lt;p&gt;None of the solutions from the Internet helped me to solve my problem. After trial and error, I found that the MOV file can be converted to MP4 format using &lt;code&gt;ffmpeg&lt;/code&gt; with some parameters. Eg,&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;fmpeg -i input.MOV -c:v libx264 -c:a aac -vf &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;scale=720:1280,fps=29&amp;#34;&lt;/span&gt; -ac &lt;span style=&#34;color:#ae81ff&#34;&gt;1&lt;/span&gt; -x264opts &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;ref=0:cabac=0:b_pyramid=0:bframes=0&amp;#34;&lt;/span&gt; -profile:v baseline -pix_fmt yuv420p output.mp4&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Based on my experience, the most crucial parameter is &amp;ldquo;-pix_fmt yuv420p&amp;rdquo;, so the MP4 video is 8-bit depth.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Migrating phone</title>
      <link>https://blogarious.kairopath.net/posts/2022-07-15-migrating-phone/</link>
      <pubDate>Fri, 15 Jul 2022 00:00:00 +0000</pubDate>
      <guid>https://blogarious.kairopath.net/posts/2022-07-15-migrating-phone/</guid>
      <description>&lt;p&gt;I never know that migrating from one phone to another phone also spends a lot of time. One for the issue is transferring the photos. Previously I don&amp;rsquo;t need to transfer the photos.&lt;/p&gt;&#xA;&lt;p&gt;One thing to note, WeChat, LINE, and WhatsApp only allow single device login. Transferring data from old phone to new phone on WeChat and LINE are simple. Do not logout on the old phone, generate QR code, sign -in in new phone, scan QR code, then wait for transferring.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
