<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Courier;" class="">These work:</span><br style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Courier;" class=""><br style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Courier;" class=""><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Courier;" class="">/usr/local/bin/avconv -y -r 10 -i $inpath -r 10 -vcodec libx264 -q:v 3 $vfile;</span><br style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Courier;" class=""><br style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Courier;" class=""><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Courier;" class="">/usr/local/bin/ffmpeg -y -r 10 -i $inpath -r 10 -vcodec libx264 -q:v 3 $vfile;</span><br style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Courier;" class=""><br style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Courier;" class=""><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Courier;" class="">This doesn’t:</span><br style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Courier;" class=""><br style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Courier;" class=""><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Courier;" class="">/opt/local/bin/ffmpeg -y -r 10 -i $inpath -r 10 -vcodec libx264 -q:v 3 $vfile;</span><br style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Courier;" class=""><br style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Courier;" class=""><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Courier;" class="">Both ffmpegs are version 4.2.1</span><br style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Courier;" class=""><br style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Courier;" class=""><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Courier;" class="">It seems to be a MacPorts issue.</span></body></html>