<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Using  scale_qsv to change pixel format in Graphics</title>
    <link>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1257586#M94520</link>
    <description>&lt;P&gt;further update after fixing the command to work properly it seems we have success. the command should be:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;ffmpeg -v verbose -stats -hwaccel qsv -qsv_device 1 -c:v h264_qsv -i ./AUD_MW_E.264 -map 0:0 -vf vpp_qsv=w=1920:h=1080,format=yuv420p10le -c:v hevc_qsv -b:v 6000k -look_ahead:v 1 -color_primaries:v bt709 -color_trc:v bt709 -colorspace:v bt709 -metadata:s:v title= -disposition:v default test.mkv&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;note the removal of the quotes from around the filter name and the adjustment to specify the proper device on windows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;output from ffmpeg:&lt;/P&gt;
&lt;P&gt;ffmpeg version 2020-12-12-git-5148740e79-full_build-&lt;A href="http://www.gyan.dev" target="_blank"&gt;www.gyan.dev&lt;/A&gt; Copyright (c) 2000-2020 the FFmpeg developers&lt;BR /&gt;built with gcc 10.2.0 (Rev5, Built by MSYS2 project)&lt;BR /&gt;configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-lzma --enable-libsnappy --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libdav1d --enable-libzvbi --enable-librav1e --enable-libsvtav1 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-ffnvcodec --enable-nvdec --enable-nvenc --enable-d3d11va --enable-dxva2 --enable-libmfx --enable-libglslang --enable-vulkan --enable-opencl --enable-libcdio --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libilbc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint&lt;BR /&gt;libavutil 56. 62.100 / 56. 62.100&lt;BR /&gt;libavcodec 58.115.102 / 58.115.102&lt;BR /&gt;libavformat 58. 65.100 / 58. 65.100&lt;BR /&gt;libavdevice 58. 11.103 / 58. 11.103&lt;BR /&gt;libavfilter 7. 93.100 / 7. 93.100&lt;BR /&gt;libswscale 5. 8.100 / 5. 8.100&lt;BR /&gt;libswresample 3. 8.100 / 3. 8.100&lt;BR /&gt;libpostproc 55. 8.100 / 55. 8.100&lt;BR /&gt;[h264 @ 00000296e4ca2580] Reinit context to 176x144, pix_fmt: yuv420p&lt;BR /&gt;Input #0, h264, from './AUD_MW_E.264':&lt;BR /&gt;Duration: N/A, bitrate: N/A&lt;BR /&gt;Stream #0:0: Video: h264 (Constrained Baseline), 1 reference frame, yuv420p(progressive), 176x144, 25 fps, 25 tbr, 1200k tbn, 50 tbc&lt;BR /&gt;Codec AVOption look_ahead (Use VBR algorithm with look ahead) specified for output file #0 (test.mkv) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream.&lt;BR /&gt;[h264_mp4toannexb @ 00000296e4ca1980] The input looks like it is Annex B already&lt;BR /&gt;Stream mapping:&lt;BR /&gt;Stream #0:0 -&amp;gt; #0:0 (h264 (h264_qsv) -&amp;gt; hevc (hevc_qsv))&lt;BR /&gt;Press [q] to stop, [?] for help&lt;BR /&gt;[AVHWDeviceContext @ 00000296e52b7dc0] Using D3D9Ex device.&lt;BR /&gt;[AVHWDeviceContext @ 00000296e52b98c0] Initialize MFX session: API version is 1.34, implementation version is 1.33&lt;BR /&gt;[h264_qsv @ 00000296e526ce00] Decoder: output is video memory surface&lt;BR /&gt;[graph 0 input from stream 0:0 @ 00000296e4ca4080] w:176 h:144 pixfmt:qsv tb:1/1200000 fr:25/1 sar:0/1&lt;BR /&gt;[auto_scaler_0 @ 00000296e5278340] w:iw h:ih flags:'bicubic' interl:0&lt;BR /&gt;[Parsed_format_1 @ 00000296e4ca3e00] auto-inserting filter 'auto_scaler_0' between the filter 'Parsed_vpp_qsv_0' and the filter 'Parsed_format_1'&lt;BR /&gt;[auto_scaler_1 @ 00000296e5278800] w:iw h:ih flags:'bicubic' interl:0&lt;BR /&gt;[format @ 00000296e5277b80] auto-inserting filter 'auto_scaler_1' between the filter 'Parsed_format_1' and the filter 'format'&lt;BR /&gt;[auto_scaler_0 @ 00000296e5278340] w:1920 h:1080 fmt:nv12 sar:0/1 -&amp;gt; w:1920 h:1080 fmt:yuv420p10le sar:0/1 flags:0x4&lt;BR /&gt;[auto_scaler_1 @ 00000296e5278800] w:1920 h:1080 fmt:yuv420p10le sar:0/1 -&amp;gt; w:1920 h:1080 fmt:p010le sar:0/1 flags:0x4&lt;BR /&gt;[hevc_qsv @ 00000296e4d5c000] Initialized an internal MFX session using hardware accelerated implementation&lt;BR /&gt;[hevc_qsv @ 00000296e4d5c000] Using the average variable bitrate (AVBR) ratecontrol method&lt;BR /&gt;[hevc_qsv @ 00000296e4d5c000] profile: main10; level: 40&lt;BR /&gt;[hevc_qsv @ 00000296e4d5c000] GopPicSize: 248; GopRefDist: 9; GopOptFlag: closed ; IdrInterval: 1&lt;BR /&gt;[hevc_qsv @ 00000296e4d5c000] TargetUsage: 4; RateControlMethod: VBR&lt;BR /&gt;[hevc_qsv @ 00000296e4d5c000] BufferSizeInKB: 1500; InitialDelayInKB: 750; TargetKbps: 6000; MaxKbps: 6000; BRCParamMultiplier: 1&lt;BR /&gt;[hevc_qsv @ 00000296e4d5c000] NumSlice: 1; NumRefFrame: 5&lt;BR /&gt;[hevc_qsv @ 00000296e4d5c000] RateDistortionOpt: unknown&lt;BR /&gt;[hevc_qsv @ 00000296e4d5c000] NumTileColumns: 1; NumTileRows: 1&lt;BR /&gt;[hevc_qsv @ 00000296e4d5c000] RecoveryPointSEI: unknown IntRefType: 0; IntRefCycleSize: 0; IntRefQPDelta: 0&lt;BR /&gt;[hevc_qsv @ 00000296e4d5c000] MaxFrameSize: 0; MaxSliceSize: 0; &lt;BR /&gt;[hevc_qsv @ 00000296e4d5c000] BitrateLimit: unknown; MBBRC: unknown; ExtBRC: OFF&lt;BR /&gt;[hevc_qsv @ 00000296e4d5c000] Trellis: auto&lt;BR /&gt;[hevc_qsv @ 00000296e4d5c000] VDENC: OFF&lt;BR /&gt;[hevc_qsv @ 00000296e4d5c000] RepeatPPS: OFF; NumMbPerSlice: 0; LookAheadDS: unknown&lt;BR /&gt;[hevc_qsv @ 00000296e4d5c000] AdaptiveI: unknown; AdaptiveB: unknown; BRefType: pyramid&lt;BR /&gt;[hevc_qsv @ 00000296e4d5c000] MinQPI: 12; MaxQPI: 63; MinQPP: 12; MaxQPP: 63; MinQPB: 12; MaxQPB: 63&lt;BR /&gt;[hevc_qsv @ 00000296e4d5c000] GPB: ON&lt;BR /&gt;[hevc_qsv @ 00000296e4d5c000] FrameRateExtD: 1; FrameRateExtN: 25 &lt;BR /&gt;Output #0, matroska, to 'test.mkv':&lt;BR /&gt;Metadata:&lt;BR /&gt;encoder : Lavf58.65.100&lt;BR /&gt;Stream #0:0: Video: hevc, 1 reference frame, p010le(tv, bt709, progressive), 1920x1080 (0x0), q=2-31, 6000 kb/s, 25 fps, 1k tbn (default)&lt;BR /&gt;Metadata:&lt;BR /&gt;encoder : Lavc58.115.102 hevc_qsv&lt;BR /&gt;Side data:&lt;BR /&gt;cpb: bitrate max/min/avg: 0/0/6000000 buffer size: 0 vbv_delay: N/A&lt;BR /&gt;frame= 2 fps=0.0 q=0.0 size= 1kB time=00:00:00.00 bitrate=N/A speed= 0x frame= 31 fps= 25 q=-0.0 size= 1kB time=00:00:00.84 bitrate= 7.0kbits/s speed=0.689x frame= 62 fps= 36 q=-0.0 size= 1kB time=00:00:02.08 bitrate= 2.8kbits/s speed=1.21x frame= 94 fps= 42 q=-0.0 size= 1kB time=00:00:03.36 bitrate= 1.7kbits/s speed= 1.5x [h264_qsv @ 00000296e526ce00] A decode call did not consume any data: expect more data at input (-10)&lt;BR /&gt;Last message repeated 2 times&lt;BR /&gt;No more output streams to write to, finishing.&lt;BR /&gt;frame= 100 fps= 39 q=-0.0 Lsize= 2407kB time=00:00:04.08 bitrate=4831.9kbits/s speed=1.61x &lt;BR /&gt;video:2406kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.067147%&lt;BR /&gt;Input file #0 (./AUD_MW_E.264):&lt;BR /&gt;Input stream #0:0 (video): 100 packets read (54828 bytes); 100 frames decoded; &lt;BR /&gt;Total: 100 packets (54828 bytes) demuxed&lt;BR /&gt;Output file #0 (test.mkv):&lt;BR /&gt;Output stream #0:0 (video): 100 frames encoded; 100 packets muxed (2463243 bytes); &lt;BR /&gt;Total: 100 packets (2463243 bytes) muxed&lt;BR /&gt;[AVIOContext @ 00000296e4d5d140] Statistics: 2 seeks, 11 writeouts&lt;BR /&gt;[AVIOContext @ 00000296e4ca8b00] Statistics: 54828 bytes read, 0 seeks&lt;/P&gt;</description>
    <pubDate>Fri, 19 Feb 2021 14:08:54 GMT</pubDate>
    <dc:creator>asheimo</dc:creator>
    <dc:date>2021-02-19T14:08:54Z</dc:date>
    <item>
      <title>Using  scale_qsv to change pixel format</title>
      <link>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1232252#M91904</link>
      <description>&lt;P&gt;I am trying to transcode a video in ffmpeg and use a complete hardware pipeline and also convert the video for 8bit to 10bit. It seems that scale_qsv should be able to do this using the format option but I have yet to be able to successfully do this. I am looking for guidance as to how to move forward.&amp;nbsp;&lt;/P&gt;&lt;P&gt;when using -vf scale_qsv-format-p010le ffmpeg errors with the following message:&lt;/P&gt;&lt;P&gt;[Parsed_scale_qsv_0 @ 000001beba542980] Error synchronizing the operation: -21kbits/s speed=N/A&lt;BR /&gt;Error while filtering: Unknown error occurred&lt;BR /&gt;Failed to inject frame into filter network: Unknown error occurred&lt;BR /&gt;Error while processing the decoded data for stream #0:0&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 16:58:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1232252#M91904</guid>
      <dc:creator>asheimo</dc:creator>
      <dc:date>2020-11-27T16:58:57Z</dc:date>
    </item>
    <item>
      <title>Re:Using  scale_qsv to change pixel format</title>
      <link>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1232863#M91966</link>
      <description>&lt;P&gt;Hello&amp;nbsp;asheimo,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank&amp;nbsp;you&amp;nbsp;for&amp;nbsp;posting&amp;nbsp;on&amp;nbsp;the&amp;nbsp;Intel®&amp;nbsp;communities.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In order to better assist you, please provide the following:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Are you designing a type of software/hardware?&amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Also, what is the&amp;nbsp;Intel®&amp;nbsp;product that you are working with?&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This information can help us to guide you to the correct support place.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sebastian M &amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician &amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Nov 2020 23:31:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1232863#M91966</guid>
      <dc:creator>Sebastian_M_Intel</dc:creator>
      <dc:date>2020-11-30T23:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Using  scale_qsv to change pixel format</title>
      <link>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1232901#M91970</link>
      <description>&lt;P&gt;I am currently using an i7-10700k but really this question applies to qsv in general, I want to be able to create a full hardware pipeline via ffmpeg and convert an 8bit input to a 10bit output.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 01:21:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1232901#M91970</guid>
      <dc:creator>asheimo</dc:creator>
      <dc:date>2020-12-01T01:21:00Z</dc:date>
    </item>
    <item>
      <title>Re:Using  scale_qsv to change pixel format</title>
      <link>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1233263#M92009</link>
      <description>&lt;P&gt;Hello&amp;nbsp;asheimo,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the update.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me review this information internally, and kindly wait for an update.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once we have more information to share we will post it on this thread.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sebastian M&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Dec 2020 22:57:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1233263#M92009</guid>
      <dc:creator>Sebastian_M_Intel</dc:creator>
      <dc:date>2020-12-01T22:57:40Z</dc:date>
    </item>
    <item>
      <title>Re:Using  scale_qsv to change pixel format</title>
      <link>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1233968#M92074</link>
      <description>&lt;P&gt;Hello&amp;nbsp;asheimo,&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for patiently waiting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After double-checking internally, we understand that you are looking to transcode a video using QuickSync, mainly the function "scale_qsv", however; access to the hardware encoder is provided through the FFmpeg&amp;nbsp;application. Since you have usability questions, they need to be addressed by the app developer or even perhaps their own community:&amp;nbsp;&lt;A href="https://lists.ffmpeg.org/mailman/listinfo/ffmpeg-user/" rel="noopener noreferrer" target="_blank"&gt;https://lists.ffmpeg.org/mailman/listinfo/ffmpeg-user/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We can only confirm the hardware encoder is there as you can check here under&amp;nbsp;Processor Graphics,&amp;nbsp;Intel® Quick Sync Video:&amp;nbsp;&lt;A href="https://ark.intel.com/content/www/us/en/ark/products/199335/intel-core-i7-10700k-processor-16m-cache-up-to-5-10-ghz.html" rel="noopener noreferrer" target="_blank"&gt;https://ark.intel.com/content/www/us/en/ark/products/199335/intel-core-i7-10700k-processor-16m-cache-up-to-5-10-ghz.html&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will need to check with the&amp;nbsp;FFmpeg app support for more help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sebastian M&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Links to third-party sites and references to third-party trademarks are provided for convenience and illustrative purposes only. Unless explicitly stated, Intel® is not responsible for the contents of such links, and no third-party endorsement of Intel or any of its products is implied.&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Dec 2020 18:21:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1233968#M92074</guid>
      <dc:creator>Sebastian_M_Intel</dc:creator>
      <dc:date>2020-12-03T18:21:09Z</dc:date>
    </item>
    <item>
      <title>Re:Using  scale_qsv to change pixel format</title>
      <link>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1234032#M92087</link>
      <description>&lt;P&gt;Let me ask the question differently. Is QuickSync capable of converting an 8bit input to a 10bit output or can that not be done completely in hardware?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 21:38:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1234032#M92087</guid>
      <dc:creator>asheimo</dc:creator>
      <dc:date>2020-12-03T21:38:05Z</dc:date>
    </item>
    <item>
      <title>Re:Using  scale_qsv to change pixel format</title>
      <link>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1234307#M92100</link>
      <description>&lt;P&gt;Hello&amp;nbsp;asheimo,&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me confirm this internally as well. Once we have an update we will share it here also.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please kindly wait for a response.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sebastian M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Dec 2020 20:08:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1234307#M92100</guid>
      <dc:creator>Sebastian_M_Intel</dc:creator>
      <dc:date>2020-12-04T20:08:36Z</dc:date>
    </item>
    <item>
      <title>Re:Using  scale_qsv to change pixel format</title>
      <link>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1235411#M92221</link>
      <description>&lt;P&gt;Hello&amp;nbsp;asheimo,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for&amp;nbsp;patiently waiting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to let you know that the answer to your previous question is yes, you can use Quick Sync to convert from 8bit to 10bit video for HEVC as long as the application is optimized for Quick Sync. We tested it recently with Handbrake version 1.3.3.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sebastian M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Dec 2020 01:10:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1235411#M92221</guid>
      <dc:creator>Sebastian_M_Intel</dc:creator>
      <dc:date>2020-12-09T01:10:10Z</dc:date>
    </item>
    <item>
      <title>Re:Using  scale_qsv to change pixel format</title>
      <link>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1236437#M92328</link>
      <description>&lt;P&gt;Hello asheimo,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Were you able to check the previous post and see our outcome? Please let me know if you need more assistance.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sebastian M &amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician &amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Dec 2020 17:35:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1236437#M92328</guid>
      <dc:creator>Sebastian_M_Intel</dc:creator>
      <dc:date>2020-12-11T17:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Using  scale_qsv to change pixel format</title>
      <link>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1236484#M92333</link>
      <description>&lt;P&gt;It is frustrating that after telling me to ask over at ffmpeg for help you tell me that handbrake works fine so you were willing to test handbrake but not ffmpeg. Regardless, can you point me towards any instruction about how to do the conversion. Is scale_qsv the proper way to do so? Should I be able to just specify the pixel format in the output and qsv does the rest?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 20:55:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1236484#M92333</guid>
      <dc:creator>asheimo</dc:creator>
      <dc:date>2020-12-11T20:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Using  scale_qsv to change pixel format</title>
      <link>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1236506#M92338</link>
      <description>&lt;P&gt;Further digging into your answer that handbrake supports this functionality is false, per the documentation;&amp;nbsp;&lt;A href="https://handbrake.fr/docs/en/1.3.0/technical/video-qsv.html" target="_blank"&gt;HandBrake Documentation — Intel QuickSync Video&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Only video encoding is performed by the hardware encoder. Every stage prior to and after video encoding including decoding, filters, audio/video sync, audio encoding, muxing, etc., is performed by the CPU.&lt;/P&gt;
