Sha256: bb39cf9595aa8e495f1f9f60cf7c5c3564bb2e293273ef695c6f092566802793
Contents?: true
Size: 410 Bytes
Versions: 1
Compression:
Stored size: 410 Bytes
Contents
# Basic support for different videos # It only has been tested with .avi so far PlainTextExtractor.new { every :avi, :mpg, :mpeg, :mov, :wmv as "video/*" aka "some video" extract_thumbnail_with 'ffmpegthumbnailer -i SOURCE -o THUMBNAIL' extract_content_with 'exiftool SOURCE' which_should_for_example_extract 'Image Size 320x200 Duration 1.96s', :from => 'badminton.avi' }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
picolena-0.2.2 | lib/picolena/templates/lib/plain_text_extractors/videos.rb |