maximd33
maximd33
was there any progress or just forward looking/enhancement message?
why do you need MSDK dispatcher as shared library if main purpose of dispatcher - to load proper MSDK core library ?
you might want to stick using 1.25 or "delphi's FFVCL plugin" has to be updated, it is not clear why it needs "libmfx-0.dll" this is pretty much unique case.
you might want to specify bitrate for ffmpeg, like -b:v 5M see https://trac.ffmpeg.org/wiki/Hardware/QuickSync compilation : recommendations to use cross compilation, not MSVC compiler directly, otherwise you would need to experiment...
@zhaoye1 FFMPEG: you can follow any cross compilation guide, like from https://trac.ffmpeg.org/wiki/CompilationGuide/CrossCompilingForWindows QSV requires --enable-libmfx option and mfx_dispatch pre-installed, already described at https://github.com/lu-zero/mfx_dispatch#building-using-autotools it should be better to create issue...
@ePirat rav1e should "install" its pkg_config into HB's ./build/contrib/lib/pkgconfig
@ePirat I see > .... > error[E0599]: no method named `wait_timeout_while` found for type `std::sync::Condvar` in the current scope > --> /home/maxd/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo-0.48.0/src/cargo/util/queue.rs:55:14 > | > 55 | .wait_timeout_while(self.state.lock().unwrap(), timeout, |s|...
@ePirat what version is needed? > rustc --version > rustc 1.41.1 ffmpeg - have you checked details at ffbuild/config.log ?
N6005 supports QSV, it is most likely some sort pf configuration issue, at first place. @passerbyd why versions of VA-API always different ? >VA-API version 1.7.0 >vainfo: VA-API version: 1.12...
@passerbyd any option you can install latest version from https://github.com/intel/media-driver/releases ? what might help as well - if you can share tracer logs, see https://github.com/Intel-Media-SDK/MediaSDK/tree/master/tools/tracer