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 > MPEG-4 Encoder GUIs

Reply
 
Thread Tools Search this Thread Display Modes
Old 22nd February 2020, 13:50   #3601  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Please, try to make whole sentences it's getting harder and harder to guess what you want to say.
No clue what cqr is.
Combining cq (= constantquantizer) with aq (adaptive quantizer) makes no sense.
Combining lossless with noise reduction doesn't make sense either.
Last I checked adpative quantization in aomenc requires 2pass encoding, so anything that isn't 2pass encoding can't use it.
Might be that some disabling of features is wrong in the gui, but without details I'm not looking into it.

Cu Selur
__________________
Hybrid here in the forum, homepage

Last edited by Selur; 22nd February 2020 at 13:53.
Selur is offline   Reply With Quote
Old 22nd February 2020, 18:12   #3602  |  Link
Gravitator
Registered User
 
Join Date: May 2014
Posts: 292
Quote:
Originally Posted by Selur View Post
Might be that some disabling of features is wrong in the gui, but without details I'm not looking into it.
Cu Selur
2-pass mod - noise reduction box is unlocked > change the mode to: abr (or) q, cq, lossless > return back to 2-pass mod - noise reduction box is blocked (The reason is to switch --auto-alt-ref=1 to --auto-alt-ref=0).
__________________
Win10x64, Xeon E5450, GTX 750 2GB, DDR3 8GB.

Last edited by Gravitator; 22nd February 2020 at 18:15.
Gravitator is offline   Reply With Quote
Old 22nd February 2020, 20:10   #3603  |  Link
Gravitator
Registered User
 
Join Date: May 2014
Posts: 292
Quote:
Originally Posted by Selur View Post
Combining cq (= constantquantizer) with aq (adaptive quantizer) makes no sense.
I have observed improvement (the reflection of the water and the edge of the trees) > Example
aomenc -w 1920 -h 1080 --threads=0 --passes=1 --pass=1 --cpu-used=8 --i420 --input-bit-depth=10 --bit-depth=10 --end-usage=q --cq-level=54 --auto-alt-ref=1 --aq-mode=0 --webm -o k:\aq0.webm
aomenc -w 1920 -h 1080 --threads=0 --passes=1 --pass=1 --cpu-used=8 --i420 --input-bit-depth=10 --bit-depth=10 --end-usage=q --cq-level=55 --auto-alt-ref=1 --aq-mode=1 --webm -o k:\aq1.webm
-------
AOM
New! --tune=psnr, ssim, vmaf_with_preprocessing, vmaf_without_preprocessing, vmaf (Removed CDEF and DAALA)
New! --disable-trellis-quant=<arg> Disable trellis optimization of quantized coefficients (0: false 1: true 2: true for rd search 3: true for estimate yrd serch (default))
__________________
Win10x64, Xeon E5450, GTX 750 2GB, DDR3 8GB.

Last edited by Gravitator; 22nd February 2020 at 20:35.
Gravitator is offline   Reply With Quote
Old 22nd February 2020, 21:27   #3604  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Okay, if they now support 1pass with adaptive quantizer I could add support for it in Hybrid. (Like I wrote, that didn't work last time I checked.)
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 16th March 2020, 11:58   #3605  |  Link
Gravitator
Registered User
 
