11 Matching Annotations
  1. Jun 2025
  2. Sep 2023
  3. Feb 2021
  4. Jan 2021
  5. Jan 2020
    1. This is telling you not that the codec is missing, but that it is not compatible with the MP4 format. You can fix this issue by using a different audio codec. ffmpeg -i P1010989.MOV -vcodec copy -acodec aac -strict -2 -b:a 384k out.mp4
  6. Dec 2017
    1. FFmpeg itself is composed of several libraries that can be used individually, and outside of FFmpeg, for instance in integrating parts of FFmpeg into your own program.

      the guide to Intergrating FFmpeg

    1. Compile with pthreads and make sure to specify the number of threads you want to use with the -threads cmdline parameter

      FFMPEG multithreading to take the advantage of multi core cpu