mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-22 01:12:41 +00:00
58ea8c471d1b56cdca86cd27311235acf88016e0
- Fixes https://github.com/termux/termux-app/issues/4924 - Makes the command `ffmpeg -h encoder=libx265` show this ``` Supported pixel formats: yuv420p yuvj420p yuv422p yuvj422p yuv444p yuvj444p gbrp yuv420p10le yuv422p10le yuv444p10le gbrp10le yuv420p12le yuv422p12le yuv444p12le gbrp12le gray gray10le gray12le yuva420p yuva420p10le ``` instead of this ``` Supported pixel formats: yuv420p yuvj420p yuv422p yuvj422p yuv444p yuvj444p gbrp gray yuva420p ``` - Not necessary to recompile `ffmpeg`; it will automatically get the updated `libx265` - Not supported for 32-bit targets and automatically disabled for them by upstream code - `libx264` does not need this since it seems to have 10-bit depth already by default and does not appear to support 12-bit depth
Termux packages for pacman - official git repo mirror
Code for connecting repository:
main:
[main]
Server = https://service.termux-pacman.dev/main/$arch
x11:
[x11]
Server = https://service.termux-pacman.dev/x11/$arch
root:
[root]
Server = https://service.termux-pacman.dev/root/$arch
Other information:
- Android support: 7+
- Architecture support: all (aarch64, arm, x86_64, i686)
- Signature: termux-pacman organization gpg key
- Powered by aws
- Root repository: https://github.com/termux/termux-packages
- Organization maintaining the root repository: termux
Description
Languages
Shell
80.7%
C
12.5%
C++
2.6%
CMake
1%
Python
0.8%
Other
2.2%