intel / libvpl

Intel® Video Processing Library (Intel® VPL) API, dispatcher, and examples
https://intel.github.io/libvpl/
MIT License
262 stars 80 forks source link

sample_encode doesn`t work in case of enabled VPP and internal memory allocator #10

Closed Fantast34 closed 2 years ago

Fantast34 commented 3 years ago

sample_encode h265 -i input_1920x1080.nv12 -o output.hevc -w 1920 -h 1080 -nv12 -dstw 1280 -dsth 720 -api2x_dispatcher -api2x_internalmem doesn`t work because output surface for VPP instance = NULL

mav-intel commented 2 years ago

api2x_internalmem is no longer supported by sample_encode

Fantast34 commented 2 years ago

Hi @mav-intel , Could you please clarify plans for legacy tools (sample_encode and sample_decode)? Will you support them in context of oneVPL? Will you support internal memory allocators at all?