dmiranda Posted January 24, 2024 Posted January 24, 2024 3 hours ago, user57 said: it would be possible to instead of the gpu doing that decompression maybe "gpu acceleration" I think statistical packages (like FOSS R) do that to speed up statistical computation. Probably there is also FOSS code available to accelerate the blockchain. Maybe that code could be worth looking at, in terms of implementation? Cheers!
dmiranda Posted January 25, 2024 Posted January 25, 2024 17 hours ago, user57 said: but it would for me only for the h.265 codec, then the others still would be missing (what actually is a big disadvantage) not to say that the code then has to done the way so its fits into that mpc-hc player To matter for XP, that would require targeting this mpc-hc mod (the official one is of no use for this old fella), and gpus (for starting, Nivdia 320.92 -preferably including quadro, for 3d). Now we are dreaming, xpi-fi basic integration would also be nice. Cheers!
Dibya Posted January 25, 2024 Posted January 25, 2024 https://github.com/ShiftMediaProject/FFVS-Project-Generator Anyone can try to generate FFMPEG SLN with this file?
Dibya Posted January 25, 2024 Posted January 25, 2024 (edited) Someone please look at it and try to make this FFVS to work https://github.com/ShiftMediaProject/FFVS-Project-Generator/issues/65 If i can get it to compile , then i can port latest LAV Filters I am trying to MPC-HC to compile in Release Lite Configuration So far i got following errors Build started... 1>------ Build started: Project: system, Configuration: Release Win32 ------ 2>------ Build started: Project: BaseClasses, Configuration: Release Win32 ------ 3>------ Build started: Project: BuildConfig, Configuration: Release Win32 ------ 4>------ Build started: Project: SubPic, Configuration: Release Win32 ------ 5>------ Build started: Project: Subtitles, Configuration: Release Win32 ------ 6>------ Build started: Project: unrar, Configuration: Release Win32 ------ 7>------ Build started: Project: DeCSS, Configuration: Release Win32 ------ 8>------ Build started: Project: lcms2, Configuration: Release Win32 ------ 1>YASM: Assembling a_memory.asm 1>C:\Users\Dibya\Downloads\mpc-hc-master\mpc-hc-master\src\YASM.targets(45,5): error MSB3721: The command ""C:\Users\Dibya\Downloads\mpc-hc-master\mpc-hc-master\src\YASM.bat" -X vc -f win32 -o "C:\Users\Dibya\Downloads\mpc-hc-master\mpc-hc-master\bin\obj\Release_Win32\system\a_memory.obj" "C:\Users\Dibya\Downloads\mpc-hc-master\mpc-hc-master\src\thirdparty\VirtualDub\system\source\a_memory.asm"" exited with code 1. 1>Done building project "system.vcxproj" -- FAILED. 3>Not all build dependencies were found. 3> 3>See "docs\Compilation.md" for more information. 3>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.MakeFile.Targets(46,5): error MSB3073: The command "..\update_version.bat --quiet" exited with code 1. 3>Done building project "BuildConfig.vcxproj" -- FAILED. 9>------ Build started: Project: Kasumi, Configuration: Release Win32 ------ 10>------ Build started: Project: soxr, Configuration: Release Win32 ------ 2>stdafx.cpp 6>rarpch.cpp 9>YASM: Assembling a_bltrgb.asm 8>precomp.c 4>stdafx.cpp 8>C:\Users\Dibya\Downloads\mpc-hc-master\mpc-hc-master\src\thirdparty\lcms2\precomp.c(23,10): fatal error C1083: Cannot open include file: 'lcms2_internal.h': No such file or directory 5>stdafx.cpp 4>C:\Program Files (x86)\Windows Kits\8.1\Include\um\combaseapi.h(229,21): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' 8>Done building project "lcms2.vcxproj" -- FAILED. 11>------ Skipped Build: Project: LAVFilters, Configuration: Release Win32 ------ 11>Project not selected to build for this solution configuration 12>------ Build started: Project: bs2b, Configuration: Release Win32 ------ 6>C:\Program Files (x86)\Windows Kits\8.1\Include\um\combaseapi.h(229,21): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' 2>C:\Program Files (x86)\Windows Kits\8.1\Include\um\combaseapi.h(229,21): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' 10>data-io.c 10>dbesi0.c 10>c1 : fatal error C1083: Cannot open source file: 'libsoxr\src\data-io.c': No such file or directory 10>fft4g32.c 10>c1 : fatal error C1083: Cannot open source file: 'libsoxr\src\dbesi0.c': No such file or directory 10>fft4g64.c 10>filter.c 10>c1 : fatal error C1083: Cannot open source file: 'libsoxr\src\fft4g64.c': No such file or directory 10>c1 : fatal error C1083: Cannot open source file: 'libsoxr\src\fft4g32.c': No such file or directory 10>c1 : fatal error C1083: Cannot open source file: 'libsoxr\src\filter.c': No such file or directory 10>lsr.c 10>c1 : fatal error C1083: Cannot open source file: 'libsoxr\src\lsr.c': No such file or directory 10>pffft32s.c 10>rate32.c 10>c1 : fatal error C1083: Cannot open source file: 'libsoxr\src\pffft32s.c': No such file or directory 10>c1 : fatal error C1083: Cannot open source file: 'libsoxr\src\rate32.c': No such file or directory 10>rate32s.c 10>rate64.c 10>simd.c 10>soxr.c 10>vr32.c 10>c1 : fatal error C1083: Cannot open source file: 'libsoxr\src\rate32s.c': No such file or directory 10>c1 : fatal error C1083: Cannot open source file: 'libsoxr\src\simd.c': No such file or directory 10>c1 : fatal error C1083: Cannot open source file: 'libsoxr\src\vr32.c': No such file or directory 10>c1 : fatal error C1083: Cannot open source file: 'libsoxr\src\rate64.c': No such file or directory 10>c1 : fatal error C1083: Cannot open source file: 'libsoxr\src\soxr.c': No such file or directory 9>C:\Users\Dibya\Downloads\mpc-hc-master\mpc-hc-master\src\YASM.targets(45,5): error MSB3721: The command ""C:\Users\Dibya\Downloads\mpc-hc-master\mpc-hc-master\src\YASM.bat" -X vc -f win32 -o "C:\Users\Dibya\Downloads\mpc-hc-master\mpc-hc-master\bin\obj\Release_Win32\Kasumi\a_bltrgb.obj" "C:\Users\Dibya\Downloads\mpc-hc-master\mpc-hc-master\src\thirdparty\VirtualDub\Kasumi\source\a_bltrgb.asm"" exited with code 1. 9>Done building project "Kasumi.vcxproj" -- FAILED. 13>------ Build started: Project: DSUtil, Configuration: Release Win32 ------ 10>Done building project "soxr.vcxproj" -- FAILED. 7>stdafx.cpp 2>Done building project "BaseClasses.vcxproj" -- FAILED. 14>------ Build started: Project: SoundTouch, Configuration: Release Win32 ------ 15>------ Skipped Build: Project: AsyncReader, Configuration: Release Win32 ------ 15>Project not selected to build for this solution configuration 16>------ Build started: Project: BaseMuxer, Configuration: Release Win32 ------ 5>C:\Program Files (x86)\Windows Kits\8.1\Include\um\combaseapi.h(229,21): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' 6>Done building project "unrar.vcxproj" -- FAILED. 17>------ Build started: Project: Filters (Libraries\Filters), Configuration: Release Win32 ------ 7>C:\Program Files (x86)\Windows Kits\8.1\Include\um\combaseapi.h(229,21): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' 12>bs2b.c 12>c1 : fatal error C1083: Cannot open source file: 'libbs2b\src\bs2b.c': No such file or directory 12>Done building project "bs2b.vcxproj" -- FAILED. 18>------ Skipped Build: Project: BaseSplitter, Configuration: Release Win32 ------ 18>Project not selected to build for this solution configuration 19>------ Build started: Project: zita-resampler, Configuration: Release Win32 ------ 16>stdafx.cpp 14>AAFilter.cpp 14>c1xx : fatal error C1083: Cannot open source file: 'soundtouch\source\SoundTouch\AAFilter.cpp': No such file or directory 14>BPMDetect.cpp 13>stdafx.cpp 14>cpu_detect_x86.cpp 14>FIFOSampleBuffer.cpp 14>c1xx : fatal error C1083: Cannot open source file: 'soundtouch\source\SoundTouch\BPMDetect.cpp': No such file or directory 14>c1xx : fatal error C1083: Cannot open source file: 'soundtouch\source\SoundTouch\cpu_detect_x86.cpp': No such file or directory 14>FIRFilter.cpp 14>c1xx : fatal error C1083: Cannot open source file: 'soundtouch\source\SoundTouch\FIFOSampleBuffer.cpp': No such file or directory 14>InterpolateCubic.cpp 14>InterpolateLinear.cpp 14>InterpolateShannon.cpp 14>PeakFinder.cpp 14>RateTransposer.cpp 14>c1xx : fatal error C1083: Cannot open source file: 'soundtouch\source\SoundTouch\InterpolateLinear.cpp': No such file or directory 14>c1xx : fatal error C1083: Cannot open source file: 'soundtouch\source\SoundTouch\FIRFilter.cpp': No such file or directory 14>c1xx : fatal error C1083: Cannot open source file: 'soundtouch\source\SoundTouch\InterpolateShannon.cpp': No such file or directory 14>c1xx : fatal error C1083: Cannot open source file: 'soundtouch\source\SoundTouch\InterpolateCubic.cpp': No such file or directory 14>SoundTouch.cpp 14>sse_optimized.cpp 14>c1xx : fatal error C1083: Cannot open source file: 'soundtouch\source\SoundTouch\PeakFinder.cpp': No such file or directory 14>c1xx : fatal error C1083: Cannot open source file: 'soundtouch\source\SoundTouch\RateTransposer.cpp': No such file or directory 14>TDStretch.cpp 14>c1xx : fatal error C1083: Cannot open source file: 'soundtouch\source\SoundTouch\SoundTouch.cpp': No such file or directory 14>c1xx : fatal error C1083: Cannot open source file: 'soundtouch\source\SoundTouch\sse_optimized.cpp': No such file or directory 14>c1xx : fatal error C1083: Cannot open source file: 'soundtouch\source\SoundTouch\TDStretch.cpp': No such file or directory 17>stdafx.cpp 14>Done building project "SoundTouch.vcxproj" -- FAILED. 20>------ Build started: Project: tinyxml2, Configuration: Release Win32 ------ 16>C:\Program Files (x86)\Windows Kits\8.1\Include\um\combaseapi.h(229,21): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' 19>resampler-table.cc 17>C:\Program Files (x86)\Windows Kits\8.1\Include\um\combaseapi.h(229,21): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' 19>resampler.cc 19>vresampler.cc 13>C:\Program Files (x86)\Windows Kits\8.1\Include\um\combaseapi.h(229,21): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' 20>tinyxml2.cpp 20>c1xx : fatal error C1083: Cannot open source file: 'library\tinyxml2.cpp': No such file or directory 20>Done building project "tinyxml2.vcxproj" -- FAILED. 21>------ Build started: Project: CmdUI, Configuration: Release Win32 ------ 19>C:\Program Files (x86)\Windows Kits\8.1\Include\um\combaseapi.h(229,21): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' (compiling source file zita-resampler\libs\vresampler.cc) 19>C:\Program Files (x86)\Windows Kits\8.1\Include\um\combaseapi.h(229,21): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' (compiling source file zita-resampler\libs\resampler.cc) 19>C:\Program Files (x86)\Windows Kits\8.1\Include\um\combaseapi.h(229,21): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' (compiling source file zita-resampler\libs\resampler-table.cc) 7>Done building project "DeCSS.vcxproj" -- FAILED. 22>------ Build started: Project: LCDUI, Configuration: Release Win32 ------ 19>Done building project "zita-resampler.vcxproj" -- FAILED. 23>------ Build started: Project: ResizableLib, Configuration: Release Win32 ------ 21>stdafx.cpp 5>Done building project "Subtitles.vcxproj" -- FAILED. 4>Done building project "SubPic.vcxproj" -- FAILED. 24>------ Build started: Project: sizecbar, Configuration: Release Win32 ------ 25>------ Build started: Project: TreePropSheet, Configuration: Release Win32 ------ 22>stdafx.cpp 23>stdafx.cpp 13>Done building project "DSUtil.vcxproj" -- FAILED. 26>------ Build started: Project: minhook, Configuration: Release Win32 ------ 24>stdafx.cpp 25>stdafx.cpp 22>C:\Program Files (x86)\Windows Kits\8.1\Include\um\combaseapi.h(229,21): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' 21>CmdUI.cpp 17>Done building project "Filters.vcxproj" -- FAILED. 27>------ Skipped Build: Project: RARFileSource, Configuration: Release Win32 ------ 27>Project not selected to build for this solution configuration 28>------ Skipped Build: Project: DSMSplitter, Configuration: Release Win32 ------ 28>Project not selected to build for this solution configuration 29>------ Build started: Project: MatroskaMuxer, Configuration: Release Win32 ------ 16>Done building project "BaseMuxer.vcxproj" -- FAILED. 30>------ Build started: Project: DSMMuxer, Configuration: Release Win32 ------ 23>C:\Program Files (x86)\Windows Kits\8.1\Include\um\combaseapi.h(229,21): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' 24>C:\Program Files (x86)\Windows Kits\8.1\Include\um\combaseapi.h(229,21): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' 25>C:\Program Files (x86)\Windows Kits\8.1\Include\um\combaseapi.h(229,21): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' 21>C:\Program Files (x86)\Windows Kits\8.1\Include\um\combaseapi.h(229,21): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' 26>buffer.c 26>hde32.c 26>hook.c 26>c1 : fatal error C1083: Cannot open source file: 'minhook\src\buffer.c': No such file or directory 26>c1 : fatal error C1083: Cannot open source file: 'minhook\src\HDE\hde32.c': No such file or directory 26>c1 : fatal error C1083: Cannot open source file: 'minhook\src\hook.c': No such file or directory 26>trampoline.c 26>c1 : fatal error C1083: Cannot open source file: 'minhook\src\trampoline.c': No such file or directory 26>Done building project "minhook.vcxproj" -- FAILED. 31>------ Build started: Project: WavDest, Configuration: Release Win32 ------ 30>stdafx.cpp 29>stdafx.cpp 22>C:\Users\Dibya\Downloads\mpc-hc-master\mpc-hc-master\src\thirdparty\LCDUI\LCDText.h(29,18): error C2039: 'wstring': is not a member of 'std' 22>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\queue(22): message : see declaration of 'std' 22>C:\Users\Dibya\Downloads\mpc-hc-master\mpc-hc-master\src\thirdparty\LCDUI\LCDText.h(29,26): error C3646: 'lcdstring': unknown override specifier 22>C:\Users\Dibya\Downloads\mpc-hc-master\mpc-hc-master\src\thirdparty\LCDUI\LCDText.h(29,35): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 22>C:\Users\Dibya\Downloads\mpc-hc-master\mpc-hc-master\src\thirdparty\LCDUI\LCDText.h(67,15): error C3646: 'm_sText': unknown override specifier 22>C:\Users\Dibya\Downloads\mpc-hc-master\mpc-hc-master\src\thirdparty\LCDUI\LCDText.h(67,22): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 22>C:\Users\Dibya\Downloads\mpc-hc-master\mpc-hc-master\src\thirdparty\LCDUI\LCDText.h(69,5): error C2653: 'lcdstring': is not a class or namespace name 22>C:\Users\Dibya\Downloads\mpc-hc-master\mpc-hc-master\src\thirdparty\LCDUI\LCDText.h(69,26): error C3646: 'm_nTextLength': unknown override specifier 22>C:\Users\Dibya\Downloads\mpc-hc-master\mpc-hc-master\src\thirdparty\LCDUI\LCDText.h(69,39): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 22>Done building project "LCDUI.vcxproj" -- FAILED. 32>------ Build started: Project: StreamDriveThru, Configuration: Release Win32 ------ 30>C:\Program Files (x86)\Windows Kits\8.1\Include\um\combaseapi.h(229,21): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' 29>C:\Program Files (x86)\Windows Kits\8.1\Include\um\combaseapi.h(229,21): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' 31>stdafx.cpp 32>stdafx.cpp 23>Done building project "ResizableLib.vcxproj" -- FAILED. 33>------ Skipped Build: Project: CDDAReader, Configuration: Release Win32 ------ 33>Project not selected to build for this solution configuration 34>------ Skipped Build: Project: CDXAReader, Configuration: Release Win32 ------ 34>Project not selected to build for this solution configuration 24>Done building project "sizecbar.vcxproj" -- FAILED. 35>------ Skipped Build: Project: VTSReader, Configuration: Release Win32 ------ 35>Project not selected to build for this solution configuration 36>------ Build started: Project: SyncClock, Configuration: Release Win32 ------ 37>------ Build started: Project: VideoRenderers, Configuration: Release Win32 ------ 31>C:\Program Files (x86)\Windows Kits\8.1\Include\um\combaseapi.h(229,21): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' 25>Done building project "TreePropSheet.vcxproj" -- FAILED. 38>------ Skipped Build: Project: BaseSource, Configuration: Release Win32 ------ 38>Project not selected to build for this solution configuration 39>------ Build started: Project: SubtitleSource, Configuration: Release Win32 ------ 21>Done building project "CmdUI.vcxproj" -- FAILED. 40>------ Build started: Project: AudioSwitcher, Configuration: Release Win32 ------ 32>C:\Program Files (x86)\Windows Kits\8.1\Include\um\combaseapi.h(229,21): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' 37>stdafx.cpp 36>stdafx.cpp 39>stdafx.cpp 40>stdafx.cpp 36>C:\Program Files (x86)\Windows Kits\8.1\Include\um\combaseapi.h(229,21): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' 37>C:\Program Files (x86)\Windows Kits\8.1\Include\um\combaseapi.h(229,21): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' 39>C:\Program Files (x86)\Windows Kits\8.1\Include\um\combaseapi.h(229,21): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' 40>C:\Program Files (x86)\Windows Kits\8.1\Include\um\combaseapi.h(229,21): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' 31>Done building project "WavDest.vcxproj" -- FAILED. 41>------ Skipped Build: Project: AVI2AC3Filter, Configuration: Release Win32 ------ 41>Project not selected to build for this solution configuration 42>------ Skipped Build: Project: BaseVideoFilter, Configuration: Release Win32 ------ 42>Project not selected to build for this solution configuration 43>------ Build started: Project: BufferFilter, Configuration: Release Win32 ------ 30>Done building project "DSMMuxer.vcxproj" -- FAILED. 29>Done building project "MatroskaMuxer.vcxproj" -- FAILED. 44>------ Skipped Build: Project: DeCSSFilter, Configuration: Release Win32 ------ 44>Project not selected to build for this solution configuration 45>------ Skipped Build: Project: DoctorDump, Configuration: Release Lite Win32 ------ 45>Project not selected to build for this solution configuration 46>------ Skipped Build: Project: CrashReporterDialog, Configuration: Release Lite Win32 ------ 46>Project not selected to build for this solution configuration 47>------ Skipped Build: Project: VSFilter, Configuration: Release Filter Win32 ------ 47>Project not selected to build for this solution configuration 32>Done building project "StreamDriveThru.vcxproj" -- FAILED. 36>Done building project "SyncClock.vcxproj" -- FAILED. 39>Done building project "SubtitleSource.vcxproj" -- FAILED. 40>Done building project "AudioSwitcher.vcxproj" -- FAILED. 37>Done building project "VideoRenderers.vcxproj" -- FAILED. 48>------ Build started: Project: mpc-hc, Configuration: Release Lite Win32 ------ 48>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1967,5): warning : The referenced project '..\thirdparty\sanear\sanear\sanear.vcxproj' does not exist. 48>stdafx.cpp 48>C:\Program Files (x86)\Windows Kits\8.1\Include\um\combaseapi.h(229,21): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' 48>C:\Program Files (x86)\Windows Kits\8.1\Include\um\GdiplusHeaders.h(900,39): error C4596: 'EmfToWmfBits': illegal qualified name in member declaration 48>C:\Program Files (x86)\Windows Kits\8.1\Include\um\GdiplusStringFormat.h(225,45): error C4596: 'GetTrimming': illegal qualified name in member declaration 48>Done building project "mpc-hc.vcxproj" -- FAILED. ========== Build: 0 succeeded, 33 failed, 1 up-to-date, 15 skipped ========== Edited January 25, 2024 by Dibya
UCyborg Posted January 25, 2024 Posted January 25, 2024 (edited) On 1/23/2024 at 4:16 AM, dmiranda said: Well, in my case I think there may be two probable culprits (no false pretense of expertise here, just sharing probably wrong data from an informed, risky, user point of view): 1) https://www.softpedia.com/get/System/OS-Enhancements/DirectX-10-for-Windows-XP.shtml, 2) https://www.softpedia.com/get/Multimedia/Video/Codec-Packs-Video-Codecs/Windows-Media-Format-Runtime-11.shtml. Never installed the former and the latter doesn't have it. Apparently evr.dll (Enhanced Video Renderer) was bundled with .NET Framework 3, dxva2.dll comes as dependency. It can still provide some support functions to evr.dll on XP. EVR is selectable and functional in some players, but it was primarily made for Vista. Overall, things still look better in the land of supported to me. On 1/23/2024 at 3:42 PM, Dixel said: Probably because it runs on unsupported Framework 4.0 with the suggested change in the ini file. Seems the old version simply doesn't recognize that ID/string. It seems it didn't have the 4.6 requirement, still targeted 2.0 in addition to 4.0 according to .config file. The latest one craps out on non-existent method in .NET if you try that tweak. Edited January 25, 2024 by UCyborg
UCyborg Posted January 27, 2024 Posted January 27, 2024 On 11/16/2023 at 8:13 PM, genieautravail said: After playing a video, if I want to play another video or exit the software, I get an error message: On 11/17/2023 at 9:51 AM, we3fan said: Remove evr.dll from MPC-HC directory You can probably get rid of dxva2.dll as well. From the version numbers, evr.dll included here is older (6.0.6002.18005) than the one I got (6.0.6002.18084), the latter is stable in that regard. Wonder why was Vista's evr.dll mixed with 7's dxva2.dll. Is there anything to gain from extra functions it has in XP environment? The only useful obvious addition is DXVA-HD. Quote The DXVA-HD API requires either a WDDM display driver that supports the DXVA-HD device driver interface (DDI), or a plug-in software processor. However that plug-in software processor may look like. 1
UCyborg Posted January 28, 2024 Posted January 28, 2024 So EVR is seemingly restricted in rendering videos in limited 16-235 color range on XP. Or is there a workaround or a missing update?
dmiranda Posted January 29, 2024 Posted January 29, 2024 On 1/26/2024 at 10:28 PM, UCyborg said: You can probably get rid of dxva2.dll as well. From the version numbers, evr.dll included here is older (6.0.6002.18005) than the one I got (6.0.6002.18084), the latter is stable in that regard. Is this in windows XP? The only EVR I've got (in a very nlited/trimmed XP) is the one in the mpc-hc for this thread.
dmiranda Posted January 29, 2024 Posted January 29, 2024 According to this, there is a new version, released Jan10-24. For some reason (i regeistered just a few weeks ago, I guess) i get a "You don't have permission to view this posts content" to most MDL content. Could someone with access post the links? Thanks! https://forums.mydigitallife.net/threads/some-of-my-latest-apps-done-for-xp.87973/#post-1822624 I
66cats Posted January 29, 2024 Posted January 29, 2024 12 minutes ago, dmiranda said: post the links? These? MPC-HC 2.1.4 MPC-HC 2.1.4.7z MPC-BE 1.6.11 MPC-BE 1.6.11.7z 1
user57 Posted January 29, 2024 Posted January 29, 2024 well hard to say this player is not very self-contained this also is seeable when you compile it up(like dibya did), it need this exact version of phyton , the next exact version yasm, the right vs versionthe right SDK version, the the LAV version (only to name a few) that more or less says it break if any of these versions (i always call them engines) changed from like 0.0.0.0.1 to 0.0.0.0.2 if one of these decided - no i do not longer want xp - its like a directly "bugged up" that raise questions .... if that player is a good choose or not and hardware dependencys ? if we always need a new grafic card for a codec - i dont think thats what we want - what we want is a working codec (or more precise a decoder for certain formats) not always a new hardware (aka a new grafic card that can do this) can somebody tell me why new programmers like to choose this kind of path ? instead of going for a "decoder to RGB" (display) solution this problem you see kinda often today - you actually didnt in the past sure actually this player is getting probaly getting fixed up, but always like that ?
Iron_Wind0ws Posted January 30, 2024 Posted January 30, 2024 On 1/29/2024 at 12:07 PM, dmiranda said: For some reason (i regeistered just a few weeks ago, I guess) @dmiranda I have tried to register several times in that forum, but I always get this xD
Dixel Posted January 30, 2024 Posted January 30, 2024 3 hours ago, Iron_Wind0ws said: @dmiranda I have tried to register several times in that forum, but I always get this xD They don't like your IP address, probably it's because you've tried to use VPN services. 4
Iron_Wind0ws Posted January 31, 2024 Posted January 31, 2024 7 hours ago, Dixel said: They don't like your IP address, probably it's because you've tried to use VPN services. No, I swear, I don't use any VPN extension or program, it's very strange. 1
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now