Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > VP9 and AV1
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 9th October 2022, 01:35   #1  |  Link
2160p
Registered User
 
Join Date: Feb 2018
Posts: 5
Compile issue with aom-av1-lavish

I download this code from https://github.com/Clybius/aom-av1-lavish and compile this code, get a bug report.

Code:
~/av1-lavish$ make

~/aom-av1-lavish/test/quantize_func_test.cc: In member function ‘void {anonymous}::QuantizeTestBase<CoeffType, FuncType>::InitQuantizer()’:
~/aom-av1-lavish/test/quantize_func_test.cc:123:24: error: too few arguments to function ‘void av1_build_quantizer(aom_bit_depth_t, int, int, int, int, int, QUANTS*, Dequants*, int)’
  123 |     av1_build_quantizer(bd_, 0, 0, 0, 0, 0, &qtab_->quant, &qtab_->dequant);
      |     ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ~/aom-av1-lavish/av1/encoder/encoder.h:36,
                 from ~/aom-av1-lavish/test/quantize_func_test.cc:23:
~/aom-av1-lavish/av1/encoder/av1_quantize.h:99:6: note: declared here
   99 | void av1_build_quantizer(aom_bit_depth_t bit_depth, int y_dc_delta_q,
      |      ^~~~~~~~~~~~~~~~~~~
make[2]: *** [CMakeFiles/test_aom_encoder.dir/build.make:1140: CMakeFiles/test_aom_encoder.dir/test/quantize_func_test.cc.o] Fehler 1
make[1]: *** [CMakeFiles/Makefile2:2777: CMakeFiles/test_aom_encoder.dir/all] Fehler 2
make: *** [Makefile:136: all] Fehler 2
2160p is offline   Reply With Quote
Old 24th October 2022, 06:30   #2  |  Link
BlueSwordM
Registered User
 
BlueSwordM's Avatar
 
Join Date: Dec 2021
Location: Canada
Posts: 22
Try updating to git.

It should be fixed now.
BlueSwordM is offline   Reply With Quote
Old 30th October 2022, 17:07   #3  |  Link
2160p
Registered User
 
Join Date: Feb 2018
Posts: 5
Quote:
Originally Posted by BlueSwordM View Post
Try updating to git.

It should be fixed now.
Get the same bug issue report

Last edited by 2160p; 30th October 2022 at 17:21.
2160p is offline   Reply With Quote
Old 29th November 2022, 19:36   #4  |  Link
2160p
Registered User
 
Join Date: Feb 2018
Posts: 5
Bug issue
Encoder crash at 143301 of 169800 frame with following command:
pass 1:
Code:
~/av1-lavish$ ./aomenc --deltaq-mode=0 --cpu-used=0 --enable-restoration=0 --tune-content=psy --enable-cdef=0 --tune=lavish --usage=2 --good --row-mt=1 --tile-columns=2 --tile-rows=1 --arnr-strength=1 --arnr-maxframes=2 --end-usage=q --cq-level=0
--threads=32 --bit-depth=8 --lag-in-frames=120 --input-bit-depth=8 --passes=2 --pass=1 --fpf=pass.stat --width=1920 --height=1080 --kf-max-dist=240 --kf-min-dist=0 --enable-fwd-kf=1 --fwd-kf-dist=1 --enable-dnl-denoising=0 --denoise-noise-level=2 -o output-feature.webm input-feature.y4m
pass 2:
Code:
~/av1-lavish$ ./aomenc --cpu-used=4 --enable-restoration=0 --enable-cdef=0 --tune=lavish_fast --aq-mode=2 --deltaq-mode=0 --usage=2 --good --row-mt=1 --tile-columns=2 --tile-rows=1 --auto-alt-ref=1 --cq-level=13 --end-usage=q --lag-in-frames=120 --passes=2 --pass=2
--fpf=pass.stat --width=1920 --height=1080 --kf-max-dist=240 --kf-min-dist=0 --enable-fwd-kf=1 --fwd-kf-dist=1 --bit-depth=8 --input-bit-depth=8 --buf-sz=6 --buf-initial-sz=4 --buf-optimal-sz=5 --arnr-strength=1 --arnr-maxframes=2 --enable-dnl-denoising=0 --profile=0 --mv-cost-upd-freq=2
--mode-cost-upd-freq=1 --enable-qm=1 --minsection-pct=15 --maxsection-pct=10000 --noise-sensitivity=0 --enable-tpl-model=1 --quant-b-adapt=1 --enable-chroma-deltaq=1 --i420 --threads=32 --sb-size=dynamic -o output-feature.webm input-feature.y4m
Pass 2/2 frame 143301/143181 982:33 7021839 KB      2.43 fps   9406.6 Kbps memory access error (memory dump written)
--cpu-used=3 crash at 52901 of 169800 frames, and --cpu-used=5 complets all frames.

Last edited by 2160p; 29th November 2022 at 19:41.
2160p is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:14.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.