Search Criteria
Package Details: ffmpeg-decklink 1:7.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ffmpeg-decklink.git (read-only, click to copy) |
---|---|
Package Base: | ffmpeg-decklink |
Description: | Complete solution to record, convert and stream audio and video (decklink enabled) |
Upstream URL: | https://www.ffmpeg.org/ |
Keywords: | audio codec convert decklink encoder ffmpeg media video |
Licenses: | LicenseRef-nonfree-and-unredistributable |
Conflicts: | ffmpeg |
Provides: | ffmpeg, libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavutil.so, libpostproc.so, libswresample.so, libswscale.so |
Submitter: | jankoppe |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2016-05-11 10:29 (UTC) |
Last Updated: | 2024-11-07 22:45 (UTC) |
Dependencies (86)
- alsa-lib
- aom (aom-vmaf-gitAUR, aom-gitAUR, aom-av1-lavish-gitAUR)
- bzip2 (bzip2-gitAUR)
- cairo (cairo-gitAUR)
- dav1d (dav1d-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- fribidi (fribidi-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- glslang (glslang-gitAUR)
- gmp (gmp-hgAUR)
- gnutls (gnutls-gitAUR)
- gsm
- harfbuzz (harfbuzz-gitAUR)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack)
- lame (lame-svnAUR, lame-altivecAUR)
- libass (libass-gitAUR)
- libavc1394
- libbluray (libbluray-gitAUR)
- Show 66 more dependencies...
Required by (1912)
- 0wgram (requires ffmpeg)
- 2h4u (requires ffmpeg) (make)
- 3ncode-git (requires ffmpeg)
- 48tools (requires ffmpeg)
- 64gram-desktop (requires ffmpeg)
- aaxtomp3 (requires ffmpeg)
- aaxtomp3-git (requires ffmpeg)
- ab-av1 (requires ffmpeg)
- abyss-engine-git (requires ffmpeg)
- aconcat (requires ffmpeg)
- adlmidi-git (requires ffmpeg) (optional)
- aegisub-arch1t3cht (requires ffmpeg)
- aegisub-arch1t3cht-git (requires ffmpeg)
- aegisub-arch1t3cht-qt5-git (requires ffmpeg)
- aegisub-japan7-git (requires ffmpeg)
- airsonic-advanced-git (requires ffmpeg) (optional)
- airsonic-git (requires ffmpeg) (optional)
- akkoma (requires ffmpeg) (optional)
- akkoma-bin (requires ffmpeg) (optional)
- akkoma-git (requires ffmpeg) (optional)
- Show 1892 more...
Latest Comments
1 2 Next › Last »
dbermond commented on 2024-03-18 22:35 (UTC)
@herges Package updated. Added patch for vulkan-headers 1.3.279. Thanks for reporting.
herges commented on 2024-03-18 21:55 (UTC)
The current version 1:6.1.1-1 seems not to build with vulkan-icd-loader-1.3.279-1 from 2024-03-06. Setting --disable-vulkan fixed this. Here is a part of this error message:
dbermond commented on 2023-06-21 00:45 (UTC)
@thurstylark The option was accidentally dropped in the last update. Now fixed, by adding it again. Thanks for reporting.
thurstylark commented on 2023-05-17 14:25 (UTC) (edited on 2023-05-17 14:25 (UTC) by thurstylark)
Current version fails in
build()
with the following message:Adding
--enable-nonfree
to the configure script options fixes the issue.dbermond commented on 2020-10-19 14:56 (UTC)
@jankoppe Added patch for srt 1.4.2. I added the patch in ffmpeg-full but forgot to add it here. Thanks.
jankoppe commented on 2020-10-19 11:50 (UTC) (edited on 2020-10-19 11:50 (UTC) by jankoppe)
Current version of ffmpeg has deprecated use of libsrt, that is not compatible with newer versions of libsrt anymore. There is the option of downgrading libsrt or applying this patch, as described in https://trac.ffmpeg.org/ticket/8760#comment:5 :
dbermond commented on 2020-03-25 13:29 (UTC)
@limaxray Thanks. Package updated.
limaxray commented on 2020-03-24 19:16 (UTC)
The PKGBUILD is missing the sha256sum of the new decklink 11.5 support patch, causing makepkg to fail on source validation.
dbermond commented on 2018-06-11 02:01 (UTC)
@ggrub Thank you for appreciating this package.
Yes, vaapi decode for mjpeg is enabled in this package. It's not viewed with ffmpeg
-codecs
or-decoders
options. vaapi decoding is treated as a hwaccel component, and not as direct decoder, being used with ffmpeg option-hwaccel
. You can see it enabled by viewing the./configure
output at build time:Enabled hwaccels: ... mjpeg_vaapi
.ggrub commented on 2018-06-10 12:12 (UTC)
MJPEG decode hwaccel is included ?
https://github.com/FFmpeg/FFmpeg/commit/63c690ad154509dcda78d3d3537bd1af9c406241
DEVIL. mjpeg Motion JPEG (decoders: mjpeg mjpeg_cuvid ) (encoders: mjpeg mjpeg_vaapi )
1 2 Next › Last »