{"id":1136,"date":"2023-04-02T07:34:59","date_gmt":"2023-04-02T07:34:59","guid":{"rendered":"https:\/\/labiol.xyz\/?p=1136"},"modified":"2023-04-02T07:38:30","modified_gmt":"2023-04-02T07:38:30","slug":"convert-mov-file-to-smaller-size-mp4","status":"publish","type":"post","link":"https:\/\/www.labiol.xyz\/index.php\/2023\/04\/02\/convert-mov-file-to-smaller-size-mp4\/","title":{"rendered":"Converting MOV File to Smaller Size: A Guide to Converting to MP4"},"content":{"rendered":"\n<p>If, like me, you happen to be recording your desktop, which is quite simple and convenient on any current operating system (including ChromeOS or MacOS), sooner or later you may run into a disk space issue.<\/p>\n\n\n\n<p>From time to time, when I&#8217;m working on new configurations or playing around with new technology, it&#8217;s easy to record everything and then follow the main steps when documenting. When something goes wrong, it&#8217;s frustrating to have to delete the entire document and start over. Instead, I just remove all unnecessary files at the end and preserve the ones I want to refer back to for documentation purposes. Unfortunately, the MOV files generated by the default &#8220;screenshot&#8221; application take up a lot of space.<\/p>\n\n\n\n<p>This issue can, of course, be solved with MOV file conversion. Followed exampleis extremely efficient (sometimes achieving 10x compression).<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-bash\" data-lang=\"Bash\"><code>#install software -- can take a while\nbrew install ffmpeg<\/code><\/pre><\/div>\n\n\n\n<p>Below code will work on all &#8220;mov&#8221; files in (and below) the directory where it is run:<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-bash\" data-lang=\"Bash\"><code>find . -iname &quot;*.mov&quot; | xargs -I % \/opt\/homebrew\/Cellar\/ffmpeg\/5.1.2_6\/bin\/ffmpeg -i &quot;%&quot; -c:v libx264 -c:a aac -vf format=yuv420p -movflags +faststart &quot;%&quot;.mp4<\/code><\/pre><\/div>\n\n\n\n<p>This task can take a while, sometimes a few hours &#8211; depending on your file size. <br>For that reason, remember to do it when connected to power (if working on a laptop) and ideally after you have finished your work<\/p>\n\n\n\n<p>Check quality of the new files and remove the old one.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>FFmpeg is a popular software that can be found on most operating systems.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If, like me, you happen to be recording your desktop, which is quite simple and convenient on any current operating system (including ChromeOS or MacOS), sooner or later you may run into a disk space issue. From time to time, when I&#8217;m working on new configurations or playing around with &hellip; <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,3],"tags":[],"class_list":["post-1136","post","type-post","status-publish","format-standard","hentry","category-freebsd","category-linux"],"_links":{"self":[{"href":"https:\/\/www.labiol.xyz\/index.php\/wp-json\/wp\/v2\/posts\/1136","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.labiol.xyz\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.labiol.xyz\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.labiol.xyz\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.labiol.xyz\/index.php\/wp-json\/wp\/v2\/comments?post=1136"}],"version-history":[{"count":8,"href":"https:\/\/www.labiol.xyz\/index.php\/wp-json\/wp\/v2\/posts\/1136\/revisions"}],"predecessor-version":[{"id":1144,"href":"https:\/\/www.labiol.xyz\/index.php\/wp-json\/wp\/v2\/posts\/1136\/revisions\/1144"}],"wp:attachment":[{"href":"https:\/\/www.labiol.xyz\/index.php\/wp-json\/wp\/v2\/media?parent=1136"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.labiol.xyz\/index.php\/wp-json\/wp\/v2\/categories?post=1136"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.labiol.xyz\/index.php\/wp-json\/wp\/v2\/tags?post=1136"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}