ffmpeg Fails After MacPorts Migration to Catalina Version
Michael Newman
mgnewman at mac.com
Sat Dec 14 08:57:30 UTC 2019
These work:
/usr/local/bin/avconv -y -r 10 -i $inpath -r 10 -vcodec libx264 -q:v 3 $vfile;
/usr/local/bin/ffmpeg -y -r 10 -i $inpath -r 10 -vcodec libx264 -q:v 3 $vfile;
This doesn’t:
/opt/local/bin/ffmpeg -y -r 10 -i $inpath -r 10 -vcodec libx264 -q:v 3 $vfile;
Both ffmpegs are version 4.2.1
It seems to be a MacPorts issue.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-users/attachments/20191214/387f5556/attachment.html>
More information about the macports-users
mailing list