{"id":2394,"date":"2015-11-08T23:34:53","date_gmt":"2015-11-08T21:34:53","guid":{"rendered":"https:\/\/adrhc.go.ro\/wordpress\/?p=2394"},"modified":"2017-10-07T21:46:32","modified_gmt":"2017-10-07T19:46:32","slug":"handling-video-linux","status":"publish","type":"post","link":"https:\/\/adrhc.go.ro\/blog\/handling-video-linux\/","title":{"rendered":"Handling video in Linux"},"content":{"rendered":"<pre>\r\n<b>video exif tool<\/b>\r\nsudo apt-get install libimage-exiftool-perl\r\n\r\n<b>display video's rotation exif<\/b>\r\nexiftool -Rotation 20151024_132350.mp4\r\n\r\n<b>rotate the exif metadata only<\/b>\r\nffmpeg -i 20151024_132350.mp4 -metadata:s:v rotate=\"0\" -vf \"hflip,vflip\" -c:v libx264 -crf 23 -acodec copy 20151024_132350b.mp4\r\n\r\n<strong>resize to 720p<\/strong>\r\nffmpeg -i IMG_0001.MOV -vf scale=-1:720 IMG_0001-720p.MOV\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>video exif tool sudo apt-get install libimage-exiftool-perl display video&#8217;s rotation exif exiftool -Rotation 20151024_132350.mp4 rotate the exif metadata only ffmpeg -i 20151024_132350.mp4 -metadata:s:v rotate=&#8221;0&#8243; -vf &#8220;hflip,vflip&#8221; -c:v libx264 -crf 23 -acodec copy 20151024_132350b.mp4 resize to 720p ffmpeg -i IMG_0001.MOV -vf [&hellip;]<\/p>\n<div class=\"link-more\"><a href=\"https:\/\/adrhc.go.ro\/blog\/handling-video-linux\/#more-2394\" class=\"more-link\">Continue reading &#10142; <span class=\"screen-reader-text\">Handling video in Linux<\/span><\/a><\/div>","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8,11,33],"tags":[],"class_list":["post-2394","post","type-post","status-publish","format-standard","hentry","category-howto","category-linux","category-ubuntu"],"_links":{"self":[{"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/posts\/2394","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/comments?post=2394"}],"version-history":[{"count":0,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/posts\/2394\/revisions"}],"wp:attachment":[{"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/media?parent=2394"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/categories?post=2394"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/tags?post=2394"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}