Search Criteria
Package Details: cinelerra-gg-git 5.1.2020.10.r4.g58a3fb9e-1
Git Clone URL: | https://aur.archlinux.org/cinelerra-gg-git.git (read-only, click to copy) |
---|---|
Package Base: | cinelerra-gg-git |
Description: | Professional video editing and compositing environment |
Upstream URL: | https://www.cinelerra-gg.org |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | FabioLolix |
Maintainer: | FabioLolix (pingplug) |
Last Packager: | FabioLolix |
Votes: | 6 |
Popularity: | 0.025021 |
First Submitted: | 2020-08-18 12:52 |
Last Updated: | 2020-11-29 19:43 |
Dependencies (32)
- alsa-lib (alsa-lib-x205ta, alsa-lib-git, alsa-lib-minimal-git, alsa-lib-a52pcm)
- aom (aom-vmaf-git, aom-git)
- dav1d (dav1d-git, dav1d-git-optimized)
- fftw (fftw-mpich, fftw-mpi, fftw-amd)
- flac (flac-git, flac-nodocs-git, flac-minimal-git)
- glu (glu-git)
- gtk2 (gtk2-patched-gdkwin-nullcheck, gtk2-ubuntu, gtk2-git, gtk2-minimal-git, gtk2-patched-filechooser-icon-view)
- libavc1394
- libdv
- libiec61883
- libpulse (libpulse-bluedio, pulseaudio-pali, libpulse-airplay, pulseaudio-git, libpulse-hsphfpd, pulseaudio-dummy, libpulse-nosystemd, libpulse-nosystemd-git, libpulse-nosystemd-minimal-git)
- libtheora (libtheora-ptalarbvorm, libtheora-git)
- libva (libva-git, libva-hantro-h264-git, intel-media-stack-bin, libva-minimal-git, libva-headless)
- libvdpau (libvdpau-git)
- libvorbis (libvorbis-git, libvorbis-aotuv, libvorbis-aotuv-lancer)
- libvpx (libvpx-1.6, libvpx-full-git, libvpx-git, libvpx-1.7)
- libwebp (libwebp-git)
- libxv
- numactl (numactl-git, numactl-stable)
- openexr
- opus (opus-git)
- cmake (cmake-git) (make)
- ctags (ctags_as3_haxe, vim-jp-ctags, guile-emacs-git, ctags-git) (make)
- git (git-git) (make)
- libxml2 (libxml2-linenum, libxml2-git) (make)
- nasm (nasm-git) (make)
- perl-xml-libxml (make)
- perl-xml-parser (make)
- python (python-dbg) (make)
- xorg-mkfontdir (xorg-mkfontscale) (make)
- xorg-mkfontscale (make)
- yasm (yasm-git) (make)
Latest Comments
1 2 Next › Last »
pingplug commented on 2020-08-24 10:48
if you meet
FFMPEG::open_encoder
error when rendering, you can change video bitrate (default is 0) in video preset.FabioLolix commented on 2020-05-28 14:37
@cmmps you need to rebuild the package
cmmps commented on 2020-05-28 13:27
Hello
It seems the last system update broke cinelerra-gg: cin: error while loading shared libraries: libIlmImf-2_4.so.24: cannot open shared object file: No such file or directory
Any ideas when this can be fixed? Thank you.
dpengel3 commented on 2019-05-27 12:39
I'm having the same issue as @JoaoMachado and @Houkime. Has anyone identified a fix for this?
JoaoMachado commented on 2019-04-02 14:22
Having same issue as Houkime, can't render enything, every codec says it can't find it. "can't find codec libvpx-vp9:/home/john/test_video.mkv"
zuzavo commented on 2019-03-30 16:36
Are you sure you have the x265 package installed?
Houkime commented on 2019-03-27 15:20
For some reason current version of this package can't find any encoders even though straight ffmpeg invoked from the terminal can do encoding with same encoders just fine.
int FFMPEG::open_encoder(const char, const char): cant find codec libx265:/home/user/cinelerra_test.mp4
ngoonee commented on 2018-08-10 04:15
Is ctags a builddep for this? I just had a failure saying that binary was not found.
EDIT: After rebuilding while I was out, yes the build works with ctags. Please add that to builddeps
berilac commented on 2017-08-15 21:13
I do love how Arch makes you learn...
Eventually just by studying the wiki in relation to all things PKGBUILD and makepkg, I discovered that I could use the following line in the build() function of PKGBUILD:
'export HAVE_openexr="yes"'
All now installed and seems to be working.
Thanks again for the hard work
berilac commented on 2017-08-15 18:08
@pingplug cheers for the input. I know what you're getting at, just figuring out how to go about it. It'll be in the wiki somewhere ;)