Join Date: May 2014
Posts: 292
x265
Encoding problem with any settings when "Recursion skip" is disabled.
Attached Files
File Type: txt HybridDebugOutput.txt (120.7 KB, 16 views)
__________________
Win10x64, Xeon E5450, GTX 750 2GB, DDR3 8GB.
Gravitator is offline   Reply With Quote
Old 18th March 2020, 18:47   #3606  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
seems like the syntax changed and I missed it.
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 1st May 2020, 10:51   #3607  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Hybrid rev 2020.05.01.1:
*fixed*
  • Monitoring: some small bugs with the monitoring feature
  • Muxing: removed '-r' as input option for ffmbc, since it causes 'Option framerate not found.', works fine with ffmpeg
  • Jobs: FFmpeg job optimizer, properly handle extern audio
  • Vapoursynth: glitch with Vapoursynth Filter Preview
  • Avisynth: Deen mode restictions
  • Avisynth: dfttest ui mapping issue
  • Muxing: ui crash when video calls didn't generate a video output
  • Video: NVEnc: UI init problem regarding HDR selection
  • Vapoursynth: fix odd/even selection when not using bob
  • Vapoursynth: when using Stab include mvtools
  • Synth: output bit depth adjustment on VideoModel bitDepth change for some VideoModels
  • Vapoursynth: support for Bwdif deinterlacer
  • Muxint: muxing: title&language passthrough during mp4 muxing
  • GUI: font size adjustments (misc.ini)

*added*
  • Video: SVT-AV1 support
  • Audio: 'ignore encode and use passthrough if format doesn't change' option
  • Synth: added FineDehalo support through Avisynth and Vapoursynth
  • Audio: eac3 encoding support
  • Filtering: added bwdif for FFmpeg

*changed*
  • Vapoursynth: QTGMC always set TFF according to 'order' even for progressive input
  • Video: Support new NVEncC rotate (and transpose) and adjust it to FilterModels rotate option
  • Video: NVEncC: aq handling
  • Video: NVEncC: supporting '--input-option' for Blu-ray support
  • Video: NVencC: support for HDR to SDR
  • Avisynth: handling of interlaced filtering
  • Avisynth: mftoons now use masktools2 instead of masktools
  • Avisynth: add trim according to cut&chapter selection
  • Video: x265 using --rskip-edge-threshold and --rskip X
  • Vapoursynth: allow Waifu2x scale =1
  • Video: support more aomenc options
  • Vapoursynth: support for 'Waifu2x NCNN Vulkan' (Windows only)
  • Synth: Updated svpflow dlls and adjusted Avisynth Interframe2.avsi
  • Vapoursynth: removed support for Waifu2x on Linux since I can't get it to compile

-> downloads: http://www.selur.de/downloads

Cu Selur

Ps.: For Debian/Ubuntu Linux Users: I tried writing a build-vapoursynth and build-plugins script, see: https://github.com/Selur/hybrid-vapoursynth-addon Hope someone get's inspired and makes this more usable.
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 8th May 2020, 16:28   #3608  |  Link
ReinerSchweinlin
Registered User
 
Join Date: Oct 2001
Posts: 454
Thanx a lot for the update Nice to see the Vulkan implementation of waifu2x together with the 1x upscale option - its very usefull to clean up anime stuff!!

One thing I noticed: Doing just this Waifu2x cleanup, I canīt output to fv1 anymore, which worked before. So I just Prores which is fine for the moment.

Hybrid really become my favorite tool for all kinds of filtering and conversion!

Thanx!
ReinerSchweinlin is offline   Reply With Quote
Old 17th May 2020, 23:21   #3609  |  Link
MadMonkey57
Duh!
 
MadMonkey57's Avatar
 
Join Date: Dec 2008
Posts: 238
Hi there,

Thx Selur for this wonderful piece of software.

I'm reencoding an HEVC / HDR video with NVEnc (FFmpeg).
Encoding video stream works fine, but patching for HDR signaling fails.

My system: ubuntu 20.04, python 3.8.2

Code:
# ./nvhsp -full_range tv -colorprim bt2020 -colormatrix bt2020nc -transfer smpte-st-2084 -maxcll 1000 -maxfall 300 -chromaloc 2 -masterdisplay "G(13250,34500)B(7500,3000)R(34000,16000)WP(15635,16450)L(10000000,1)" "/tmp/sample_new.265" "/tmp/sample_new_hdr.265"
Code:
Traceback (most recent call last):
  File "./nvhsp", line 802, in __new__
    return _cache[auto]
