{"_id":"video-thumb","_rev":"17-8ad9dd62caa160644d24d0f41ff8de98","name":"video-thumb","dist-tags":{"latest":"0.0.3"},"versions":{"0.0.1":{"name":"video-thumb","version":"0.0.1","keywords":["ffmpeg","video","thumb","thumbnail","video thumbnail"],"author":{"name":"Vadim Demedes","email":"sbioko@gmail.com"},"_id":"video-thumb@0.0.1","maintainers":[{"name":"vdemedes","email":"sbioko@gmail.com"}],"dist":{"shasum":"74e93f7ad38af6d8894e5a0c52c84bb67b29fdd9","tarball":"https://registry.npmjs.org/video-thumb/-/video-thumb-0.0.1.tgz","integrity":"sha512-Bg6qZUYhqzhda6vLXB5GiiEj/4SYCvnKPwglrtPXUO7xcU5nQ1PKeVemC7bJmUlgkYqkHqn+PUcz+VLZaY1EgA==","signatures":[{"sig":"MEUCIF2umIV7lsX9Q1uGvcaQjtaQBP9AcCVFIlsqxGPTI/ylAiEA++kxRxajjQRA4nFwDO/w5hTofeK+nTYvas8fUrhYs4M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","engines":{"node":"0.4.x"},"_npmUser":{"name":"vdemedes","email":"sbioko@gmail.com"},"deprecated":"Package is no longer maintained","_npmVersion":"1.0.94","description":"Extract snapshots from video at a given time. Requires ffmpeg.","_nodeVersion":"v0.4.9","dependencies":{},"_defaultsLoaded":true,"devDependencies":{},"_engineSupported":true,"directories":{}},"0.0.2":{"name":"video-thumb","version":"0.0.2","keywords":["ffmpeg","video","thumb","thumbnail","video thumbnail"],"author":{"name":"Vadim Demedes","email":"sbioko@gmail.com"},"_id":"video-thumb@0.0.2","maintainers":[{"name":"vdemedes","email":"sbioko@gmail.com"}],"dist":{"shasum":"f9ebdf2f6343e7c6a35db663edffb1576748ebaa","tarball":"https://registry.npmjs.org/video-thumb/-/video-thumb-0.0.2.tgz","integrity":"sha512-ovmABHobBq+pn2OgcDmblxNaHIp4xrxQ6lRJJJqau7yI5pwzpQ37DE0FWxjiBp0Oq5W4Zh3VrkuSt1FWcujMKA==","signatures":[{"sig":"MEQCID5CQgnJmnx1jAXHq29Ga4Cw5U282wlW889pl1pG4aqoAiB9ul5TKmKxHatANo/US/ns6QJIeo1I26rIlwBf5YyEjg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","engines":{"node":">= 0.4"},"_npmUser":{"name":"vdemedes","email":"sbioko@gmail.com"},"deprecated":"Package is no longer maintained","_npmVersion":"1.1.0-beta-10","description":"Extract snapshots from video at a given time. Requires ffmpeg.","_nodeVersion":"v0.6.7","dependencies":{},"_defaultsLoaded":true,"devDependencies":{},"_engineSupported":true,"directories":{}},"0.0.3":{"name":"video-thumb","version":"0.0.3","keywords":["ffmpeg","video","thumb","thumbnail","video thumbnail"],"author":{"name":"Vadim Demedes","email":"sbioko@gmail.com"},"_id":"video-thumb@0.0.3","maintainers":[{"name":"vdemedes","email":"sbioko@gmail.com"}],"dist":{"shasum":"18c6d2f304483b5b555b3759cd4388f6e8a08d08","tarball":"https://registry.npmjs.org/video-thumb/-/video-thumb-0.0.3.tgz","integrity":"sha512-mzVBvrm21ZINMIeEyg4nHbZKfHvDTHIOmQF0z8da5XQUCpfJP+fAyOX++hUJtdFV4QCaFmFbFymWvSAvZ0t47A==","signatures":[{"sig":"MEUCIAIbxYbhDczdzbVNeL083otmfXFrUUI4UoVxa6ypiqPSAiEAybtHcZqEHUtrUPSpULJjnlXMgiFf48GzjPkN97Y9yjA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index","_from":".","_shasum":"18c6d2f304483b5b555b3759cd4388f6e8a08d08","engines":{"node":">= 0.4"},"gitHead":"10e1357927d36877f4bc4a4910a76e5f961c05ec","scripts":{},"_npmUser":{"name":"vdemedes","email":"vdemedes@gmail.com"},"deprecated":"Package is no longer maintained","_npmVersion":"3.7.3","description":"Extract snapshots from video at a given time. Requires ffmpeg.","_nodeVersion":"5.6.0","dependencies":{},"_npmOperationalInternal":{"tmp":"tmp/video-thumb-0.0.3.tgz_1461573555485_0.31290592323057353","host":"packages-12-west.internal.npmjs.com"},"directories":{}}},"time":{"created":"2011-12-08T11:03:40.107Z","modified":"2024-10-04T03:08:39.579Z","0.0.1":"2011-12-08T11:03:41.684Z","0.0.2":"2012-02-15T15:45:45.521Z","0.0.3":"2016-04-25T08:39:18.003Z"},"author":{"name":"Vadim Demedes","email":"sbioko@gmail.com"},"keywords":["ffmpeg","video","thumb","thumbnail","video thumbnail"],"description":"Extract snapshots from video at a given time. Requires ffmpeg.","maintainers":[{"name":"vdemedes","email":"vdemedes@gmail.com"}],"readme":"# video-thumb\n\n  Extract snapshots from video at a given time. Requires ffmpeg.\n\n# Installation\n\n```npm install video-thumb```\n\n# Usage\n\n```\nvar thumbler = require('video-thumb');\n\nthumbler.extract('video.mp4', 'snapshot.png', '00:00:22', '200x125', function(){\n\t\n\tconsole.log('snapshot saved to snapshot.png (200x125) with a frame at 00:00:22');\n\n});\n```\n\n## License \n\n(The MIT License)\n\nCopyright (c) 2011 Vadim Demedes &lt;sbioko@gmail.com&gt;\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","readmeFilename":"Readme.md","users":{"306766053":true,"wisecolt":true,"blade254353074":true}}