maintainer-feedback requested: [Bug 208457] multimedia/ffmpeg: add ZIMG option (-vf zscale)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Apr 1 17:33:04 UTC 2016


Jan Beich <jbeich at FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to
multimedia at FreeBSD.org:
Bug 208457: multimedia/ffmpeg: add ZIMG option (-vf zscale)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208457



--- Description ---
Created attachment 168876
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=168876&action=edit
v0

>From ffmpeg-filters(1) manpage:

   zscale
       Scale (resize) the input video, using the z.lib library:
       https://github.com/sekrit-twc/zimg.

       The zscale filter forces the output display aspect ratio to be the same
       as the input, by changing the output sample aspect ratio.

       If the input image format is different from the format requested by the
       next filter, the zscale filter will convert the input to the requested
       format.

Basic testing:

  $ ffmpeg -i /path/to/foo.mp4 -vf zscale=w=320:h=-1 bar.mp4
  $ mpv -vf lavfi='"zscale=w=320:h=-1"' /path/to/foo.mp4


More information about the freebsd-multimedia mailing list