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. |
![]() |
#6821 | Link | ||
...?
Join Date: Nov 2005
Location: Florida
Posts: 1,248
|
Quote:
Quote:
|
||
![]() |
![]() |
![]() |
#6822 | Link | |
...?
Join Date: Nov 2005
Location: Florida
Posts: 1,248
|
Quote:
Proof: Code:
J:\>x265 --preset ultrafast --crf 18 -o test-direct.mkv testavi.avs lavf [info]: Format : avisynth Codec : rawvideo ( raw video ) PixFmt : yuv422p Framerate : 24000/1001 Timebase : 1001/24000 Duration : 0:00:10 lavf [info]: 1920x1080 fps 24000/1001 i422p8 frames 0 - 239 of 240 x265 [info]: Using preset ultrafast & tune none mkv [info]: output file: test-direct.mkv x265 [info]: HEVC encoder version 2.9+2-7e978ed93d608697 x265 [info]: build info [Windows][GCC 8.2.0][64 bit] 8bit+10bit+12bit x265 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 x265 [info]: Main 4:2:2 10 profile, Level-4 (Main tier) x265 [info]: Thread pool created using 4 threads x265 [info]: Slices : 1 x265 [info]: frame threads / pool features : 2 / wpp(34 rows) x265 [info]: Coding QT: max CU size, min CU size : 32 / 16 x265 [info]: Residual QT: max TU size, max depth : 32 / 1 inter / 1 intra x265 [info]: ME / range / subpel / merge : dia / 57 / 0 / 2 x265 [info]: Keyframe min / max / scenecut / bias: 23 / 250 / 0 / 5.00 x265 [info]: Lookahead / bframes / badapt : 5 / 3 / 0 x265 [info]: b-pyramid / weightp / weightb : 1 / 0 / 0 x265 [info]: References / ref-limit cu / depth : 1 / off / off x265 [info]: AQ: mode / str / qg-size / cu-tree : 1 / 0.0 / 32 / 1 x265 [info]: Rate Control / qCompress : CRF-18.0 / 0.60 x265 [info]: tools: rd=2 psy-rd=2.00 early-skip rskip tmvp fast-intra x265 [info]: tools: strong-intra-smoothing lslices=6 deblock x265 [info]: frame I: 1, Avg QP:22.97 kb/s: 119.50 x265 [info]: frame P: 60, Avg QP:22.41 kb/s: 5591.55 x265 [info]: frame B: 179, Avg QP:25.33 kb/s: 1784.29 x265 [info]: consecutive B-frames: 1.6% 0.0% 1.6% 96.7% encoded 240 frames in 16.02s (14.99 fps), 2729.17 kb/s, Avg QP:24.59 J:\>avs2yuv testavi.avs -o - | x265 --y4m --preset ultrafast --crf 18 -o test-pipe.mkv - testavi.avs: 1920x1080, 24000/1001 fps, 240 frames converting input clip to YV12 y4m [info]: 1920x1080 fps 24000/1001 i420p8 unknown frame count x265 [info]: Using preset ultrafast & tune none mkv [info]: output file: test-pipe.mkv x265 [info]: HEVC encoder version 2.9+2-7e978ed93d608697 x265 [info]: build info [Windows][GCC 8.2.0][64 bit] 8bit+10bit+12bit x265 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 x265 [info]: Main profile, Level-4 (Main tier) x265 [info]: Thread pool created using 4 threads x265 [info]: Slices : 1 x265 [info]: frame threads / pool features : 2 / wpp(34 rows) x265 [info]: Coding QT: max CU size, min CU size : 32 / 16 x265 [info]: Residual QT: max TU size, max depth : 32 / 1 inter / 1 intra x265 [info]: ME / range / subpel / merge : dia / 57 / 0 / 2 x265 [info]: Keyframe min / max / scenecut / bias: 23 / 250 / 0 / 5.00 x265 [info]: Lookahead / bframes / badapt : 5 / 3 / 0 x265 [info]: b-pyramid / weightp / weightb : 1 / 0 / 0 x265 [info]: References / ref-limit cu / depth : 1 / off / off x265 [info]: AQ: mode / str / qg-size / cu-tree : 1 / 0.0 / 32 / 1 x265 [info]: Rate Control / qCompress : CRF-18.0 / 0.60 x265 [info]: tools: rd=2 psy-rd=2.00 early-skip rskip tmvp fast-intra x265 [info]: tools: strong-intra-smoothing lslices=6 deblock x265 [info]: frame I: 1, Avg QP:22.97 kb/s: 116.81 x265 [info]: frame P: 60, Avg QP:22.44 kb/s: 4963.89 x265 [info]: frame B: 179, Avg QP:25.33 kb/s: 1607.71 x265 [info]: consecutive B-frames: 1.6% 0.0% 1.6% 96.7% encoded 240 frames in 14.40s (16.67 fps), 2440.54 kb/s, Avg QP:24.60 J:\> Direct input of testavi.avs to 64-bit x265 with LAVF input: 14.99 fps Piping from 32-bit avs2yuv bm2 to 64-bit x265: 16.67 fps That's not 'quite slower', it's within the margin of error (especially considering the overhead of having the libav* libraries loaded in the x265 process). Re-running the test with the script converting to 4:2:0 before handing it to x265 or avs2yuv bm3 flipped the values around: direct use was faster than piping: Code:
J:\>x265 --preset ultrafast --crf 18 -o testdirect.mkv testavi.avs lavf [info]: Format : avisynth Codec : rawvideo ( raw video ) PixFmt : yuv420p Framerate : 24000/1001 Timebase : 1001/24000 Duration : 0:00:10 lavf [info]: 1920x1080 fps 24000/1001 i420p8 frames 0 - 239 of 240 x265 [info]: Using preset ultrafast & tune none mkv [info]: output file: testdirect.mkv x265 [info]: HEVC encoder version 2.9+2-7e978ed93d608697 x265 [info]: build info [Windows][GCC 8.2.0][64 bit] 8bit+10bit+12bit x265 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 x265 [info]: Main profile, Level-4 (Main tier) x265 [info]: Thread pool created using 4 threads x265 [info]: Slices : 1 x265 [info]: frame threads / pool features : 2 / wpp(34 rows) x265 [info]: Coding QT: max CU size, min CU size : 32 / 16 x265 [info]: Residual QT: max TU size, max depth : 32 / 1 inter / 1 intra x265 [info]: ME / range / subpel / merge : dia / 57 / 0 / 2 x265 [info]: Keyframe min / max / scenecut / bias: 23 / 250 / 0 / 5.00 x265 [info]: Lookahead / bframes / badapt : 5 / 3 / 0 x265 [info]: b-pyramid / weightp / weightb : 1 / 0 / 0 x265 [info]: References / ref-limit cu / depth : 1 / off / off x265 [info]: AQ: mode / str / qg-size / cu-tree : 1 / 0.0 / 32 / 1 x265 [info]: Rate Control / qCompress : CRF-18.0 / 0.60 x265 [info]: tools: rd=2 psy-rd=2.00 early-skip rskip tmvp fast-intra x265 [info]: tools: strong-intra-smoothing lslices=6 deblock x265 [info]: frame I: 1, Avg QP:22.97 kb/s: 116.81 x265 [info]: frame P: 60, Avg QP:22.44 kb/s: 4963.89 x265 [info]: frame B: 179, Avg QP:25.33 kb/s: 1607.71 x265 [info]: consecutive B-frames: 1.6% 0.0% 1.6% 96.7% encoded 240 frames in 14.11s (17.01 fps), 2440.54 kb/s, Avg QP:24.60 J:\>avs2yuv testavi.avs -o - | x265 --y4m --preset ultrafast --crf 18 -o testdirect.mkv - testavi.avs: 1920x1080, 24000/1001 fps, 240 frames y4m [info]: 1920x1080 fps 24000/1001 i420p8 unknown frame count x265 [info]: Using preset ultrafast & tune none mkv [info]: output file: testdirect.mkv x265 [info]: HEVC encoder version 2.9+2-7e978ed93d608697 x265 [info]: build info [Windows][GCC 8.2.0][64 bit] 8bit+10bit+12bit x265 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 x265 [info]: Main profile, Level-4 (Main tier) x265 [info]: Thread pool created using 4 threads x265 [info]: Slices : 1 x265 [info]: frame threads / pool features : 2 / wpp(34 rows) x265 [info]: Coding QT: max CU size, min CU size : 32 / 16 x265 [info]: Residual QT: max TU size, max depth : 32 / 1 inter / 1 intra x265 [info]: ME / range / subpel / merge : dia / 57 / 0 / 2 x265 [info]: Keyframe min / max / scenecut / bias: 23 / 250 / 0 / 5.00 x265 [info]: Lookahead / bframes / badapt : 5 / 3 / 0 x265 [info]: b-pyramid / weightp / weightb : 1 / 0 / 0 x265 [info]: References / ref-limit cu / depth : 1 / off / off x265 [info]: AQ: mode / str / qg-size / cu-tree : 1 / 0.0 / 32 / 1 x265 [info]: Rate Control / qCompress : CRF-18.0 / 0.60 x265 [info]: tools: rd=2 psy-rd=2.00 early-skip rskip tmvp fast-intra x265 [info]: tools: strong-intra-smoothing lslices=6 deblock x265 [info]: frame I: 1, Avg QP:22.97 kb/s: 116.81 x265 [info]: frame P: 60, Avg QP:22.44 kb/s: 4963.89 x265 [info]: frame B: 179, Avg QP:25.33 kb/s: 1607.71 x265 [info]: consecutive B-frames: 1.6% 0.0% 1.6% 96.7% encoded 240 frames in 14.35s (16.72 fps), 2440.54 kb/s, Avg QP:24.60 J:\> Piped: 16.72 fps The DJATOM fork of avs2yuv is, amusingly, only relevant for 64-bit tests. The 32-bit build would be comparing apples to oranges. Last edited by qyot27; 16th May 2019 at 17:36. |
|
![]() |
![]() |
![]() |
#6823 | Link |
Registered User
Join Date: Jul 2018
Posts: 162
|
Never used 32-bit x265.
Try the latest version. Also I don't pipe 32-bit avs to 64-bit x265. Using avs2yuv_x64 for 64-bit avs+ to 64-bit x265. Edit: Avs script Code:
ffvideosource("4K.sample.mkv") z_convertformat(width/2, height/2, resample_filter="spline36") Code:
avs2yuv_x64 -depth 10 1.avs -o - | x265.exe --y4m - --ctu 32 --preset ultrafast -o nul --pools 10 --frame-threads 2 > pipe.txt 2>&1 y4m [info]: 1920x1080 fps 24000/1001 i420p10 unknown frame count raw [info]: output file: nul x265 [info]: HEVC encoder version 3.0_Au+25-39b35ea86283 x265 [info]: build info [Windows][GCC 9.1.1][64 bit] 10bit x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 x265 [info]: Main 10 profile, Level-4 (Main tier) x265 [info]: Thread pool created using 10 threads x265 [info]: Slices : 1 x265 [info]: frame threads / pool features : 2 / wpp(34 rows) x265 [info]: Coding QT: max CU size, min CU size : 32 / 16 x265 [info]: Residual QT: max TU size, max depth : 32 / 1 inter / 1 intra x265 [info]: ME / range / subpel / merge : dia / 57 / 0 / 2 x265 [info]: Keyframe min / max / scenecut / bias: 23 / 250 / 0 / 5.00 x265 [info]: Lookahead / bframes / badapt : 5 / 3 / 0 x265 [info]: b-pyramid / weightp / weightb : 1 / 0 / 0 x265 [info]: References / ref-limit cu / depth : 1 / off / off x265 [info]: AQ: mode / str / qg-size / cu-tree : 1 / 0.0 / 32 / 1 x265 [info]: Rate Control / qCompress : CRF-28.0 / 0.60 x265 [info]: tools: rd=2 psy-rd=2.00 early-skip rskip tmvp fast-intra x265 [info]: tools: strong-intra-smoothing lslices=6 deblock x265 [info]: frame I: 18, Avg QP:30.77 kb/s: 3755.34 x265 [info]: frame P: 1084, Avg QP:32.66 kb/s: 714.73 x265 [info]: frame B: 3214, Avg QP:35.33 kb/s: 158.74 x265 [info]: consecutive B-frames: 1.5% 1.2% 1.4% 95.9% encoded 4316 frames in 45.50s (94.85 fps), 313.38 kb/s, Avg QP:34.64 Code:
x265.exe 1.avs --ctu 32 --preset ultrafast -o nul --pools 10 --frame-threads 2 > no_pipe.txt 2>&1 lavf [info]: Format : avisynth Codec : rawvideo ( raw video ) PixFmt : yuv420p10le Framerate : 24000/1001 Timebase : 1001/24000 Duration : 0:03:00 lavf [info]: 1920x1080 fps 24000/1001 i420p10 frames 0 - 4315 of 4316 raw [info]: output file: nul x265 [info]: HEVC encoder version 3.0_Au+25-39b35ea86283 x265 [info]: build info [Windows][GCC 9.1.1][64 bit] 10bit x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 x265 [info]: Main 10 profile, Level-4 (Main tier) x265 [info]: Thread pool created using 10 threads x265 [info]: Slices : 1 x265 [info]: frame threads / pool features : 2 / wpp(34 rows) x265 [info]: Coding QT: max CU size, min CU size : 32 / 16 x265 [info]: Residual QT: max TU size, max depth : 32 / 1 inter / 1 intra x265 [info]: ME / range / subpel / merge : dia / 57 / 0 / 2 x265 [info]: Keyframe min / max / scenecut / bias: 23 / 250 / 0 / 5.00 x265 [info]: Lookahead / bframes / badapt : 5 / 3 / 0 x265 [info]: b-pyramid / weightp / weightb : 1 / 0 / 0 x265 [info]: References / ref-limit cu / depth : 1 / off / off x265 [info]: AQ: mode / str / qg-size / cu-tree : 1 / 0.0 / 32 / 1 x265 [info]: Rate Control / qCompress : CRF-28.0 / 0.60 x265 [info]: tools: rd=2 psy-rd=2.00 early-skip rskip tmvp fast-intra x265 [info]: tools: strong-intra-smoothing lslices=6 deblock x265 [info]: frame I: 18, Avg QP:30.77 kb/s: 3755.34 x265 [info]: frame P: 1084, Avg QP:32.66 kb/s: 714.73 x265 [info]: frame B: 3214, Avg QP:35.33 kb/s: 158.74 x265 [info]: consecutive B-frames: 1.5% 1.2% 1.4% 95.9% encoded 4316 frames in 52.69s (81.91 fps), 313.38 kb/s, Avg QP:34.64 Last edited by StvG; 16th May 2019 at 20:29. |
![]() |
![]() |
![]() |
#6824 | Link | |
...?
Join Date: Nov 2005
Location: Florida
Posts: 1,248
|
Quote:
Script: Code:
FFVideoSource("test.mp4").ConvertBits(10) Code:
E:\>avs2yuv64 -depth 10 test.avs -o - | x265.exe --y4m - --ctu 32 --preset ultrafast --output-depth 10 -o nul --pools 10 --frame-threads 2 --frames 2400 test.avs: 1920x1080, YUV420P10, 10-bits, progressive, 24000/1001 fps, 31122 frames y4m [info]: 1920x1080 fps 24000/1001 i420p10 unknown frame count x265 [info]: Using preset ultrafast & tune none raw [info]: output file: nul x265 [info]: HEVC encoder version 3.0_Au+22-feec4bdf98663ac4 x265 [info]: build info [Windows][GCC 9.1.0][64 bit] 10bit x265 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 ...snip... encoded 2400 frames in 164.00s (14.63 fps), 1002.53 kb/s, Avg QP:34.62 error: wrote only 6096584 of 6220800 bytes Code:
E:\>x265.exe test.avs --ctu 32 --preset ultrafast --output-depth 10 -o nul --pools 10 --frame-threads 2 --frames 2400 lavf [info]: Format : avisynth Codec : rawvideo ( raw video ) PixFmt : yuv420p10le Framerate : 24000/1001 Timebase : 1001/24000 Duration : 0:21:38 lavf [info]: 1920x1080 fps 24000/1001 i420p10 frames 0 - 2399 of 31122 x265 [info]: Using preset ultrafast & tune none raw [info]: output file: nul x265 [info]: HEVC encoder version 3.0_Au+22-feec4bdf98663ac4 x265 [info]: build info [Windows][GCC 9.1.0][64 bit] 10bit x265 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 ...snip... encoded 2400 frames in 160.87s (14.92 fps), 1002.53 kb/s, Avg QP:34.62 Direct: 14.92 fps I even enabled MT (Prefetch(4)). Piped: Code:
E:\>avs2yuv64 -depth 10 test.avs -o - | x265.exe --y4m - --ctu 32 --preset ultrafast --output-depth 10 -o nul --pools 10 --frame-threads 2 --frames 2400 test.avs: 1920x1080, YUV420P10, 10-bits, progressive, 24000/1001 fps, 31122 frames y4m [info]: 1920x1080 fps 24000/1001 i420p10 unknown frame count x265 [info]: Using preset ultrafast & tune none raw [info]: output file: nul x265 [info]: HEVC encoder version 3.0_Au+22-feec4bdf98663ac4 x265 [info]: build info [Windows][GCC 9.1.0][64 bit] 10bit x265 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 ...snip... encoded 2400 frames in 172.52s (13.91 fps), 1002.53 kb/s, Avg QP:34.62 error: wrote only 6096584 of 6220800 bytes Code:
E:\>x265.exe test.avs --ctu 32 --preset ultrafast --output-depth 10 -o nul --pools 10 --frame-threads 2 --frames 2400 lavf [info]: Format : avisynth Codec : rawvideo ( raw video ) PixFmt : yuv420p10le Framerate : 24000/1001 Timebase : 1001/24000 Duration : 0:21:38 lavf [info]: 1920x1080 fps 24000/1001 i420p10 frames 0 - 2399 of 31122 x265 [info]: Using preset ultrafast & tune none raw [info]: output file: nul x265 [info]: HEVC encoder version 3.0_Au+22-feec4bdf98663ac4 x265 [info]: build info [Windows][GCC 9.1.0][64 bit] 10bit x265 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 ...snip... encoded 2400 frames in 166.78s (14.39 fps), 1002.53 kb/s, Avg QP:34.62 |
|
![]() |
![]() |
![]() |
#6825 | Link |
Registered User
Join Date: Jul 2018
Posts: 162
|
Maybe bottleneck for you is x265 so the speed difference between direct and piped is killed?
Here is x265 I built for the test above. Edit: tested with crf 18 pipe Code:
avs2yuv_x64 -depth 10 1.avs -o - | x265.exe --y4m - --ctu 32 --preset ultrafast -o nul --pools 10 --crf 18 --frame-threads 2 > pipe.txt 2>&1 y4m [info]: 1920x1080 fps 24000/1001 i420p10 unknown frame count raw [info]: output file: nul x265 [info]: HEVC encoder version 3.0_Au+25-39b35ea86283 x265 [info]: build info [Windows][GCC 9.1.1][64 bit] 10bit x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 encoded 4316 frames in 50.39s (85.64 fps), 1629.90 kb/s, Avg QP:24.65 Code:
x265.exe 1.avs --ctu 32 --preset ultrafast -o nul --pools 10 --crf 18 --frame-threads 2 > direct.txt 2>&1 lavf [info]: Format : avisynth Codec : rawvideo ( raw video ) PixFmt : yuv420p10le Framerate : 24000/1001 Timebase : 1001/24000 Duration : 0:03:00 lavf [info]: 1920x1080 fps 24000/1001 i420p10 frames 0 - 4315 of 4316 raw [info]: output file: nul x265 [info]: HEVC encoder version 3.0_Au+25-39b35ea86283 x265 [info]: build info [Windows][GCC 9.1.1][64 bit] 10bit x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 encoded 4316 frames in 55.19s (78.21 fps), 1629.90 kb/s, Avg QP:24.65 pipe Code:
avs2yuv_x64 -depth 10 1.avs -o - | x265.exe --y4m - --ctu 32 --preset ultrafast -o nul --pools 10 --crf 18 --frame-threads 2 > pipe.txt 2>&1 --asm sse4.2 y4m [info]: 1920x1080 fps 24000/1001 i420p10 unknown frame count raw [info]: output file: nul x265 [info]: HEVC encoder version 3.0_Au+25-39b35ea86283 x265 [info]: build info [Windows][GCC 9.1.1][64 bit] 10bit x265 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 encoded 4316 frames in 58.54s (73.73 fps), 1629.90 kb/s, Avg QP:24.65 Code:
x265.exe 1.avs --ctu 32 --preset ultrafast -o nul --pools 10 --crf 18 --frame-threads 2 > direct.txt 2>&1 --asm sse4.2 lavf [info]: Format : avisynth Codec : rawvideo ( raw video ) PixFmt : yuv420p10le Framerate : 24000/1001 Timebase : 1001/24000 Duration : 0:03:00 lavf [info]: 1920x1080 fps 24000/1001 i420p10 frames 0 - 4315 of 4316 raw [info]: output file: nul x265 [info]: HEVC encoder version 3.0_Au+25-39b35ea86283 x265 [info]: build info [Windows][GCC 9.1.1][64 bit] 10bit x265 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 encoded 4316 frames in 61.19s (70.53 fps), 1629.90 kb/s, Avg QP:24.65 pipe Code:
avs2yuv_x64 -depth 10 1.avs -o - | x265.exe --y4m - --ctu 32 --preset slower --crf 18 -o nul --frame-threads 2 --no-amp --no-sao --no-strong-intra-smoothing > pipe.txt 2>&1 --asm avx512 y4m [info]: 1920x1080 fps 24000/1001 i420p10 unknown frame count raw [info]: output file: nul x265 [info]: HEVC encoder version 3.0_Au+25-39b35ea86283 x265 [info]: build info [Windows][GCC 9.1.1][64 bit] 10bit x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512 encoded 501 frames in 153.32s (3.27 fps), 10340.94 kb/s, Avg QP:22.84 Code:
x265.exe 1.avs --ctu 32 --preset slower --crf 18 -o nul --frame-threads 2 --no-amp --no-sao --no-strong-intra-smoothing > direct.txt 2>&1 --asm avx512 lavf [info]: Format : avisynth Codec : rawvideo ( raw video ) PixFmt : yuv420p10le Framerate : 24000/1001 Timebase : 1001/24000 Duration : 0:00:20 lavf [info]: 1920x1080 fps 24000/1001 i420p10 frames 0 - 500 of 501 raw [info]: output file: nul x265 [info]: HEVC encoder version 3.0_Au+25-39b35ea86283 x265 [info]: build info [Windows][GCC 9.1.1][64 bit] 10bit x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512 encoded 501 frames in 153.33s (3.27 fps), 10340.94 kb/s, Avg QP:22.84 Last edited by StvG; 16th May 2019 at 22:32. |
![]() |
![]() |
![]() |
#6826 | Link | |
...?
Join Date: Nov 2005
Location: Florida
Posts: 1,248
|
Quote:
If you use FFmpeg with libx265, what fps does it pull? If it's close to the same speed as the LAVF input in x265, the difference is due to the way the libavformat AviSynth demuxer is written. |
|
![]() |
![]() |
![]() |
#6827 | Link |
Registered User
Join Date: Jul 2018
Posts: 162
|
Almost the same speed as "direct"
Code:
ffmpeg.exe -i 1.avs -c:v libx265 -preset ultrafast -x265-params ctu=32:pools=10:frame-threads=2 -f rawvideo - > x265.txt 2>&1 ffmpeg version 7211e1c Copyright (c) 2000-2019 the FFmpeg developers built with gcc 9.1.1 (GCC) 20190517 configuration: --enable-libx265 --enable-avisynth --extra-cflags='-march=core-avx2 -mtune=native -pipe -s -O2' --cpu=core-avx2 --disable-debug --enable-gpl --cross-prefix=x86_64-w64-mingw32- --target-os=mingw32 --arch=x86_64 --pkg-config-flags=--static --enable-zlib --disable-pthreads --enable-w32threads --enable-version3 libavutil 56. 22.100 / 56. 22.100 libavcodec 58. 35.100 / 58. 35.100 libavformat 58. 20.100 / 58. 20.100 libavdevice 58. 5.100 / 58. 5.100 libavfilter 7. 40.101 / 7. 40.101 libswscale 5. 3.100 / 5. 3.100 libswresample 3. 3.100 / 3. 3.100 libpostproc 55. 3.100 / 55. 3.100 Input #0, avisynth, from '1.avs': Duration: 00:03:00.01, start: 0.000000, bitrate: 0 kb/s Stream #0:0: Video: rawvideo (Y3[11][10] / 0xA0B3359), yuv420p10le, 1920x1080, 23.98 fps, 23.98 tbr, 23.98 tbn, 23.98 tbc Stream mapping: Stream #0:0 -> #0:0 (rawvideo (native) -> hevc (libx265)) Press [q] to stop, [?] for help x265 [info]: HEVC encoder version 3.0_Au+25-39b35ea86283 x265 [info]: build info [Windows][GCC 9.1.1][64 bit] 10bit x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 Output #0, rawvideo, to 'pipe:': Metadata: encoder : Lavf58.20.100 Stream #0:0: Video: hevc (libx265), yuv420p10le, 1920x1080, q=2-31, 23.98 fps, 23.98 tbn, 23.98 tbc Metadata: encoder : Lavc58.35.100 libx265 encoded 4316 frames in 52.01s (82.98 fps), 313.44 kb/s, Avg QP:34.64 |
![]() |
![]() |
![]() |
#6828 | Link |
SuperVirus
Join Date: Jun 2012
Location: Antarctic Japan
Posts: 1,111
|
x265.exe 3.0_Au+25-39b35ea86283
(x64, multilib, GCC 7.4.0) http://www.mediafire.com/file/ezp7c7...9b35ea86283.7z |
![]() |
![]() |
![]() |
#6829 | Link |
Registered User
Join Date: Feb 2007
Location: Sweden
Posts: 361
|
x265 v3.0_Au+27-3f4fb9a2ac68 (32 & 64-bit 8/10/12bit Multilib Windows Binaries) (32bit-GCC v7.4.0 / 64bit-GCC v8.3.0)
Code:
https://bitbucket.org/multicoreware/x265/commits/branch/default |
![]() |
![]() |
![]() |
#6830 | Link |
Registered User
Join Date: Feb 2007
Location: Sweden
Posts: 361
|
x265 v3.0_Au+30-b9bef1a4c34a (32 & 64-bit 8/10/12bit Multilib Windows Binaries) (32bit-GCC v7.4.0 / 64bit-GCC v8.3.0)
Code:
https://bitbucket.org/multicoreware/x265/commits/branch/default |
![]() |
![]() |
![]() |
#6831 | Link |
Registered User
Join Date: Feb 2007
Location: Sweden
Posts: 361
|
x265 v3.0_Au+31-4583000db964 (32 & 64-bit 8/10/12bit Multilib Windows Binaries) (32bit-GCC v7.4.0 / 64bit-GCC v8.3.0)
Code:
https://bitbucket.org/multicoreware/x265/commits/branch/default |
![]() |
![]() |
![]() |
#6834 | Link |
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,593
|
@Barough
Thanks, I found it now. @Wolfberry avs input is still not working for me: [avs2 @ 0000000004623380] Format avs2 detected only with low score of 1, misdetection possible! [avs2 @ 0000000004623380] Could not find codec parameters for stream 0 (Video: avs2, none): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [NULL @ 0000000004635340] No codec provided to avcodec_open2() [NULL @ 0000000004635340] No codec provided to avcodec_open2() lavf [error]: could not find decoder for video stream x265 [error]: unable to open input file <C:\Users\john&janedoe\Daten\Samples\test_temp\test.avs> |
![]() |
![]() |
![]() |
#6835 | Link |
Registered User
Join Date: Feb 2007
Location: Sweden
Posts: 361
|
x265 v3.0_Au+32-a46ded2c1411 (32 & 64-bit 8/10/12bit Multilib Windows Binaries) (32bit-GCC v7.4.0 / 64bit-GCC v8.3.0)
Code:
https://bitbucket.org/multicoreware/x265/commits/branch/default |
![]() |
![]() |
![]() |
#6836 | Link |
Moderator
![]() Join Date: Jan 2006
Location: Portland, OR
Posts: 3,461
|
Some interesting checkins in the last couple of weeks, with new parameters!
Has anyone played with the --fades command? As described, it sounds like a useful always-on feature to improve quality/efficiency of fades. x265 didn't seem to have a particular issue with those, but fades are a special case where efficiency and random access can be improved via the described mode. |
![]() |
![]() |
![]() |
#6837 | Link |
Helenium(Easter)
Join Date: Aug 2017
Location: Hsinchu, Taiwan
Posts: 99
|
I did not build ffmpeg with avisynth support in that build.
Try this build Code:
x265 [info]: HEVC encoder version 3.0+2-b4b1d84566d7 x265 [info]: build info [Windows][GCC 9.1.1][64 bit] 8bit+10bit+12bit x265 [info]: (libavcodec 58.52.102) x265 [info]: (libavformat 58.27.103) x265 [info]: (libavutil 56.28.100) x265 [info]: (lsmash 2.16.1)
__________________
Monochrome Anomaly |
![]() |
![]() |
![]() |
#6838 | Link |
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,593
|
@Wolfberry
Works perfectly, awesome! @everybody There was a built that did show the estimated output file size and people have posted positive feedback about this feature, I like it too. Sadly I don't remember from where I got that built. |
![]() |
![]() |
![]() |
#6839 | Link |
Registered User
Join Date: Sep 2007
Posts: 81
|
Sorry, I may not be in the right forum ...
Here is my problem, I have 2 rip bluray 2160p and the problem is that it must miss some info. Blade Runner 2049: Do not pass with "madMeasureDynamicClipping", I rename the file .measurements.incomplete in .measurements and I open it with "madMeasureDynamicClipping": ![]() ************** Texte de l'exception ************** System.OverflowException: The arithmetic operation caused an overflow. à madMeasureDynamicClipping.FrmMain.ImportData() à madMeasureDynamicClipping.FrmMain.StartAnalysis() à System.Windows.Forms.Control.OnClick(EventArgs e) à System.Windows.Forms.Button.OnClick(EventArgs e) à System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) à System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) à System.Windows.Forms.Control.WndProc(Message& m) à System.Windows.Forms.ButtonBase.WndProc(Message& m) à System.Windows.Forms.Button.WndProc(Message& m) à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Reading it with "madMeasureDynamicClipping" I get this : ![]() By removing all the .measurements.incomplete and .measurements files, I get this : ![]() Pass in "Tone map HDR MadVR" : ![]() Sully: Do not pass with "madMeasureDynamicClipping" : ![]() Pass in "Tone map HDR MadVR" : ![]() Do you have a solution ? T2 Trainspotting everything is ok : Ok avec "madMeasureDynamicClipping" : ![]() Reading it with "madMeasureDynamicClipping" I get this : ![]() By removing all the .measurements files, I get this : ![]() Pass in "Tone map HDR MadVR" : ![]() Last edited by vanden; 1st June 2019 at 16:34. |
![]() |
![]() |
![]() |
#6840 | Link | |
Helenium(Easter)
Join Date: Aug 2017
Location: Hsinchu, Taiwan
Posts: 99
|
Quote:
@MeteorRain's signature contains the link to the x265 binaries built from the Yuuki / Asuna branch of https://github.com/msg7086/x265-Yuuki-Asuna.
__________________
Monochrome Anomaly |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|