x265 decode

Issue #517 new
Former user created an issue

I encode the raw yuv file with x265.

./x265 --input input.yuv --output out.bin --input-res 1280x1280 --fps 30
yuv  [info]: 1280x1280 fps 30000/1000 i420p8 frames 0 - 5 of 6
raw  [info]: output file: out.bin
x265 [info]: HEVC encoder version 3.2+6-f46aa2bc1c34
x265 [info]: build info [Linux][GCC 7.4.0][64 bit][noasm] 8bit
x265 [info]: using cpu capabilities: none!
x265 [info]: Main profile, Level-4 (Main tier)
x265 [info]: Thread pool created using 12 threads
x265 [info]: Slices                              : 1
x265 [info]: frame threads / pool features       : 3 / wpp(20 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: 25 / 250 / 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 signhide tmvp b-intra
x265 [info]: tools: strong-intra-smoothing lslices=8 deblock sao
x265 [info]: frame I:      1, Avg QP:30.02  kb/s: 1139.52                       
x265 [info]: frame P:      2, Avg QP:31.04  kb/s: 961.56  
x265 [info]: frame B:      3, Avg QP:35.46  kb/s: 34.32   
x265 [info]: Weighted P-Frames: Y:0.0% UV:0.0%
x265 [info]: consecutive B-frames: 33.3% 33.3% 33.3% 0.0% 0.0% 

encoded 6 frames in 0.88s (6.80 fps), 527.60 kb/s, Avg QP:33.08

How to decode out.bin file to yuv file?

Comments (1)

  1. Log in to comment