generator-easyvideo v0.1.0
generator-easyvideo
Encoding work flow to generate videos in multiple sizes and codecs using FFmpeg, Yeoman and Grunt.
Software Dependencies
FFmpeg
This encoder requries FFmpeg. You may need to compile in support for your desired codec. For libx264 and libvpx, the libraries that generate .mp4 and .webm files, you can install them like so with Homebrew:
$ brew install ffmpeg --with-libvorbis --with-nonfree --with-gpl --with-libvpx --with-pthreads --with-libx264 --with-libfaac --with-theora --with-liboggYeoman and generator-easyvideo
To install Yeoman from npm, run:
$ npm install -g yoTo install generator-easyvideo from npm, run:
$ npm install -g generator-easyvideoConfigure And Run
Instantiate the generator from within your project folder
$ yo easyvideoPlace source files in the newly created assets/videos/ and run:
$ grunt videosAny videos in the assets/videos/ will be generated in the sizes listed in the responsive_videos task in Grunt.js and output to dist/videos/. You may check the default encode settings, or update the output sizes, codecs and poster option by following the instructions for grunt-responsive-videos.
Release History
0.1.0
- Use better version of grunt-responsive-videos
0.0.4
- Updated keywords
0.0.3
- Updated description
0.0.1
- Initial release
License
MIT