2018-06-29 11:22:02 +02:00
2018-06-29 11:22:02 +02:00
2018-06-18 18:39:30 +02:00
2017-11-16 16:40:51 +01:00
2018-03-10 12:13:30 +01:00

voukoder-ffmpeg-buildscript

Builds static libraries of ffmeg and external libraries (x264 8bit, x265 8,10 and 12bit) to be used in the voukoder project.

Install msys2

  • Get the 64bit version of msys2 from msys2.org
  • Install it

Start msys2

  • Open a command prompt
  • Run "vcvarsall.bat amd64" in "c:\program files (x86)\microsoft visual studio\2017\community\VC\Auxiliary\Build"
  • Run msys2 with "msys2_shell.cmd -mingw64 -full-path"

Install development tools

  • Install CMakeGui in Windows to have the VisualStudio templates ready
  • Install "pacman -S base-devel binutils git make pkg-config" in msys2
  • Install nasm to /usr/bin/nasm.exe
  • Install cmake gui
  • Add cmake path to path variable

Starting the build

  • Have the build.sh file at i.e. "/home/daniel/ffmpeg/build.sh"
  • Start the build by either "./build.sh debug" or "./build.sh release"
Description
Provides a FFmpeg static libs to be used with Voukoder. They are being built using a GitHub action worflow.
Readme GPL-3.0 2.7 MiB
20240101 Latest
2024-01-01 18:32:55 +03:00
Languages
Diff 100%