{"id":711,"date":"2019-08-10T20:33:40","date_gmt":"2019-08-11T04:33:40","guid":{"rendered":"https:\/\/blog.animatti.ca\/?p=711"},"modified":"2021-04-09T20:40:38","modified_gmt":"2021-04-10T04:40:38","slug":"transcoding-compressing-and-maintaining-metadata","status":"publish","type":"post","link":"https:\/\/blog.animatti.ca\/index.php\/2019\/08\/10\/transcoding-compressing-and-maintaining-metadata\/","title":{"rendered":"Transcoding, compressing, and maintaining metadata"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>@echo on\nset bitrate=2M\nset out_file=_bitrate%bitrate%_x265.mp4\nfor %%f in (%1*.mp4 %1*.avi %1*.mov) do (\n\tffmpeg -i %%~f -c:v hevc_nvenc -b:v %bitrate% -map_metadata 0 -preset fast %%~nf%out_file%\n\texiftool -tagsFromFile %%~f -extractEmbedded -all:all -FileModifyDate -overwrite_original %%~nf%out_file%\n)<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/ffmpeg.org\/download.html\">https:\/\/ffmpeg.org\/download.html<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/exiftool.org\/\">https:\/\/exiftool.org\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>https:\/\/ffmpeg.org\/download.html https:\/\/exiftool.org\/<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[14,16,15],"class_list":["post-711","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-batch-scripts","tag-transcoding","tag-video"],"_links":{"self":[{"href":"https:\/\/blog.animatti.ca\/index.php\/wp-json\/wp\/v2\/posts\/711","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.animatti.ca\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.animatti.ca\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.animatti.ca\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.animatti.ca\/index.php\/wp-json\/wp\/v2\/comments?post=711"}],"version-history":[{"count":2,"href":"https:\/\/blog.animatti.ca\/index.php\/wp-json\/wp\/v2\/posts\/711\/revisions"}],"predecessor-version":[{"id":744,"href":"https:\/\/blog.animatti.ca\/index.php\/wp-json\/wp\/v2\/posts\/711\/revisions\/744"}],"wp:attachment":[{"href":"https:\/\/blog.animatti.ca\/index.php\/wp-json\/wp\/v2\/media?parent=711"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.animatti.ca\/index.php\/wp-json\/wp\/v2\/categories?post=711"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.animatti.ca\/index.php\/wp-json\/wp\/v2\/tags?post=711"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}