I added without any effect ...venc=qsv
I have it installed but the CPU Load is not reduced ...Read the log. and yes, you need the MediaSDK to be installed.
I installed this Intel Media SDK:use 32bits builds.
I tried everything but no effect on CPU ...I have tried on 2.1.0 transcoding from DirectShow and files.
It doesn't have any effect on GPU load.
vcodec="h264",venc="qsv"{profile="main",level="4.1"}
spycrab101, could you please show me the example of command line ?
Does anyone have any idea?
Thank you
Code: Select all
:sout=#transcode{vcodec=h264,venc=qsv,scale=0.75,acodec=mpga,ab=128,channels=2,samplerate=44100}:rtp{dst=239.255.255.255,port=5004,mux=ts,sap,name=StreamTest} :sout-keep
Code: Select all
[0976019c] qsv encoder error: No hardware implementation found and software mode disabled
[026d6e9c] stream_out_transcode stream out error: cannot find video encoder (module:qsv fourcc:h264). Take a look few lines earlier to see possible reason.
[026d6e9c] stream_out_transcode stream out error: cannot create video chain
[04bc357c] main decoder error: cannot create packetizer output (h264)
Code: Select all
Intel Media SDK System Analyzer (32 bit)
The following versions of Media SDK API are supported by platform/driver:
Version Target Supported Dec Enc
1.0 HW Yes X X
1.0 SW Yes X X
1.1 HW Yes X X
1.1 SW Yes X X
1.3 HW Yes X X
1.3 SW Yes X X
1.4 HW Yes X X
1.4 SW Yes X X
1.5 HW No
1.5 SW Yes X X
1.6 HW No
1.6 SW Yes X X
1.7 HW No
1.7 SW Yes X X
Graphics Devices:
Name Version State
Intel(R) HD Graphics 4000 9.17.10.2932 Active
System info:
CPU: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz
OS: Microsoft Windows 7 Professional
Arch: 64-Bit
Code: Select all
Intel Media SDK System Analyzer (32 bit)
The following versions of Media SDK API are supported by platform/driver:
Version Target Supported Dec Enc
1.0 HW Yes X X
1.0 SW Yes X X
1.1 HW Yes X X
1.1 SW Yes X X
1.3 HW Yes X X
1.3 SW Yes X X
1.4 HW Yes X X
1.4 SW Yes X X
1.5 HW Yes X X
1.5 SW Yes X X
1.6 HW Yes X X
1.6 SW Yes X X
1.7 HW Yes X X
1.7 SW Yes X X
Graphics Devices:
Name Version State
Intel(R) HD Graphics 4000 10.18.10.3412 Active
System info:
CPU: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz
OS: Microsoft Windows 7 Professional
Arch: 64-Bit
This problem comes from the resolution width is not dividable by 16. For example, 854x480, 854 is not dividable by 16, 854/16=53.375. Then you will get the result same as what aizecu has. If you set it to 768x432 or 960x540 (qHD), thenI have tried on 2.1.0 transcoding from DirectShow and files.
It doesn't have any effect on GPU load.
vcodec="h264",venc="qsv"{profile="main",level="4.1"}
spycrab101, could you please show me the example of command line ?
Does anyone have any idea?
Thank you
>the flag as precisely stating not to use the hardware.
The error I'm receiving, when using venc=qsv in a transcoding likeisCode: Select all
:sout=#transcode{vcodec=h264,venc=qsv,scale=0.75,acodec=mpga,ab=128,channels=2,samplerate=44100}:rtp{dst=239.255.255.255,port=5004,mux=ts,sap,name=StreamTest} :sout-keep
I obviously did not enable the software mode, as I interpret the flag as precisely stating not to use the hardware. I tried with software mode enabled, but the performance is poor as occuping 3 times more of the CPU.Code: Select all
[0976019c] qsv encoder error: No hardware implementation found and software mode disabled [026d6e9c] stream_out_transcode stream out error: cannot find video encoder (module:qsv fourcc:h264). Take a look few lines earlier to see possible reason. [026d6e9c] stream_out_transcode stream out error: cannot create video chain [04bc357c] main decoder error: cannot create packetizer output (h264)
I would be really grateful, if anybody could help me setup the hardware encoding.
pat
Return to “VLC media player for Windows Troubleshooting”
Users browsing this forum: mazerunner32 and 87 guests