{"id":890,"date":"2021-01-07T19:18:30","date_gmt":"2021-01-08T00:18:30","guid":{"rendered":"http:\/\/www.bigheadtribe.com\/?p=890"},"modified":"2023-06-02T14:09:11","modified_gmt":"2023-06-02T19:09:11","slug":"ffmpeg-common","status":"publish","type":"post","link":"https:\/\/www.bigheadtribe.com\/?p=890","title":{"rendered":"FFMPEG Common"},"content":{"rendered":"\n<p><strong>To create an animated GIF from a video:<\/strong><\/p>\n\n\n\n<p>ffmpeg -i video.mp4 -vf scale=500:-1 -t 10 -r 10 -loop -1 image.gif<\/p>\n\n\n\n<p><strong>To combine a video track with its audio track:<\/strong><\/p>\n\n\n\n<p>ffmpeg -i video.mp4 -i audio.m4a &#8220;BigHeadTribe &#8211; FFMPEG Tips &amp; Tricks.m4v&#8221;<\/p>\n\n\n\n<p><strong>To remove chapters from a video:<\/strong><\/p>\n\n\n\n<p>ffmpeg -i Video.m4v -c:v copy -c:a copy -map_chapters -1 NewVideo.m4v<\/p>\n\n\n\n<p>     -sn [remove subtitles]<br>     -map_metadata -1 [remove meta data]<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This article lists out some common commands for FFMPEG.<\/p>\n<div class=\"read-more\"><a href=\"https:\/\/www.bigheadtribe.com\/?p=890\">Read more &#8250;<\/a><\/div>\n<p><!-- end of .read-more --><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-890","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/www.bigheadtribe.com\/index.php?rest_route=\/wp\/v2\/posts\/890","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bigheadtribe.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bigheadtribe.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bigheadtribe.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bigheadtribe.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=890"}],"version-history":[{"count":10,"href":"https:\/\/www.bigheadtribe.com\/index.php?rest_route=\/wp\/v2\/posts\/890\/revisions"}],"predecessor-version":[{"id":937,"href":"https:\/\/www.bigheadtribe.com\/index.php?rest_route=\/wp\/v2\/posts\/890\/revisions\/937"}],"wp:attachment":[{"href":"https:\/\/www.bigheadtribe.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=890"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bigheadtribe.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=890"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bigheadtribe.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=890"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}