n00mkrad / nmkoder

Media encoding, muxing, analysis toolkit for Windows
GNU General Public License v3.0
433 stars 21 forks source link

av_interleaved_write_frame(): Broken pipe #22

Open WorfKlingon opened 2 years ago

WorfKlingon commented 2 years ago

Hi, i have this error log

INFO [av1an_core::settings] temporary directory: C:\Tools\Nmkoder1.9.1\data\av1anTemp\1645918192996 Scene detection INFO [av1an_core::settings] scenecut: found 2 scene(s) [with extra_splits(240 frames): 4] 00:00:11 [##########################################################################] 100% 900/900 (80.38 fps, eta 0s) Queue 4 Workers 4 Passes 1 Params: --preset 5 --crf 95 --keyint 300 --lp 2 --film-grain 0 --color-primaries 2 --transfer-characteristics 2 --matrix-coefficients 2 --color-range 0 --irefresh-type 2 --aq-mode 2 --enable-overlays 0 --scd 0 --lookahead -1 ERROR [av1an_core::target_quality] [chunk 2] encoder crashed: exit code: 1 stdout:

stderr: [SVT-Warning]: --keyint is now intra-period + 1! Svt[info]: ------------------------------------------- Svt[info]: SVT [version]: SVT-AV1 Encoder Lib v0.9.0 Svt[info]: SVT [build] : GCC 11.2.0 64 bit Svt[info]: LIB Build date: Jan 22 2022 07:53:27 Svt[info]: ------------------------------------------- Unprocessed tokens: --tf-level --palette-level --umv --ext-block --hbd-md --bipred-3x3 --pred-me --compound --sg-filter-mode --enable-restoration-filtering --cdef-level --disable-dlf --mrp-level --enable-pic-based-rate-est --enable-local-warp --enable-global-motion --enable-interintra-comp --obmc-level --rdoq-level --filter-intra-level --enable-intra-edge-filter

    Error in configuration, could not begin encoding! ...
    Run C:\Tools\Nmkoder1.9.1\bin\av1an\enc\SvtAv1EncApp.exe --help for a list of options

source pipe stderr: av_interleaved_write_frame(): Broken pipe Error writing trailer of pipe:: Broken pipe

ERROR [av1an_core::target_quality] [chunk 0] encoder crashed: exit code: 1 stdout:

stderr: [SVT-Warning]: --keyint is now intra-period + 1! Svt[info]: ------------------------------------------- Svt[info]: SVT [version]: SVT-AV1 Encoder Lib v0.9.0 Svt[info]: SVT [build] : GCC 11.2.0 64 bit Svt[info]: LIB Build date: Jan 22 2022 07:53:27 Svt[info]: ------------------------------------------- Unprocessed tokens: --tf-level --palette-level --umv --ext-block --hbd-md --bipred-3x3 --pred-me --compound --sg-filter-mode --enable-restoration-filtering --cdef-level --disable-dlf --mrp-level --enable-pic-based-rate-est --enable-local-warp --enable-global-motion --enable-interintra-comp --obmc-level --rdoq-level --filter-intra-level --enable-intra-edge-filter

    Error in configuration, could not begin encoding! ...
    Run C:\Tools\Nmkoder1.9.1\bin\av1an\enc\SvtAv1EncApp.exe --help for a list of options

source pipe stderr: av_interleaved_write_frame(): Broken pipe Error writing trailer of pipe:: Broken pipe

ERROR [av1an_core::broker] [chunk 2] encoder crashed: exit code: 1 stdout:

stderr: [SVT-Warning]: --keyint is now intra-period + 1! Svt[info]: ------------------------------------------- Svt[info]: SVT [version]: SVT-AV1 Encoder Lib v0.9.0 Svt[info]: SVT [build] : GCC 11.2.0 64 bit Svt[info]: LIB Build date: Jan 22 2022 07:53:27 Svt[info]: ------------------------------------------- Unprocessed tokens: --tf-level --palette-level --umv --ext-block --hbd-md --bipred-3x3 --pred-me --compound --sg-filter-mode --enable-restoration-filtering --cdef-level --disable-dlf --mrp-level --enable-pic-based-rate-est --enable-local-warp --enable-global-motion --enable-interintra-comp --obmc-level --rdoq-level --filter-intra-level --enable-intra-edge-filter

    Error in configuration, could not begin encoding! ...
    Run C:\Tools\Nmkoder1.9.1\bin\av1an\enc\SvtAv1EncApp.exe --help for a list of options

source pipe stderr: av_interleaved_write_frame(): Broken pipe Error writing trailer of pipe:: Broken pipe

What is wrong?

Thanks.

PS : Sorry for my poor english

jll5 commented 2 years ago

You're trying to target VMAF, but it is currently broken and not working. As I am not a developer, I can't tell you if/when it will be fixed.

EDIT: See also issue #9

n00mkrad commented 2 years ago

Target VMAF won't work with SVT in 1.9.x for now, but it may work again in the future

WorfKlingon commented 2 years ago

Thanks for the information. Hope to see the VMAF feature work again soon.

DesertCookie commented 2 years ago

Target VMAF won't work with SVT in 1.9.x for now, but it may work again in the future

In which version does it still work?