Sent from my iPhone
> On Dec 13, 2019, at 18:28, Michael Newman via macports-users
> <macports-users@lists.macports.org> wrote:
>
> I’ve been using ffmpeg daily for several years to generate time lapse videos
> from a series of JPEGs.
>
> After I updated my 2017 iMac to Catalina, it still worked.
>
> However, after migrating MacPorts to the Catalina version, it fails:
>
> ./skyvideo.sh: line 38: 5438 Done cat $ipath
> 5439 Segmentation fault: 11 | /opt/local/bin/ffmpeg -f image2pipe
> -framerate 10 -vcodec mjpeg -i - -vcodec libx264 -preset veryslow
> -hide_banner -loglevel panic -r 10 -crf 28 -y -pix_fmt yuv420p "$vfile" >>
> "$log"
Is this a premade binary or built from source? If it's a binary you should try
building from source.
I'm not sure MacPorts provides a binary of ffmpeg.
Andrew