KeyError: '-full_range,tv,-colorprim,bt2020,-colormatrix,bt2020nc,-transfer,smpte-st-2084,-maxcll,1000,-maxfall,300,-chromaloc,2,-masterdisplay,G(13250,34500)B(7500,3000)R(34000,16000)WP(15635,16450)L(10000000,1),/tmp/sample_new.265,/tmp/sample_new_hdr.265'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "./nvhsp", line 637, in tokenparser
    length = int(length)
ValueError: invalid literal for int() with base 10: '-full_range'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "./nvhsp", line 806, in __new__
    _, tokens = tokenparser(auto)
  File "./nvhsp", line 647, in tokenparser
    raise ValueError("Don't understand length '{0}' of token.".format(length))
ValueError: Don't understand length '-full_range' of token.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "./nvhsp", line 4301, in <module>
    b = Bits(','.join(sys.argv[1:]))
  File "./nvhsp", line 808, in __new__
    raise CreationError(*e.args)
__main__.CreationError: Don't understand length '-full_range' of token.
Any idea?

UPDATE: BTW it works fine in Windows

Last edited by MadMonkey57; 21st May 2020 at 09:53.
MadMonkey57 is offline   Reply With Quote
Old 25th May 2020, 07:48   #3610  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
No clue. Seems like nvshp aborts since it can't properly parse'-full_range tv', but according to the code (https://github.com/SK-Hardwired/nv_h...aster/nvhsp.py) it should work.
in line 29 range_list is defined as:
Code:
range_list = ['tv','full']
then in line 38 we have:
Code:
full_range = range_list.index(args.full_range)
so full_range should be zero.
My guess is that this is due to some change in Python.
You best contact the nvhsp author since I can't really say anything more,... (https://github.com/SK-Hardwired/nv_hevc_hdr_patcher)

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 21st June 2020, 14:41   #3611  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Hybrid rev 2020.06.21.1:
*fixed*
  • Video: rav1e 2pass calls
  • Video: x265, minimize command line problem with constant quantizer
  • Vapoursynth: interframe + sRestore
  • Avisynth: pad to make sure dfttest gets mod16 input
  • Vapoursynth: forgot to add Bwdif.dll to th the install (Windows only)
  • Muxing: passhtrough huffuyv
  • Video: do not add maxCll 0,0
  • Analyse: Blu-ray input analysis
  • Avisynth: imagesource bug
  • Avisynth: ConvertToYUV where colorMatrix was accidentally added
  • Video: Xvid 2pass stats file bug
  • Jobs: ffindex deleted to early
  • Jobs: trying to delete x264 mbtree file evenwhen it should not be there
  • Audio: dialog norm make sure that '-dialognorm 0' instead of '-dialognorm -0' is used
  • Input: ffmpeg time code extraction
  • Analyse: dts-xx detection
  • Handling: aid problem avi preview und tokenizing
  • Video: x265: separate 2pass passes
  • Jobs: progress indication when using qsvencc
  • Video: FFMpeg NVEncC, multi-ref was accidentally disabled
  • Chapters: switchting within sources with multi input and chapter import
  • Jobs: ffmpeg job minimization
*changed*
  • Avisynth: removed SSE(2)Tools
  • Avisynth: interplaced preview handling
  • Avisynth: moved histrogram control into Hybrid itself
  • Avisynth: removed AnimeIVTC since it's not required for QTGMC any more
  • Avisynth: switched to Avisynth+ 3.6
  • Avisynth: removed PlanarTools
  • Avisynth: restrict DeRainbow to 8bit
  • Avisynth: during ConvertToXY add ChromaInPlacement when converting from YV12 and ChromaOutPlacement when converting to YV12 in case MPEG-1 or DV Video input is detected.
  • Avisynth: allow to enforce ChromaInPlacement/ChromaOutPlacement during ConvertToXY when converting to or from YV12
  • Cut: allow to set cut by frame number
  • Timecods: the way Hybrid tries to fix time codes
  • Preview: force color space conversion on mplayer preview
  • Input: added image sequence option to set base fps
  • Audio: restrict eac3 bit rates
  • Avisynth: extended color support for some filters
  • Tools: handling version info with newer tsMuxeR
  • XSynth: using trim with cut support
