1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/multimedia/rubygem-paperclip-av-transcoder/pkg-descr
Joseph Mingrone 14a17abb5d New port, multimedia/rubygem-paperclip-av-transcoder: Audio/Video
transcoder for Paperclip using FFMPEG/Avconv

Adding this because it is a dependency of the upcoming www/mastodon port.

WWW: https://github.com/ruby-av/paperclip-av-transcoder/

Approved by:	swills (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D10350
2017-04-10 19:42:55 +00:00

13 lines
481 B
Plaintext

Audio/Video Transcoder for Paperclip using FFMPEG/Avconv.
With a few lines of code, your application can produce
- a transcoded FLV file with the requested dimensions if they will match the
aspect ratio of the original file, otherwise, width will be maintained and
height will be recalculated to keep the original aspect ratio
- a screenshot thumbnail with the requested dimensions regardless of the aspect
ratio.
WWW: https://github.com/ruby-av/paperclip-av-transcoder/