
My command to combine the audio files into a single mp3 works fine, but when I try to combine that mp3 with the image file, the ffmpeg build I have packaged with my electron app fails with this error: Command was killed with SIGABRT (Aborted): /Applications/RenderTune.app/Contents/Resources/ffmpeg -loop 1 -framerate 2 -i /Users/martin/Downloads/ -i /Users/martin/Downloads/output-871140.mp3 -y -acodec copy -b:a 320k -vcodec libx264 -b:v 8000k -maxrate 8000k -minrate 8000k -bufsize 3M -filter:v scale=w=1920:h=1954 -preset medium -tune stillimage -crf 18 -pix_fmt yuv420p -shortest /Users/martin/Downloads/concatVideo-871140.mp4įfmpeg version git-13335df Copyright (c) 2000-2021 the FFmpeg developersīuilt with Apple LLVM version 10.0.1 (clang-1001.0.46.4)Ĭonfiguration: -pkgconfigdir=/Users/martinbarker/Documents/projects/rendertune-0.5.0/workspace/lib/pkgconfig -prefix=/Users/martinbarker/Documents/projects/rendertune-0.5.0/workspace -pkg-config-flags=-static -extra-cflags='-I/Users/martinbarker/Documents/projects/rendertune-0.5.0/workspace/include -mmacosx-version-min=10.10' -extra-ldflags='-L/Users/martinbarker/Documents/projects/rendertune-0.5.0/workspace/lib -mmacosx-version-min=10.10' -extra-libs='-lpthread -lm' -enable-static -disable-securetransport -disable-debug -disable-shared -disable-ffplay -disable-lzma -disable-doc -enable-version3 -enable-pthreads -enable-runtime-cpudetect -enable-avfilter -enable-filters -disable-libxcb -enable-gpl -enable-nonfree -disable-libass -enable-libfdk-aac -enable-libmp3lame -enable-libx264 I open RenderTune, and try render a video.
#Sexy free calendar for mac osx high sierra install#
I have a virtual machine with High Sierra v10.13 where I install RenderTune-mac.dmg from my RenderTune releases page, then I download 2 audio files and the image from this link.

Hello I made an electron app that uses ffmpeg to combine audio and renders video, it works fine on windows, linux, and modern mac osx computers, but a user has reported to me that on an older version of mac osx such as High Sierra 10.13, the way that I have setup ffmpeg does not work.