*added*
  • Vapoursynth: Anime4KCPP resizer, JincResize, DeDot, CAS and adjusted LSFMod to use CAS
  • Vapoursynth: added option to lower resolution before resize
  • Avisynth: MToon, DFMDeRainbow
  • Audio: handling of 8bit pcm
  • Video: dynamic HDR with NVEncC
  • Audio: ffmpeg ac3 & eac3: dialog normalization
*removed*
  • Video: FFmpeg NVEnc (Windows only)

-> downloads: http://www.selur.de/downloads

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 27th June 2020, 08:57   #3612  |  Link
ReinerSchweinlin
Registered User
 
Join Date: Oct 2001
Posts: 454
Thanx a lot !!!
ReinerSchweinlin is offline   Reply With Quote
Old 11th July 2020, 15:53   #3613  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Hybrid rev 2020.07.11.1:
*fixed*
  • Vapoursynth: Anime4KCPP when using GPU
  • Vapoursynth: limit Santiag Pcsnr when using GPU
  • Avisynth: limit SplineResize100/144 to YV12, YUY2, RGB24, RGB32
  • Avisynth: FrameRateConverter custom fps grayed out
  • Avisynth: interlaced handling
  • General: aborting close didn't work
  • Communication: send ssl mail
  • General: some more cut handling
  • Jobs: MPEG-4 ASP workaround
  • Jobs: tsMuxeR output file checks
  • Tools: BDSup2Sub++ detection
  • Video: x264 apply to preset
  • Audio: ac3 reencoding
  • Video: 2pass vpx/aomenc encoding
  • Analysis: mpeg audio layer 1/2/3 detection
  • General: gui error/freeze when extration of subtitle wasn't possible
  • Avisynth: 'show YUV values' and 'histogram' for YUY2 input
*changed*
  • Jobs: using long IDs
  • General: sometimes crashing on start up
  • Avisynth: smdegrain limit/limitc double values
  • General: always use DebugOutput Level 9
  • Container: added matroska extensions: m3kd
  • Vapoursynth: replaceed fft3dfilter with neo_fft3d (adjusted QTGMC and MCTemporalDenoise in havsfunc accordingly)
*added*
  • audio: add option to clear audio queue on processing change
  • Vapoursynth: support for SRMD

-> downloads: http://www.selur.de/downloads

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 12th July 2020, 14:00   #3614  |  Link
Gravitator
Registered User
 
Join Date: May 2014
Posts: 292
Hybrid v2020.07.11.1

VP9
The Adaptive quantization window is blocked for 2-pass mode.

AOM
Max frames to lag: 25 expanded to 70.
Pyramid height (max): 4 to 5.
There seems to be no window for Disable trellis quant: 0, 1, 2.
CPU utilization modifier: 8 to 9.
__________________
Win10x64, Xeon E5450, GTX 750 2GB, DDR3 8GB.

Last edited by Gravitator; 12th July 2020 at 14:04.
Gravitator is offline   Reply With Quote
Old 12th July 2020, 15:13   #3615  |  Link
Gravitator
Registered User
 
Join Date: May 2014
Posts: 292
x265
Refine CTU: on + Coding unit tree adaptive quantization: off - endless coding is obtained for the second pass.
Attached Files
File Type: 7z HybridDebugOutput.7z (22.8 KB, 12 views)
__________________
Win10x64, Xeon E5450, GTX 750 2GB, DDR3 8GB.

