放送中のシャナ3期などにおいて、現環境下でのバンディング低減に限界を感じ始めたので10bitを試してみた。エンコ時間は長くなるけど、ソース至上主義の自分としてはフィルタでバンディング低減させるよりも、思いきって10bitエンコしたほうがいいかなぁとかなんとか。

f3kdbとx264の設定は以下の通り。bframeとrefは今回は低くしましたが、通常はそれぞれ3と6の値になります。

f3kdb(range=15, Y=48, Cb=0, Cr=0, ditherY=0, ditherC=0, keep_tv_range=true, input_mode=0, input_depth=8, output_mode=2, output_depth=16)
x264.exe --keyint 240 --min-keyint 1 --scenecut 40 --bframes 2 --b-adapt 2 --ref 4 --deblock 1:2 --crf 20 --qpmin 0 --qpmax 81 --qpstep 14 --ipratio 1.40 --pbratio 1.30 --aq-mode 3 --aq-strength 0.65 --qcomp 0.76 --8x8dct --partitions p8x8,b8x8,i8x8,i4x4 --weightp 2 --vbv-maxrate 40000 --vbv-bufsize 30000 --me umh --merange 24 --subme 7 --psy-rd 0.0:0.0 --mixed-refs --b-pyramid normal --trellis 2 --rc-lookahead 60 --no-fast-pskip --no-dct-decimate --cqm flat --sar 1:1 --level 4.1 --input-range tv --range tv --colorprim bt709 --transfer bt709 --colormatrix bt709 --tcfile-in timecode.tmc --timebase 1001/120000 --audiofile audio.aac --ademuxer lsmash --acodec copy --threads auto --thread-input --input-csp i420 --output-csp i420 --input-depth 16

実際にエンコしたもの。テレビ東京のアクエリオンEVOLから。

VideoID                               : 1Format                           : AVCFormat/Info                      : Advanced Video CodecFormat profile                   : High 10@L4.1Format settings, CABAC           : YesFormat settings, ReFrames        : 4 framesCodec ID                         : avc1Codec ID/Info                    : Advanced Video CodingDuration                         : 42mn 37sBit rate                         : 2 416 KbpsMaximum bit rate                 : 14.4 MbpsWidth                            : 1 280 pixelsHeight                           : 720 pixelsDisplay aspect ratio             : 16:9Frame rate mode                  : VariableFrame rate                       : 25.072 fpsMinimum frame rate               : 23.976 fpsMaximum frame rate               : 59.940 fpsColor space                      : YUVChroma subsampling               : 4:2:0Bit depth                        : 10 bitsScan type                        : ProgressiveBits/(Pixel*Frame)               : 0.105Stream size                      : 737 MiB (89%)Writing library                  : x264 core 120 r2120+639 552713c