{"id":142,"date":"2015-03-25T02:38:41","date_gmt":"2015-03-25T02:38:41","guid":{"rendered":"http:\/\/digitalbla.com\/teste\/acr\/?page_id=142"},"modified":"2023-08-25T19:42:23","modified_gmt":"2023-08-25T19:42:23","slug":"finalizacao-de-audio","status":"publish","type":"page","link":"https:\/\/acr.com.br\/?page_id=142","title":{"rendered":"FINALIZACAO DE AUDIO"},"content":{"rendered":"<p><a href=\"http:\/\/digitalbla.com\/teste\/acr\/wp-content\/uploads\/2015\/08\/edit-site.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\" size-medium wp-image-462 alignright\" src=\"http:\/\/digitalbla.com\/teste\/acr\/wp-content\/uploads\/2015\/08\/edit-site-300x225.jpg\" alt=\"Finalizacao Audio\" width=\"300\" height=\"225\" srcset=\"https:\/\/acr.com.br\/wp-content\/uploads\/2015\/08\/edit-site-300x225.jpg 300w, https:\/\/acr.com.br\/wp-content\/uploads\/2015\/08\/edit-site-1024x768.jpg 1024w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a>O seu filme, s\u00e9rie ou programa est\u00e1 quase pronto, mas os n\u00edveis do \u00e1udio est\u00e3o desequilibrados, com ru\u00eddos, abafados, inaud\u00edveis ou saturados.<\/p>\n<p>Aqui na ACR n\u00f3s fazemos a p\u00f3s-produ\u00e7\u00e3o e mixagem do seu projeto reduzindo ru\u00eddos, nivelando os volumes, masterizando o \u00e1udio e, claro, dando um toque de criatividade, de acordo com as suas expectativas em programas de TV, curtas e longas-metragens temos est\u00fadio com toda tecnologia necess\u00e1ria para que o seu projeto fique com o som cristalino.<\/p>\n<div id=\"justified_gallery_5VBjUY\" class=\"sgg-style-8 \">\r\n\t<a class=\"mfp-iframe\" data-type=\"video\" href=\"https:\/\/vimeo.com\/262098820\" data-caption=\"Contos do Povo da Bola Ep. 03\"><img decoding=\"async\" src=\"https:\/\/acr.com.br\/wp-content\/uploads\/2018\/07\/thumb-contos-do-povo-1024x576.png\" alt=\"Contos do Povo da Bola Ep. 03\"\/><\/a><a class=\"mfp-iframe\" data-type=\"video\" href=\"https:\/\/vimeo.com\/262098820?from=outro-embed\" data-caption=\"Contos do Povo da Bola\"><img decoding=\"async\" src=\"https:\/\/acr.com.br\/wp-content\/uploads\/2023\/08\/Copa-do-Brasil-1024x633.png\" alt=\"Contos do Povo da Bola\"\/><\/a><\/div>\r\n<div id=\"load_more_holder_5VBjUY\" style=\"display:none\"><\/div>\r\n\t\t\t<script type=\"text\/javascript\">\r\n\t\t\t\t(function($){\r\n\t\t\t\t\t$(\"#justified_gallery_5VBjUY\").justifiedGallery({\r\n\t\t\t\t\t\tsizeRangeSuffixes : {\r\n\t\t\t\t'lt100': '', \r\n\t\t\t\t'lt240': '', \r\n\t\t\t\t'lt320': '', \r\n\t\t\t\t'lt500': '', \r\n\t\t\t\t'lt640': '', \r\n\t\t\t\t'lt1024': ''\r\n\t\t\t},rowHeight: 200,\r\nmargins: 10,\r\nlastRow: \"nojustify\",\r\nfixedHeight: false,\r\ncaptions: true,\r\ncaptionsColor: \"#000000\",\r\ncaptionsOpacity: 0.7,\r\nrandomize: true,\r\nmaxRowHeight: 0,\r\nrel: \"5VBjUY\",\r\ntarget: null,\r\nrefreshTime: 250,\r\ncssAnimation: true,\r\ncaptionsAnimationDuration: 500,\r\nimagesAnimationDuration: 300,\r\ncaptionsVisibleOpacity: 0.7,\r\nclass: \"\",\r\n\t\t\t\t\t})\r\n\t\t\t\t\t.on('jg.complete', function(){\r\n\t\t\t\t\t\t$('#justified_gallery_5VBjUY').photobox('a',{title: true,\r\ncounter: \"(A\/B)\",\r\nthumbs: true,\r\nautoplay: true,\r\ntime: 3000,\r\nzoomable: true,\r\nhistory: false,\r\n});\t\t\t\t\t});\r\n\t\t\t\t\tvar nodes = document.querySelectorAll('#justified_gallery_5VBjUY > *'),\r\n_nodes = [].slice.call(nodes, 0);\r\nvar getDirection = function (ev, obj) {\r\n    \/\/ the width and height of the current div\r\n\tvar w = $(obj).width(),\r\n\t\th = $(obj).height(),\r\n\t\t\/\/ calculate the x and y to get an angle to the center of the div from that x and y.\r\n\t\t\/\/ gets the x value relative to the center of the DIV and \"normalize\" it\r\n\t\tx = ( ev.pageX - $(obj).offset().left - ( w\/2 )) * ( w > h ? ( h\/w ) : 1 ),\r\n\t\ty = ( ev.pageY - $(obj).offset().top  - ( h\/2 )) * ( h > w ? ( w\/h ) : 1 ),\r\n\t\t\/\/ the angle and the direction from where the mouse came in\/went out clockwise (TRBL=0123);\r\n\t\t\/\/ first calculate the angle of the point,\r\n\t\t\/\/ add 180 deg to get rid of the negative values\r\n\t\t\/\/ divide by 90 to get the quadrant\r\n\t\t\/\/ add 3 and do a modulo by 4  to shift the quadrants to a proper clockwise TRBL (top\/right\/bottom\/left) **\/\r\n\t\tdirection = Math.round( ( ( ( Math.atan2(y, x) * (180 \/ Math.PI) ) + 180 ) \/ 90 ) + 3 ) % 4;\r\n\treturn direction;\r\n};\r\nvar addClass = function ( ev, obj, state ) {\r\n    var direction = getDirection( ev, obj ),\r\n        class_suffix = \"\";\r\n    obj.className = \"\";\r\n    switch ( direction ) {\r\n        case 0 : class_suffix = '-top';    break;\r\n        case 1 : class_suffix = '-right';  break;\r\n        case 2 : class_suffix = '-bottom'; break;\r\n        case 3 : class_suffix = '-left';   break;\r\n    }\r\n    obj.classList.add( state + class_suffix );\r\n};\r\n\/\/ bind events\r\n_nodes.forEach(function (el) {\r\n    el.addEventListener('mouseenter', function (ev) {\r\n        addClass( ev, this, 'in' );\r\n    }, false);\r\n    el.addEventListener('mouseleave', function (ev) {\r\n        addClass( ev, this, 'out' );\r\n    }, false);\r\n});\t\t\t\t\tWebFontConfig = {\r\n\tgoogle: { families: [] }\r\n};\r\n(function() {\r\n\tvar wf = document.createElement('script');\r\n\twf.src = ('https:' == document.location.protocol ? 'https' : 'http') +\r\n\t\t':\/\/ajax.googleapis.com\/ajax\/libs\/webfont\/1\/webfont.js';\r\n\twf.type = 'text\/javascript';\r\n\twf.async = 'true';\r\n\tvar s = document.getElementsByTagName('script')[0];\r\n\ts.parentNode.insertBefore(wf, s);\r\n})();WebFontConfig.google.families.push('Lobster');\t\t\t\t\t\t\t\t\tvar galleries = [];\r\n\t\t\t\tvar gallery = $(\"#justified_gallery_5VBjUY\");\r\n\t\t\t\t$(window).scroll(function() {\r\n\t\t\t\t\tif ( galleries.length >= 1  ) {\r\n\t\t\t\t\t\tvar scroll_top = $(window).scrollTop();\r\n\t\t\t\t\t\tvar scroll_bottom = scroll_top + $(window).height();\r\n\t\t\t\t\t\tvar gallery_top = $(gallery).offset().top;\r\n\t\t\t\t\t\tvar gallery_height = $(gallery).innerHeight();\r\n\t\t\t\t\t\tvar gallery_bottom = gallery_top + gallery_height;\r\n\t\t\t\t\t\tif( gallery_bottom <= scroll_bottom ) {\r\n\t\t\t\t\t\t\tvar images = galleries.splice(0,1);\r\n\t\t\t\t\t\t\tvar image_html = $(\"#load_more_holder_5VBjUY\").html(images).text();\r\n\t\t\t\t\t\t\t$(gallery).append(image_html);\r\n\t\t\t\t\t\t\t$(gallery).justifiedGallery('norewind');\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t});\t\t\t\t})(jQuery);\r\n\t\t\t<\/script>\r\n\t\t\t\t\t\t<style>\r\n\t            #justified_gallery_5VBjUY .sgg-caption {\r\n\t\t\t\t\tbackground: rgb(0,0,0);\r\n\t\t\t\t\tbackground: rgba(0,0,0,0.7);\r\n\t\t\t\t\tcolor: #ffffff;\r\n\t\t\t\t\tfont-size: 1em;\r\n\t\t\t\t\tfont-weight: 400;\r\n\t\t\t\t\tfont-family: Lobster;\r\n\t\t\t\t}\r\n\t\t\t\t#load_more_5VBjUY {\r\n\t\t\t\t    background: #444444;\r\n\t\t\t\t    color: #ffffff;\r\n\t\t\t\t}\r\n\t\t\t<\/style>\r\n        \t\n","protected":false},"excerpt":{"rendered":"<p>O seu filme, s\u00e9rie ou programa est\u00e1 quase pronto, mas os n\u00edveis do \u00e1udio est\u00e3o desequilibrados, com ru\u00eddos, abafados, inaud\u00edveis ou saturados. Aqui na ACR n\u00f3s fazemos a p\u00f3s-produ\u00e7\u00e3o e mixagem do seu projeto reduzindo ru\u00eddos, nivelando os volumes, masterizando o \u00e1udio e, claro, dando um toque de criatividade, de acordo com as suas expectativas [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":462,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-142","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/acr.com.br\/index.php?rest_route=\/wp\/v2\/pages\/142","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/acr.com.br\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/acr.com.br\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/acr.com.br\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/acr.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=142"}],"version-history":[{"count":18,"href":"https:\/\/acr.com.br\/index.php?rest_route=\/wp\/v2\/pages\/142\/revisions"}],"predecessor-version":[{"id":771,"href":"https:\/\/acr.com.br\/index.php?rest_route=\/wp\/v2\/pages\/142\/revisions\/771"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/acr.com.br\/index.php?rest_route=\/wp\/v2\/media\/462"}],"wp:attachment":[{"href":"https:\/\/acr.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=142"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}