Last edited by Gravitator; 12th July 2020 at 15:16.
Gravitator is offline   Reply With Quote
Old 12th July 2020, 16:07   #3616  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Tested it here.
For the first pass I used:
Code:
"I:\Hybrid\64bit\ffmpeg.exe" -y -loglevel fatal -noautorotate -nostdin -threads 8 -i "F:\TestClips&Co\files\test.avi" -map 0:0 -an -sn -vf zscale=rangein=tv:range=tv -pix_fmt yuv420p10le -strict -1 -vsync 0  -f yuv4mpegpipe - | "I:\Hybrid\64bit\x265.exe" --input - --output-depth 10 --y4m --profile main10 --limit-modes --no-early-skip --no-open-gop --opt-ref-list-length-pps --pass 1 --slow-firstpass --bitrate 1500 --opt-qp-pps --cbqpoffs -2 --crqpoffs -2 --limit-refs 0 --ssim-rd --psy-rd 2.50 --rdoq-level 2 --psy-rdoq 10.00 --aq-mode 0 --deblock=-1:-1 --limit-sao --no-repeat-headers --range limited --colormatrix bt470bg --stats "E:\Temp\test_generated.stats" --analysis-save "E:\Temp\test_generated.analysis" --analysis-reuse-level 6 --no-multi-pass-opt-analysis --output "E:\Temp\test.265"
which finished fine with:
Code:
 y4m  [info]: 640x352 fps 25/1 i420p10 sar 1:1 unknown frame count
 raw  [info]: output file: E:\Temp\test.265
 x265 [info]: HEVC encoder version 3.4+7-g38774073d
 x265 [info]: build info [Windows][GCC 10.1.0][64 bit] 10bit
 x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
 x265 [warning]: analysis-load-reuse-level can be set only when analysis-load is enabled. Resetting analysis-load-reuse-level to 0.
 x265 [info]: Main 10 profile, Level-2.1 (Main tier)
 x265 [info]: Thread pool created using 16 threads
 x265 [info]: Slices                              : 1
 x265 [info]: frame threads / pool features       : 4 / wpp(6 rows)
 x265 [warning]: Source height < 720p; disabling lookahead-slices
 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  : 25 / 250 / 40 / 5.00
 x265 [info]: Cb/Cr QP Offset                     : -2 / -2
 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 / off
 x265 [info]: AQ: mode / str / qg-size / cu-tree  : 1 / 0.0 / 32 / 1
 x265 [info]: Rate Control / qCompress            : ABR-1500 kbps / 0.60
 x265 [info]: tools: limit-modes rd=3 ssim-rd psy-rd=2.50 rdoq=2 psy-rdoq=10.00
 x265 [info]: tools: rskip mode=1 signhide tmvp b-intra strong-intra-smoothing
 x265 [info]: tools: deblock(tC=-1:B=-1) sao stats-write
 x265 [info]: frame I:      3, Avg QP:16.35  kb/s: 3518.73
 x265 [info]: frame P:    120, Avg QP:13.21  kb/s: 3109.91
 x265 [info]: frame B:    306, Avg QP:17.58  kb/s: 770.49
 x265 [info]: Weighted P-Frames: Y:0.8% UV:0.8%
 x265 [info]: consecutive B-frames: 3.3% 0.0% 58.5% 21.1% 17.1%
 encoded 429 frames in 15.97s (26.86 fps), 1444.09 kb/s, Avg QP:16.35
