Created attachment 168876 [details] 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
Created attachment 168877 [details] poudriere bulk -t log (10.1R i386)
Created attachment 169412 [details] v1 More options from |configure --help| diff. These should have been part of bug 207547.
Created attachment 169413 [details] poudriere bulk -t log (10.1R i386)
New OPTIONs have been integrated into updated patch in bug 207547. Propose to close this pr.
OK. Nice touch marking CHROMAPRINT as BROKEN but to avoid ambiguity better reference the bug number explicitly. *** This bug has been marked as a duplicate of bug 207547 ***
A commit references this bug: Author: jbeich Date: Wed Dec 14 20:03:17 UTC 2016 New revision: 428588 URL: https://svnweb.freebsd.org/changeset/ports/428588 Log: multimedia/ffmpeg: expose GCRYPT, GMP, LIBRTMP options GMP is enabled by default as GNUTLS indirectly pulls math/gmp mimicing the behavior in ffmpeg-2.8.10. PR: 208457 (lost in a mismerge) Reported by: sunpoet Changes: head/multimedia/ffmpeg/Makefile