{"id":486,"date":"2017-01-29T14:34:14","date_gmt":"2017-01-29T19:34:14","guid":{"rendered":"http:\/\/kennywu.info\/?p=486"},"modified":"2017-01-29T14:34:14","modified_gmt":"2017-01-29T19:34:14","slug":"ultimate-media-converter","status":"publish","type":"post","link":"http:\/\/kennywu.info\/?p=486","title":{"rendered":"Ultimate media converter"},"content":{"rendered":"<p>FFMPEG is a powerful tool to convert a media file from\/to any media format.<br \/>\nTo use for Chormecast which mainly uses H264 format, some typical usages:<br \/>\n<code><br \/>\nffmpeg -i test.mov -vcodec h264 -acodec aac recoded2.mp4<\/p>\n<p>ffmpeg -i input_file_name -c:v libx264 -c:a copy <output file><br \/>\nffmpeg -i %1 -c:v copy -c:a libmp3lame -b:a 128k %2.mp4<\/p>\n<p>ffmpeg -i %1 -strict -2 -c:v libx264 -c:a libmp3lame -b:a 128k %2.mp4<br \/>\nffmpeg -i %1 -strict -2 -vcodec h264 -acodec aac %2.mp4<\/p>\n<p>ffmpeg -i %1  -c:v libx264  -c:a aac %2.mp4<br \/>\nffmpeg -i %1 -acodec aac -ac 2 -af dynaudnorm -vcodec copy %2.mp4<br \/>\n<\/code><br \/>\nThe link to this article is here: <a href=\"http:\/\/www.techradar.com\/news\/software\/applications\/how-to-build-the-ultimate-media-converter-no-experience-required-1274397\">linke<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>FFMPEG is a powerful tool to convert a media file from\/to any media format. To use for Chormecast which mainly uses H264 format, some typical usages: ffmpeg -i test.mov -vcodec h264 -acodec aac recoded2.mp4 ffmpeg -i input_file_name -c:v libx264 -c:a &hellip; <a href=\"http:\/\/kennywu.info\/?p=486\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[101],"tags":[102],"class_list":["post-486","post","type-post","status-publish","format-standard","hentry","category-media","tag-ffmpeg"],"_links":{"self":[{"href":"http:\/\/kennywu.info\/index.php?rest_route=\/wp\/v2\/posts\/486","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/kennywu.info\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/kennywu.info\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/kennywu.info\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/kennywu.info\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=486"}],"version-history":[{"count":5,"href":"http:\/\/kennywu.info\/index.php?rest_route=\/wp\/v2\/posts\/486\/revisions"}],"predecessor-version":[{"id":491,"href":"http:\/\/kennywu.info\/index.php?rest_route=\/wp\/v2\/posts\/486\/revisions\/491"}],"wp:attachment":[{"href":"http:\/\/kennywu.info\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=486"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/kennywu.info\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=486"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/kennywu.info\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=486"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}