@remotion/compositor-win32-x64-msvc 4.0.102 → 4.0.103
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +1 -1
- package/{ffmpeg/remotion/lib/avcodec-60.dll → avcodec-60.dll} +0 -0
- package/{ffmpeg/remotion/lib/avdevice-60.dll → avdevice-60.dll} +0 -0
- package/{ffmpeg/remotion/lib/avfilter-9.dll → avfilter-9.dll} +0 -0
- package/{ffmpeg/remotion/lib/avformat-60.dll → avformat-60.dll} +0 -0
- package/{ffmpeg/remotion/lib/avutil-58.dll → avutil-58.dll} +0 -0
- package/package.json +1 -1
- package/remotion.exe +0 -0
- package/{ffmpeg/remotion/lib/swresample-4.dll → swresample-4.dll} +0 -0
- package/{ffmpeg/remotion/lib/swscale-7.dll → swscale-7.dll} +0 -0
- package/compositor.exe +0 -0
- package/ffmpeg/remotion/lib/pkgconfig/dav1d.pc +0 -10
- package/ffmpeg/remotion/lib/pkgconfig/fdk-aac.pc +0 -11
- package/ffmpeg/remotion/lib/pkgconfig/libavcodec.pc +0 -14
- package/ffmpeg/remotion/lib/pkgconfig/libavdevice.pc +0 -14
- package/ffmpeg/remotion/lib/pkgconfig/libavfilter.pc +0 -14
- package/ffmpeg/remotion/lib/pkgconfig/libavformat.pc +0 -14
- package/ffmpeg/remotion/lib/pkgconfig/libavutil.pc +0 -14
- package/ffmpeg/remotion/lib/pkgconfig/libswresample.pc +0 -14
- package/ffmpeg/remotion/lib/pkgconfig/libswscale.pc +0 -14
- package/ffmpeg/remotion/lib/pkgconfig/opus.pc +0 -15
- package/ffmpeg/remotion/lib/pkgconfig/vpx.pc +0 -14
- package/ffmpeg/remotion/lib/pkgconfig/x264.pc +0 -11
- package/ffmpeg/remotion/lib/pkgconfig/x265.pc +0 -10
- package/ffmpeg/remotion/lib/pkgconfig/zimg.pc +0 -13
- /package/{ffmpeg/remotion/bin/ffmpeg.exe → ffmpeg.exe} +0 -0
- /package/{ffmpeg/remotion/bin/ffprobe.exe → ffprobe.exe} +0 -0
- /package/{ffmpeg/remotion/lib/libgcc_s_seh-1.dll → libgcc_s_seh-1.dll} +0 -0
- /package/{ffmpeg/remotion/lib/libssp-0.dll → libssp-0.dll} +0 -0
- /package/{ffmpeg/remotion/lib/libstdc++-6.dll → libstdc++-6.dll} +0 -0
- /package/{ffmpeg/remotion/lib/libvpx-1.dll → libvpx-1.dll} +0 -0
- /package/{ffmpeg/remotion/lib/libwinpthread-1.dll → libwinpthread-1.dll} +0 -0
- /package/{ffmpeg/remotion/lib/msvcr100.dll → msvcr100.dll} +0 -0
- /package/{ffmpeg/remotion/lib/zlib1.dll → zlib1.dll} +0 -0
package/LICENSE.md
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
package/remotion.exe
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/compositor.exe
DELETED
|
Binary file
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
prefix=/home/circleci/project/av1/build
|
|
2
|
-
includedir=${prefix}/include
|
|
3
|
-
libdir=${prefix}/lib
|
|
4
|
-
srcdir=/home/circleci/project/av1
|
|
5
|
-
|
|
6
|
-
Name: libdav1d
|
|
7
|
-
Description: AV1 decoding library
|
|
8
|
-
Version: 1.2.1
|
|
9
|
-
Libs: -L${prefix}/src -ldav1d -lpthread
|
|
10
|
-
Cflags: -I${prefix}/src -I${srcdir}/src -I${prefix} -I${srcdir} -I${prefix}/include/dav1d -I${srcdir}/include/dav1d -I${prefix}/include -I${srcdir}/include
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
prefix=/home/circleci/project/fdk-aac-2.0.2/remotion
|
|
2
|
-
exec_prefix=${prefix}
|
|
3
|
-
libdir=${exec_prefix}/lib
|
|
4
|
-
includedir=${prefix}/include
|
|
5
|
-
|
|
6
|
-
Name: Fraunhofer FDK AAC Codec Library
|
|
7
|
-
Description: AAC codec library
|
|
8
|
-
Version: 2.0.2
|
|
9
|
-
Libs: -L${libdir} -lfdk-aac
|
|
10
|
-
Libs.private:
|
|
11
|
-
Cflags: -I${includedir}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
prefix=remotion
|
|
2
|
-
exec_prefix=${prefix}
|
|
3
|
-
libdir=remotion/lib
|
|
4
|
-
includedir=remotion/include
|
|
5
|
-
|
|
6
|
-
Name: libavcodec
|
|
7
|
-
Description: FFmpeg codec library
|
|
8
|
-
Version: 60.31.102
|
|
9
|
-
Requires:
|
|
10
|
-
Requires.private: libswresample >= 4.12.100, libavutil >= 58.29.100
|
|
11
|
-
Conflicts:
|
|
12
|
-
Libs: -L${libdir} -lavcodec
|
|
13
|
-
Libs.private: -L/mingw64/lib -lvpx -lm -L/mingw64/lib -lvpx -lm -L/mingw64/lib -lvpx -lm -L/mingw64/lib -lvpx -lm -pthread -lm -latomic -L/home/circleci/project/av1/build/src -ldav1d -lpthread -L/home/circleci/project/fdk-aac-2.0.2/remotion/lib -lfdk-aac -lmp3lame -lm -Lremotion/lib -lopus -lm -lssp -Lremotion/lib -lx264 -Lremotion/lib -lx265 -lstdc++ -lgcc_s -lgcc -lgcc_s -lgcc -lole32 -luser32 -L/usr/x86_64-w64-mingw32/lib -lz
|
|
14
|
-
Cflags: -I${includedir}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
prefix=remotion
|
|
2
|
-
exec_prefix=${prefix}
|
|
3
|
-
libdir=remotion/lib
|
|
4
|
-
includedir=remotion/include
|
|
5
|
-
|
|
6
|
-
Name: libavdevice
|
|
7
|
-
Description: FFmpeg device handling library
|
|
8
|
-
Version: 60.3.100
|
|
9
|
-
Requires:
|
|
10
|
-
Requires.private: libavfilter >= 9.12.100, libswscale >= 7.5.100, libavformat >= 60.16.100, libavcodec >= 60.31.102, libswresample >= 4.12.100, libavutil >= 58.29.100
|
|
11
|
-
Conflicts:
|
|
12
|
-
Libs: -L${libdir} -lavdevice
|
|
13
|
-
Libs.private: -lpsapi -lole32 -lstrmiids -luuid -loleaut32 -lshlwapi -lgdi32 -lm -latomic -lvfw32
|
|
14
|
-
Cflags: -I${includedir}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
prefix=remotion
|
|
2
|
-
exec_prefix=${prefix}
|
|
3
|
-
libdir=remotion/lib
|
|
4
|
-
includedir=remotion/include
|
|
5
|
-
|
|
6
|
-
Name: libavfilter
|
|
7
|
-
Description: FFmpeg audio/video filtering library
|
|
8
|
-
Version: 9.12.100
|
|
9
|
-
Requires:
|
|
10
|
-
Requires.private: libswscale >= 7.5.100, libswresample >= 4.12.100, libavutil >= 58.29.100
|
|
11
|
-
Conflicts:
|
|
12
|
-
Libs: -L${libdir} -lavfilter
|
|
13
|
-
Libs.private: -pthread -lm -latomic -L/home/circleci/project/zimg/remotion/lib -lzimg -lstdc++ -lm
|
|
14
|
-
Cflags: -I${includedir}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
prefix=remotion
|
|
2
|
-
exec_prefix=${prefix}
|
|
3
|
-
libdir=remotion/lib
|
|
4
|
-
includedir=remotion/include
|
|
5
|
-
|
|
6
|
-
Name: libavformat
|
|
7
|
-
Description: FFmpeg container format library
|
|
8
|
-
Version: 60.16.100
|
|
9
|
-
Requires:
|
|
10
|
-
Requires.private: libavcodec >= 60.31.102, libswresample >= 4.12.100, libavutil >= 58.29.100
|
|
11
|
-
Conflicts:
|
|
12
|
-
Libs: -L${libdir} -lavformat
|
|
13
|
-
Libs.private: -lm -latomic -L/usr/x86_64-w64-mingw32/lib -lz -lsecur32 -lws2_32
|
|
14
|
-
Cflags: -I${includedir}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
prefix=remotion
|
|
2
|
-
exec_prefix=${prefix}
|
|
3
|
-
libdir=remotion/lib
|
|
4
|
-
includedir=remotion/include
|
|
5
|
-
|
|
6
|
-
Name: libavutil
|
|
7
|
-
Description: FFmpeg utility library
|
|
8
|
-
Version: 58.29.100
|
|
9
|
-
Requires:
|
|
10
|
-
Requires.private:
|
|
11
|
-
Conflicts:
|
|
12
|
-
Libs: -L${libdir} -lavutil
|
|
13
|
-
Libs.private: -pthread -lm -luser32 -lbcrypt -latomic
|
|
14
|
-
Cflags: -I${includedir}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
prefix=remotion
|
|
2
|
-
exec_prefix=${prefix}
|
|
3
|
-
libdir=remotion/lib
|
|
4
|
-
includedir=remotion/include
|
|
5
|
-
|
|
6
|
-
Name: libswresample
|
|
7
|
-
Description: FFmpeg audio resampling library
|
|
8
|
-
Version: 4.12.100
|
|
9
|
-
Requires:
|
|
10
|
-
Requires.private: libavutil >= 58.29.100
|
|
11
|
-
Conflicts:
|
|
12
|
-
Libs: -L${libdir} -lswresample
|
|
13
|
-
Libs.private: -lm -latomic
|
|
14
|
-
Cflags: -I${includedir}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
prefix=remotion
|
|
2
|
-
exec_prefix=${prefix}
|
|
3
|
-
libdir=remotion/lib
|
|
4
|
-
includedir=remotion/include
|
|
5
|
-
|
|
6
|
-
Name: libswscale
|
|
7
|
-
Description: FFmpeg image rescaling library
|
|
8
|
-
Version: 7.5.100
|
|
9
|
-
Requires:
|
|
10
|
-
Requires.private: libavutil >= 58.29.100
|
|
11
|
-
Conflicts:
|
|
12
|
-
Libs: -L${libdir} -lswscale
|
|
13
|
-
Libs.private: -lm -latomic
|
|
14
|
-
Cflags: -I${includedir}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# Opus codec reference implementation pkg-config file
|
|
2
|
-
|
|
3
|
-
prefix=remotion
|
|
4
|
-
exec_prefix=${prefix}
|
|
5
|
-
libdir=${exec_prefix}/lib
|
|
6
|
-
includedir=${prefix}/include
|
|
7
|
-
|
|
8
|
-
Name: Opus
|
|
9
|
-
Description: Opus IETF audio codec (floating-point, custom modes build)
|
|
10
|
-
URL: https://opus-codec.org/
|
|
11
|
-
Version: 1.3.1
|
|
12
|
-
Requires:
|
|
13
|
-
Conflicts:
|
|
14
|
-
Libs: -L${libdir} -lopus -lm -lssp
|
|
15
|
-
Cflags: -I${includedir}/opus
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
# pkg-config file from libvpx v1.13.0
|
|
2
|
-
prefix=/mingw64
|
|
3
|
-
exec_prefix=${prefix}
|
|
4
|
-
libdir=${prefix}/lib
|
|
5
|
-
includedir=${prefix}/include
|
|
6
|
-
|
|
7
|
-
Name: vpx
|
|
8
|
-
Description: WebM Project VPx codec implementation
|
|
9
|
-
Version: 1.13.0
|
|
10
|
-
Requires:
|
|
11
|
-
Conflicts:
|
|
12
|
-
Libs: -L${libdir} -lvpx -lm
|
|
13
|
-
Libs.private: -lm -lpthread
|
|
14
|
-
Cflags: -I${includedir}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
prefix=remotion
|
|
2
|
-
exec_prefix=${prefix}
|
|
3
|
-
libdir=${exec_prefix}/lib
|
|
4
|
-
includedir=${prefix}/include
|
|
5
|
-
|
|
6
|
-
Name: x264
|
|
7
|
-
Description: H.264 (MPEG4 AVC) encoder library
|
|
8
|
-
Version: 0.164.3108
|
|
9
|
-
Libs: -L${exec_prefix}/lib -lx264
|
|
10
|
-
Libs.private:
|
|
11
|
-
Cflags: -I${prefix}/include
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
prefix=/home/circleci/project/zimg/remotion
|
|
2
|
-
exec_prefix=${prefix}
|
|
3
|
-
libdir=${exec_prefix}/lib
|
|
4
|
-
includedir=${prefix}/include
|
|
5
|
-
|
|
6
|
-
Name: zimg
|
|
7
|
-
Description: Scaling, colorspace conversion, and dithering library
|
|
8
|
-
Version: 2.9.3
|
|
9
|
-
|
|
10
|
-
# If building a static library against a C++ runtime other than libstdc++,
|
|
11
|
-
# define STL_LIBS when running configure.
|
|
12
|
-
Libs: -L${libdir} -lzimg -lstdc++ -lm
|
|
13
|
-
Cflags: -I${includedir}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|