This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ffmpeg -i original.mp4 \ | |
| -vcodec copy -af 'volume=-25dB' converted.mp4 \ | |
| -f mpeg1video -vf "crop=iw-mod(iw\,2):ih-mod(ih\,2)" -b:v 0 converted.mpg \ | |
| -vn -ar 44100 -ac 2 -af 'volume=-25dB' -f mp3 converted.mp3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <style> | |
| .is-ipad-block.b-bnr-ipad { | |
| background: #fff; | |
| margin: 2rem auto 3.7rem; | |
| padding: 1rem; | |
| width: 35rem; | |
| text-align: center; | |
| } | |
| .is-ipad-block.b-bnr-ipad a { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var AdFox_object_%random% = ''; | |
| var tracking_url_%random% = '%trackingURL%'; | |
| var AdFoxEvent_%random% = new Image(); | |
| if(tracking_url_%random% != '') { | |
| var rand_%random% = Math.floor(Math.random() * 1000000); | |
| AdFoxEvent_%random%.src = '%trackingURL%'; | |
| tracking_url_%random% = ''; | |
| } | |
| var AdFox_variable_%random% = 0; | |
| var AdFox_id_%random% = 'AdFox_banner_%random1%'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var AdFox_object_%random% = ''; | |
| var tracking_url_%random% = '%trackingURL%'; | |
| var AdFoxEvent_%random% = new Image(); | |
| if(tracking_url_%random% != '') { | |
| var rand_%random% = Math.floor(Math.random() * 1000000); | |
| AdFoxEvent_%random%.src = '%trackingURL%'; | |
| tracking_url_%random% = ''; | |
| } | |
| var AdFox_variable_%random% = 0; | |
| var AdFox_id_%random% = 'AdFox_banner_%random1%'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require "axe/version" | |
| module Axe | |
| module Rails | |
| class Engine < ::Rails::Engine | |
| end | |
| end | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function(window, document){ | |
| var script = document.createElement('script'); | |
| script.src = 'http://cdn.vmet.ro/html5_bnr/test/adfox.js'; | |
| script.type = 'text/javascript'; | |
| document.getElementsByTagName('head')[0].appendChild(script); | |
| window.adfoxVars = { | |
| bannerUrl: '%imageUrl%', | |
| clickUrl: '%reference%', | |
| user1: '%user1%', | |
| user2: '%user2%', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function(window, document){ | |
| var script = document.createElement('script'); | |
| script.src = 'http://cdn.vmet.ro/html5_bnr/test/adfox.js'; | |
| script.type = 'text/javascript'; | |
| document.getElementsByTagName('head')[0].appendChild(script); | |
| window.adfoxVars = { | |
| user1: 'http://cdn.vmet.ro/html5_bnr/test/banner.html' | |
| }; | |
| } | |
| )(parent, parent.document); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var script = document.createElement('script'); | |
| script.src = 'http://cdn.vmet.ro/html5_bnr/test/adfox.js'; | |
| script.type = 'text/javascript'; | |
| document.getElementsByTagName('body')[0].appendChild(script); | |
| window.adfoxVars = {}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if (!window.jQuery) { | |
| var script = document.createElement('script'); | |
| script.src = 'http://cdn.vmet.ro/html5_bnr/test/jquery-2.1.3.min.js'; | |
| script.type = 'text/javascript'; | |
| document.getElementsByTagName('head')[0].appendChild(script); | |
| } | |
| (function() { | |
| $(function() { |