&lt;P&gt;My request was asking about a complete hardware pipeline for decoding and encoding and doing the conversion from 8 to 10 bit in the process.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 22:20:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1236506#M92338</guid>
      <dc:creator>asheimo</dc:creator>
      <dc:date>2020-12-11T22:20:16Z</dc:date>
    </item>
    <item>
      <title>Re:Using  scale_qsv to change pixel format</title>
      <link>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1237212#M92412</link>
      <description>&lt;P&gt;Hello&amp;nbsp;asheimo,&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please allow me to check this with the team in charge of this testing one more time and kindly wait for a response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sebastian M&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Dec 2020 22:35:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1237212#M92412</guid>
      <dc:creator>Sebastian_M_Intel</dc:creator>
      <dc:date>2020-12-14T22:35:11Z</dc:date>
    </item>
    <item>
      <title>Re:Using  scale_qsv to change pixel format</title>
      <link>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1251412#M93900</link>
      <description>&lt;P&gt;Hello&amp;nbsp;asheimo,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank&amp;nbsp;you&amp;nbsp;for patiently waiting.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Internally we are looking into this, however, we would like to confirm some information:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Could you share the file and detailed command(s) you are using with us?&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Also, we would like to better&amp;nbsp;understand&amp;nbsp;the context of why you are pushing to convert 8 to 10 bits, since it will occupy your space and not give you any quality benefit&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sebastian M&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Jan 2021 20:05:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1251412#M93900</guid>
      <dc:creator>Sebastian_M_Intel</dc:creator>
      <dc:date>2021-01-29T20:05:27Z</dc:date>
    </item>
    <item>
      <title>Re:Using  scale_qsv to change pixel format</title>
      <link>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1252830#M94037</link>
      <description>&lt;P&gt;Hello asheimo,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Were you able to check the previous post and get the information requested? Please let me know if you need more assistance.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sebastian M &amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician &amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Feb 2021 17:53:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1252830#M94037</guid>
      <dc:creator>Sebastian_M_Intel</dc:creator>
      <dc:date>2021-02-03T17:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Using  scale_qsv to change pixel format</title>
      <link>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1252912#M94061</link>
      <description>&lt;P&gt;You are incorrect about the quality benefit, converting from 8bit to 10bit reduces if not resolves in most cases color banding associated with transcoding. This alone makes the conversion worth it.&lt;/P&gt;
