Search Criteria
Package Details: x264_152 152-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/x264_152.git (read-only, click to copy) |
|---|---|
| Package Base: | x264_152 |
| Description: | complete solution to record, convert and stream audio and Open Source H264/AVC video encoder |
| Upstream URL: | https://www.videolan.org/developers/x264.html |
| Licenses: | GPL2 |
| Provides: | libx264.so.152 |
| Submitter: | vmp |
| Maintainer: | vmp |
| Last Packager: | vmp |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-03-09 15:19 (UTC) |
| Last Updated: | 2024-03-02 05:41 (UTC) |
Dependencies (5)
- bzip2 (bzip2-gitAUR)
- ffmpeg2.1AUR
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- l-smash (l-smash-x264-tmod-gitAUR, l-smash-gitAUR, l-smash-gitAUR) (make)
- nasm (nasm-gitAUR) (make)
Latest Comments
vmp commented on 2024-02-29 16:23 (UTC) (edited on 2024-03-02 16:29 (UTC) by vmp)
to build x264_152 one needs to install ffmpeg2.1 firstif x264_152 doesn't build then try (as sudo):
nano /etc/locale.gen
en_US.UTF-8
en_US.ISO-8859-1
locale-gen
vmp commented on 2022-09-09 18:26 (UTC) (edited on 2024-03-02 16:28 (UTC) by vmp)
Yesterday I could build x264_152 without issue but today the same error in compiling (I think it is fixed now).
I think one has to install ffmpeg21 first and then x264_152.
One needs x264_152 for ffdiaporama 2.1.redrum781 commented on 2022-09-09 14:24 (UTC) (edited on 2022-09-09 14:30 (UTC) by redrum781)
Error in compiling:
filters/video/resize.c: In function ‘pick_closest_supported_csp’: filters/video/resize.c:214:30: error: ‘AVComponentDescriptor’ has no member named ‘depth_minus1’ 214 | if( pix_desc->comp[i].depth_minus1 >= 8 ) | ^ make: *** [<builtin>: filters/video/resize.o] Error 1 make: *** Waiting for unfinished jobs.... ==> ERROR: A failure occurred in build(). Aborting...tujir commented on 2022-09-09 11:00 (UTC)
Why do I need libx264.so_152_ ?
FabioLolix commented on 2021-08-20 10:24 (UTC)
Hello, using "-j$(nproc)" is prohibited, while || return 1 is not necessary