ср, 4 сент. 2024 г., 20:41 Phyllis Smith <[email protected]>:
I will see if I can find any history of giflib-5.2.2.patch2. Does the multibit compile work for you on Termux?
seems to be yes (12 bit profile): x265 [info]: HEVC encoder version 3.5+1-f0c1022b6 x265 [info]: build info [Linux][clang 18.1.8][64 bit][noasm] 12bit x265 [info]: using cpu capabilities: NEON x265 [info]: Main 4:2:2 12 profile, Level-4 (Main tier) x265 [info]: Thread pool created using 8 threads x265 [info]: Slices : 1 x265 [info]: frame threads / pool features : 3 / wpp(17 rows) x265 [info]: Coding QT: max CU size, min CU size : 64 / 8 x265 [info]: Residual QT: max TU size, max depth : 32 / 1 inter / 1 intra x265 [info]: ME / range / subpel / merge : hex / 57 / 2 / 3 x265 [info]: Keyframe min / max / scenecut / bias : 30 / 30 / 40 / 5.00 x265 [info]: Lookahead / bframes / badapt : 20 / 4 / 2 x265 [info]: b-pyramid / weightp / weightb : 1 / 1 / 0 x265 [info]: References / ref-limit cu / depth : 3 / off / on x265 [info]: AQ: mode / str / qg-size / cu-tree : 2 / 1.0 / 32 / 1 x265 [info]: Rate Control / qCompress : CRF-28.0 / 0.60 x265 [info]: tools: rd=3 psy-rd=2.00 early-skip rskip mode=1 signhide tmvp x265 [info]: tools: b-intra strong-intra-smoothing lslices=6 deblock sao FFMPEG::open_decoder: some stream times estimated: /data/data/com.termux/files/home/20081103140154.m2t x265 [info]: frame I: 1, Avg QP:27.43 kb/s: 10667.00 x265 [info]: frame P: 6, Avg QP:28.99 kb/s: 1510.10 x265 [info]: frame B: 22, Avg QP:34.82 kb/s: 199.49 x265 [info]: Weighted P-Frames: Y:0.0% UV:0.0% encoded 29 frames in 18.36s (1.58 fps), 831.60 kb/s, Avg QP:33.36 Render::render_single: Session finished. ** rendered 29 frames in 18.774 secs, 1.545 fps Tarantas added to our bug report of:
https://www.cinelerra-gg.org/bugtracker/view.php?id=650#c5694giflib-5.2.2.pa... which I tried to track but failed.
On Wed, Sep 4, 2024 at 11:38 AM Andrew Randrianasulu < [email protected]> wrote:
due to giflib-5.2.2.patch2
I removed patch and build is ok. Not sure where this patch was needed, may be on older distros?
I also tried to "set -e" before building cingg and get build breaking error somewhere in x265 dir, as reported already.
but for me default (seen with "set -o" ) errexit=off, you can set it off for specific build by executing "set +e" before building cingg.