&lt;P&gt;any 8bit file can be used. command is as follows:&lt;/P&gt;
&lt;P&gt;ffmpeg -loglevel error -stats -hwaccel qsv -qsv_device 1 -c:v vc1_qsv -i &amp;lt;path to mkv input&amp;gt; -map 0:0 -c:v h264_qsv -pix_fmt:v p010le -b:v 6000k -look_ahead:v 1 -color_primaries:v bt709 -color_trc:v bt709 -colorspace:v bt709 -metadata:s:v title= -disposition:v default -map 0:1 -c:a:0 copy -metadata:s:a:0 title= -disposition:a:0 default -sn -metadata:g title= -default_mode passthrough &amp;lt;path to mkv output&amp;gt;&lt;/P&gt;
&lt;P&gt;which results in the following error message.&lt;/P&gt;
&lt;P&gt;Impossible to convert between the formats supported by the filter 'Parsed_null_0' and the filter 'auto_scaler_0'&lt;BR /&gt;Error reinitializing filters!&lt;BR /&gt;Failed to inject frame into filter network: Function not implemented&lt;BR /&gt;Error while processing the decoded data for stream #0:0&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 21:44:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1252912#M94061</guid>
      <dc:creator>asheimo</dc:creator>
      <dc:date>2021-02-03T21:44:33Z</dc:date>
    </item>
    <item>
      <title>Re:Using  scale_qsv to change pixel format</title>
      <link>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1253132#M94086</link>
      <description>&lt;P&gt;Hello&amp;nbsp;asheimo,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the information.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly wait while we review this inquiry.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sebastian M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Feb 2021 13:35:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1253132#M94086</guid>
      <dc:creator>Sebastian_M_Intel</dc:creator>
      <dc:date>2021-02-04T13:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using  scale_qsv to change pixel format</title>
      <link>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1255036#M94262</link>
      <description>&lt;P&gt;Hello&amp;nbsp;asheimo,&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your patience.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We would like you to try the command below:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;ffmpeg -v verbose -stats -hwaccel qsv -qsv_device /dev/dri/renderD128 -c:v h264_qsv -i ./AUD_MW_E.264 -map 0:0 -vf 'vpp_qsv=w=1920:h=1080,format=yuv420p10le' -c:v hevc_qsv -b:v 6000k -look_ahead:v 1 -color_primaries:v bt709 -color_trc:v bt709 -colorspace:v bt709 -metadata:s:v title= -disposition:v default test.mkv&lt;/I&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sebastian M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 21:09:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1255036#M94262</guid>
      <dc:creator>Sebastian_M_Intel</dc:creator>
      <dc:date>2021-02-10T21:09:18Z</dc:date>
    </item>
    <item>
      <title>Re:Using  scale_qsv to change pixel format</title>
      <link>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1256134#M94402</link>
      <description>&lt;P&gt;Hello asheimo,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Were you able to test the previously recommended command? Please let me know if you need more assistance.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sebastian M &amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician &amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Feb 2021 18:46:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1256134#M94402</guid>
      <dc:creator>Sebastian_M_Intel</dc:creator>
      <dc:date>2021-02-15T18:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Using  scale_qsv to change pixel format</title>
      <link>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1256399#M94417</link>
      <description>&lt;P&gt;The linked clip is missing could you please send it again.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 13:38:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1256399#M94417</guid>
      <dc:creator>asheimo</dc:creator>
      <dc:date>2021-02-16T13:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Using  scale_qsv to change pixel format</title>
      <link>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1256449#M94428</link>
      <description>&lt;P&gt;This is the output&amp;nbsp; received, it is failing&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="c-mrkdwn__pre" data-stringify-type="pre"&gt;[h264_qsv @ 000001eb8cdb7040] Error initializing the MFX video decoder: invalid video parameters (-15)&lt;BR /&gt;Error while decoding stream #0:0: Invalid argument&lt;BR /&gt;[h264_qsv @ 000001eb8cdb7040] Decoder: output is video memory surface&lt;BR /&gt;[h264_qsv @ 000001eb8cdb7040] Error initializing the MFX video decoder: unsupported (-3)&lt;BR /&gt;Error while decoding stream #0:0: Function not implemented&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Feb 2021 16:46:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Using-scale-qsv-to-change-pixel-format/m-p/1256449#M94428</guid>
      <dc:creator>asheimo</dc:creator>
      <dc:date>2021-02-16T16:46:47Z</dc:date>
    </item>
  </channel>
</rss>