then I started a second pass with:
Code:
"I:\Hybrid\64bit\ffmpeg.exe" -y -loglevel fatal -noautorotate -nostdin -threads 8 -i "F:\TestClips&Co\files\test.avi" -map 0:0 -an -sn -vf zscale=rangein=tv:range=tv -pix_fmt yuv420p10le -strict -1 -vsync 0  -f yuv4mpegpipe - |  "I:\Hybrid\64bit\x265.exe" --input - --output-depth 10 --y4m --profile main10 --limit-modes --no-early-skip --no-open-gop --opt-ref-list-length-pps --pass 2 --bitrate 1500 --opt-qp-pps --cbqpoffs -2 --crqpoffs -2 --limit-refs 0 --ssim-rd --psy-rd 2.50 --rdoq-level 2 --psy-rdoq 10.00 --aq-mode 0 --deblock=-1:-1 --limit-sao --no-repeat-headers --range limited --colormatrix bt470bg --stats "E:\Temp\test_generated.stats" --analysis-load "E:\Temp\test_generated.analysis" --analysis-reuse-level 6 --no-multi-pass-opt-analysis --no-dynamic-refine --refine-ctu-distortion 1 --output "E:\Temp\2020-07-12@16_54_18_4110_03.265"
which starts fine:
Code:
y4m  [info]: 640x352 fps 25/1 i420p10 sar 1:1 unknown frame count
 raw  [info]: output file: E:\Temp\2020-07-12@16_54_18_4110_03.265
 x265 [info]: HEVC encoder version 3.4+7-g38774073d
 x265 [info]: build info [Windows][GCC 10.1.0][64 bit] 10bit
 x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
 x265 [warning]: analysis-save-reuse-level can be set only when analysis-save is enabled. Resetting analysis-save-reuse-level to 0.
 x265 [info]: Main 10 profile, Level-2.1 (Main tier)
 x265 [info]: Thread pool created using 16 threads
 x265 [info]: Slices                              : 1
 x265 [info]: frame threads / pool features       : 4 / wpp(6 rows)
 x265 [warning]: Source height < 720p; disabling lookahead-slices
 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  : 25 / 250 / 40 / 5.00
 x265 [info]: Cb/Cr QP Offset                     : -2 / -2
 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 / off
 x265 [info]: AQ: mode / str / qg-size / cu-tree  : 1 / 0.0 / 32 / 1
 x265 [info]: Rate Control / qCompress            : ABR-1500 kbps / 0.60
 x265 [info]: tools: limit-modes rd=3 ssim-rd psy-rd=2.50 rdoq=2 psy-rdoq=10.00
 x265 [info]: tools: rskip mode=1 signhide tmvp b-intra strong-intra-smoothing
 x265 [info]: tools: deblock(tC=-1:B=-1) sao stats-read
but then nothing happens.
x265 is running, but seemingly not doing anything.

Also tried with HEVC "encoder version 3.4+12-geff904199" same effect.

My guess is that:
Quote:
analysis-save-reuse-level can be set only when analysis-save is enabled. Resetting analysis-save-reuse-level to 0.
is the problem, but atm. no clue how the x265 folks think that this feature should be used.

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 12th July 2020, 16:59   #3617  |  Link
Gravitator
Registered User
 
Join Date: May 2014
Posts: 292
x265
Crash on any settings with Recursive skip: 3.
__________________
Win10x64, Xeon E5450, GTX 750 2GB, DDR3 8GB.
Gravitator is offline   Reply With Quote
Old 12th July 2020, 17:16   #3618  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Quote:
Recursive skip: 3.
'--rskip' should not have an additional parameter,..
No clue what you are writing about and like always you do not really share details,... :/
-> forget that I was confused since I seemingly left an abandoned checkbox in the gui
__________________
Hybrid here in the forum, homepage

Last edited by Selur; 12th July 2020 at 17:18.
Selur is offline   Reply With Quote
Old 12th July 2020, 17:20   #3619  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Got it:
Code:
Invalid Recursion skip mode. Valid modes 0,1,2
seems like rskip 3 was removed,.. see: https://bitbucket.org/multicoreware/...97bab22417795c

Cu Selur
__________________
Hybrid here in the forum, homepage

Last edited by Selur; 12th July 2020 at 17:27.
Selur is offline   Reply With Quote
Old 12th July 2020, 17:36   #3620  |  Link
Gravitator
Registered User
 
Join Date: May 2014
Posts: 292
AOM
Encoding crash when enabling Signal VUI/Chroma loc.: colocated (Any mode and settings).
__________________
Win10x64, Xeon E5450, GTX 750 2GB, DDR3 8GB.
Gravitator is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 06:28.


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