Den 14.10.2024 00:38, skrev Andrew Randrianasulu:
пн, 14 окт. 2024 г., 01:36 Phyllis Smith <[email protected]>:
Andrew, so it seems prudent to check into GIT, the av1_vaapi.mp4 render format (after successfully tested of course); but what about the QSV encoders?
wait for Terje's testing OR try to build oneVPL-cpu (it sort of circles back to different branch of ffmpeg, so ffmpeg will think it uses qsv but it in fact will use another ffmpeg .... well, in theory! it does not work for me on 32-bit!)
On Sun, Oct 13, 2024 at 2:36 PM Andrew Randrianasulu via Cin <[email protected]> wrote:
hopefully with very silly top-line-as-comment error fixed
SORRY!
I saved the 6 profiles in ffmpeg/video and tested them with SD-DV input. Only 1) av1_qsv.webm of them worked, so hopefully I have installed and tested them correctly(?) 1) av1_qsv.webm: webm av1_qsv # only usable with ext. ffmpeg cin_pix_fmt=nv12 works with pixelformats nv12 AND p010le 2) av1_qsv.mp4 # only usable with ext. ffmpeg mp4 av1_qsv cin_pix_fmt=nv12 doesn't work: pixelformat nv12 int FFMPEG::init_encoder(const char*): mismatch audio/video file format 3) av1_vaapi.mp4 mp4 av1_vaapi cin_hw_dev=vaapi profile=main not available? 4) h264_qsv.mp4 mp4 h264_qsv # only usable with ext. ffmpeg profile=high cin_pix_fmt=nv12 doesn't work: int FFMPEG::init_encoder(const char*): mismatch audio/video file format: 5) hevc_qsv.mp4 mp4 hevc_qsv # only usable with ext. ffmpeg, another pixfmt is yuyv422 profile=main cin_pix_fmt=nv12 doesn't work: int FFMPEG::init_encoder(const char*): mismatch audio/video file format: 6) cat vp9_qsv.mp4 mp4 vp9_qsv # only usable with ext. ffmpeg doesn't work: int FFMPEG::init_encoder(const char*): mismatch audio/video file format: