Jump to content

reboot12

Member
  • Posts

    859
  • Joined

  • Last visited

  • Days Won

    2
  • Donations

    0.00 USD 
  • Country

    Poland

Everything posted by reboot12

  1. My way to update certificate using cert.cmd: @echo off title Certificate update setlocal EnableExtensions EnableDelayedExpansion echo. call :ViewDateSST authroots.sst echo. wget -q --show-progress -O authroots.sst http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/authroots.sst wget -q --show-progress -O delroots.sst http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/delroots.sst wget -q --show-progress -O roots.sst http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/roots.sst wget -q --show-progress -O updroots.sst http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/updroots.sst updroots.exe authroots.sst updroots.exe updroots.sst updroots.exe -l roots.sst updroots.exe -d delroots.sst echo. pause exit /b :ViewDateSST if not exist "%~1" ( echo Last run: no data exit /b ) for %%F in ("%~1") do set "DT=%%~tF" rem Format: RRRR-MM-DD GG:MM set "YYYY=!DT:~0,4!" set "MM=!DT:~5,2!" set "DD=!DT:~8,2!" set "TIME=!DT:~11,5!" call :McName !MM! rem Del 0 from begin day, np. 04 -> 4 if "!DD:~0,1!"=="0" set "DD=!DD:~1!" echo Last run: !DD! !MONTH! !YYYY!, !TIME! exit /b :McName if "%1"=="01" set "MONTH=stycznia" if "%1"=="02" set "MONTH=lutego" if "%1"=="03" set "MONTH=marca" if "%1"=="04" set "MONTH=kwietnia" if "%1"=="05" set "MONTH=maja" if "%1"=="06" set "MONTH=czerwca" if "%1"=="07" set "MONTH=lipca" if "%1"=="08" set "MONTH=sierpnia" if "%1"=="09" set "MONTH=wrzesnia" if "%1"=="10" set "MONTH=pazdziernika" if "%1"=="11" set "MONTH=listopada" if "%1"=="12" set "MONTH=grudnia" exit /b
  2. But my first version 17.2 MB or latest 2.20 MB and @autodidact ~28 MB version does not enable e.g. convert audio stream to MP3 But all this version support combine audio+video streams from YT. Why use the 28 MB version when you can use 2.20 MB and it does the same thing? I bet that there are functions in the @autodidact version that you will never use. @nicolaasjan made a great tool for downloading videos from YT. I don't need to use the latest version of ffmpeg.exe (~100 MB) to combine downloaded audio and video streams. My minimal version does the same thing and only takes up >>>> ~2 MB <<<< - not 90-100 MB !!! I hate bloated apps that can do a million things. @nicolaasjan What do I need libfdk_aac & libmp3lame for? My minimal version support extract audio stream to aac file.
  3. @Dietmar Very cool Compile the 64-bit version because I have no place to test the 32-bit version. On Dell I only have WinXP 64-bit pure UEFI. Send it via private message or e-mail if you don't want to share it officially.
  4. You need to consider what the absolutely minimal version of ffmpeg.exe for youtube-dl.exe should do? only support YouTube formats: .mp4, .webm, .m4a containers audio formats: opus, aac video formats: avc1, av01, vp9 combine selected audio and video streams extract audio and video stream into separate files I compiled a version that can do this and it only takes >>> 2.20 MB <<< and works OK I make tests combine audio+video: youtube-dl -f video_number+audio_number link avc1+m4a.mp4 av01+m4a.mp4 vp9+opus.webm and extract audio and wideo from this combined files: Extract audio stream: ffmpeg -i avc1+m4a.mp4 -vn -c:a copy m4a.aac ffmpeg -i av01+m4a.mp4 -vn -c:a copy m4a.aac ffmpeg -i vp9+opus.webm -vn -c:a copy audio.opus Extract video stream: ffmpeg -i avc1+m4a.mp4 -an -c:v copy avc1.mp4 ffmpeg -i av01+m4a.mp4 -an -c:v copy av01.mp4 ffmpeg -i vp9+opus.webm -an -c:v copy vp9.webm All extracted files open without any problems with VLC 3.0.11 or newer https://www.mediafire.com/file/9h32t0ac8cc17ds/ffmpeg.exe/file Configuration: ./configure \ --enable-cross-compile \ --arch=x86_64 \ --target-os=win32 \ --cross-prefix=x86_64-w64-mingw32- \ --extra-cflags="-D_WIN32_WINNT=0x0502 -O2" \ --extra-ldflags="-static" \ --disable-everything \ --disable-autodetect \ --enable-demuxer=mov,matroska,ogg \ --enable-muxer=mp4,matroska,webm,adts,ogg \ --enable-parser=aac,h264,vp9,av1 \ --enable-bsf=aac_adtstoasc,vp9_superframe \ --enable-protocol=file,pipe
  5. Yea, this works on WinXP 64-bit - THX
  6. @autodidact Please compile also 64-bit version support kernel 5.2 aka WinXP 64-bit (amd64)
  7. No, never. I have always double-click .mp4 and is opened in VLC to watch everything and I don't need anything else. I no need scripts for download - simply check numbers video+audio - I prefer 720p e.g 136+140 so simply download: youtube-dl -f 136+140 link
  8. For combine YT m4a and mp4 work OK: yt-dlp -f 136+140 https://www.youtube.com/watch?v=x1anlc6GhE4 [youtube] Extracting URL: https://www.youtube.com/watch?v=x1anlc6GhE4 [youtube] x1anlc6GhE4: Downloading webpage WARNING: [youtube] No supported JavaScript runtime could be found. Only deno is enabled by default; to use another runtime add --js-runtimes RUNTIME[:PATH] to your command/config. YouTube extraction without a JS runtime has been deprecated, and some formats may be missing. See https://github.com/yt-dlp/yt-dlp/wiki/EJS for details on installing one [youtube] x1anlc6GhE4: Downloading android vr player API JSON [info] x1anlc6GhE4: Downloading 1 format(s): 136+140 [download] Destination: Sultans of Swing - Bia Villa-Chan (Dire Straits cover) [x1anlc6GhE4].f136.mp4 [download] 100% of 5.15MiB in 00:00:25 at 209.25KiB/s [download] Destination: Sultans of Swing - Bia Villa-Chan (Dire Straits cover) [x1anlc6GhE4].f140.m4a [download] 100% of 955.00KiB in 00:00:05 at 185.21KiB/s [Merger] Merging formats into "Sultans of Swing - Bia Villa-Chan (Dire Straits cover) [x1anlc6GhE4].mp4" Deleting original file Sultans of Swing - Bia Villa-Chan (Dire Straits cover) [x1anlc6GhE4].f136.mp4 (pass -k to keep) Deleting original file Sultans of Swing - Bia Villa-Chan (Dire Straits cover) [x1anlc6GhE4].f140.m4a (pass -k to keep) This topis is about youtube-dl - tool for download video on WinXP, not for play. For playing you will use e.g. VLC
  9. This is minimal ffmpeg.exe x64 for WinXP 64-bit - only native functions without external libraries: ffmpeg ffmpeg version 3.4.1 by Gelip 2026 built with gcc 5.3.1 (GCC) 20160211 configuration: --enable-cross-compile --arch=x86_64 --target-os=win32 --cross-prefix=x86_64-w64-mingw32- --enable-gpl --enable-version3 --enable-pthreads --disable-w32threads --disable-d3d11va --disable-dxva2 --disable-avx --disable-avx2 --extra-cflags='-D_WIN32_WINNT=0x0502 -O2' --extra-ldflags=-static --disable-ffplay --disable-doc --enable-protocol='file,http,https,tcp,crypto' libavutil 55. 78.100 / 55. 78.100 libavcodec 57.107.100 / 57.107.100 libavformat 57. 83.100 / 57. 83.100 libavdevice 57. 10.100 / 57. 10.100 libavfilter 6.107.100 / 6.107.100 libswscale 4. 8.100 / 4. 8.100 libswresample 2. 9.100 / 2. 9.100 libpostproc 54. 7.100 / 54. 7.100 Hyper fast Audio and Video encoder usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}... Use -h to get full help or, even better, run 'man ffmpeg' https://www.mediafire.com/file/9h32t0ac8cc17ds/ffmpeg.exe/file - only 17.2 MB
  10. Yea, for play on Windows I use VLC - ffmpeg only for combine audio+video downloaded by youtube-dl
  11. Yeaaaa! This works - ffmpeg.exe only 17.2 MB youtube-dl -f 136+140 https://www.youtube.com/watch?v=e2_YNNtdke8 [youtube] e2_YNNtdke8: Downloading webpage [youtube] e2_YNNtdke8: Downloading ANDROID_VR API JSON [dashsegments] Total fragments: 1 [download] Destination: Reverse Parking with Cones _Reverse Park Step by Step-e2_YNNtdke8.f136.mp4 [download] 100% of 985.69KiB in 00:02 [dashsegments] Total fragments: 1 [download] Destination: Reverse Parking with Cones _Reverse Park Step by Step-e2_YNNtdke8.m4a.f140.m4a [download] 100% of 1.52MiB in 00:08 [ffmpeg] Merging formats into "Reverse Parking with Cones _Reverse Park Step by Step-e2_YNNtdke8.mp4" Deleting original file Reverse Parking with Cones _Reverse Park Step by Step-e2_YNNtdke8.f136.mp4 (pass -k to keep) Deleting original file Reverse Parking with Cones _Reverse Park Step by Step-e2_YNNtdke8.m4a.f140.m4a (pass -k to keep) Configure like this: ./configure \ --enable-cross-compile \ --arch=x86_64 \ --target-os=win32 \ --cross-prefix=x86_64-w64-mingw32- \ --enable-gpl \ --enable-version3 \ --enable-pthreads \ --disable-w32threads \ --disable-d3d11va \ --disable-dxva2 \ --disable-avx \ --disable-avx2 \ --extra-cflags="-D_WIN32_WINNT=0x0502 -O2" \ --extra-ldflags="-static" \ --disable-ffplay \ --disable-doc \ --enable-protocol=file,http,https,tcp,crypto
  12. @j7n @nicolaasjan I'm just compiling minimalist ffmpeg.exe 64-bit for WinXP In a few minutes I will have the .exe binary built and I will test it.
  13. @j7n I no use Foobar2000 for playback audio/video I use VLC ffmpeg current version is about ~100 MB The old version of ffmpeg is completely sufficient for me.
  14. I have been using the old version of ffmpeg.exe 3.4.1 (2017) for a long time with current versions of youtube-dl, e.g. to download and combine separate audio and video files: youtube-dl -f 136+140 link and this work OK. What are you using the newer version of ffmpeg for e.g. from http://blog.k-tai-douga.com/ ?
  15. @George King When I was testing the Dietmar i219 driver, I suggested not writing in this topic but e.g. on Webchat, but @Dave-H wrote that it was not a problem: https://msfn.org/board/topic/183464-compiling-acpi-v20-driver-for-windows-xp-sp3-and-windows-2003-sp2-x32x64/page/161/#comment-1285570
  16. I found in my Dell bios hidden settings: Setup Question = CNVi Mode Token =2F9 // Do NOT change this line Offset =871 Width =01 BIOS Default =[01]Auto MFG Default =[01]Auto Options =[00]Disable // Move "*" to the desired Option *[01]Auto Default is Auto 01. Using AmiSetupWriter.efi I changed it to Disabled 00 and the card still works in Win10. Maybe after disabling CNVi your driver will work on WinXP? Only yours may have a different offset !!! My is 0x871 P.S. I noticed an interesting thing. It is impossible to change the hidden CSM Support option to 01 because after a restart it returns to 00, but I can change another option - Enable Legacy Option ROMs to 1. Then, after the restart, I cannot enter the BIOS or call BootMenu via F12. However, my WinXP 64-bit boots from the M2 SATA disk and when I run my UefiMenu.exe application, I see that there are new devices on the list and VBIOS is used instead GOP. This means that the computer is running in UEFI+CSM mode: Please compile driver 64-bit version for WinXP 64-bit - I want to test.
  17. @Dietmar Yeaaah, it worked I spent all night creating a way for WinXP 64-bit to access the UEFI BootMenu - it works - read/write. So far I have only tested in VMware:
  18. I'm trying to access the UEFI BootMenu NVRAM from WinXP 64-bit running under UEFI
  19. Your version is STOPPABLE and displays more debug information, but my and yours version not find UEFI data in RAM:
  20. @Dietmar I updated tutorial how disable ME state - alternate method to find Setup Item Hidden offset using UEFITool + IFRExtractor-RS and bios file. https://msfn.org/board/topic/183464-compiling-acpi-v20-driver-for-windows-xp-sp3-and-windows-2003-sp2-x32x64/page/177/#findComment-1286023
  21. Ha, ha AI searches the Internet for information about the question, and since no one has ever created a driver for XP and most people write on forums words such as: it's impossible, old system, unsupported, old technology etc. - so the AI copies and pastes the same thing in reply to the question But AI actually helps in programming - I have already used its help several times e.g. Porting MacOS source code to Linux and Windows
  22. This means that you now compile working XP driver ? P.S. Look at this - graphics driver Win2000 for Baytrail ??? https://msfn.org/board/topic/186803-xp-on-j1900-what-is-needed/page/2/#findComment-1286496
  23. I wonder if this problem also occurs when we connect this WLAN card using such an adapter to the PCIe slot: EDITED No, this not work with WLAN card CNVio: https://www.amazon.com/GLOTRENDS-M-2-Key-PCIe-Bluetooth/dp/B09ZDPP43X
  24. Not work. but @Dietmar versions work: https://msfn.org/board/topic/183464-compiling-acpi-v20-driver-for-windows-xp-sp3-and-windows-2003-sp2-x32x64/page/153/#findComment-1285380 https://msfn.org/board/topic/183464-compiling-acpi-v20-driver-for-windows-xp-sp3-and-windows-2003-sp2-x32x64/page/161/#findComment-1285577
  25. @Mov AX, 0xDEAD wrote that the kdnet.dll x86 6.3.9600.17276 file is in the original Win8.1 or in the KB3000850 update. I found file .csv with a detailed description of all the x86 and x64 files included in this update: https://download.microsoft.com/download/1/c/d/1cda9567-573a-4383-b061-e33c85935e47/file information 3000850.csv After analyzing the file, it appears that the kdnet.dll x64 file is only in version 16384 (x64 version 17276 does not exist !!!) Files x86: Kdnet.dll,6.3.9600.17276,"83,776",8-Aug-14,15:35,x86,, Kdstub.dll,6.3.9600.16384,"13,664",22-Aug-13,5:25,x86,, Kd_02_10df.dll,6.3.9600.16384,"24,416",22-Aug-13,5:25,x86,, Kd_02_10ec.dll,6.3.9600.16384,"248,672",22-Aug-13,5:25,x86,, Kd_02_14e4.dll,6.3.9600.16384,"96,096",22-Aug-13,5:25,x86,, Kd_02_1969.dll,6.3.9600.16384,"33,120",22-Aug-13,5:25,x86,, Kd_02_19a2.dll,6.3.9600.16384,"24,416",22-Aug-13,5:25,x86,, Kd_02_8086.dll,6.3.9600.17276,"142,656",8-Aug-14,15:35,x86,, Files x64: Kdnet.dll,6.3.9600.16384,"87,904",22-Aug-13,12:39,x64,, Kdstub.dll,6.3.9600.16384,"14,176",22-Aug-13,12:39,x64,, Kd_02_10df.dll,6.3.9600.16384,"28,512",22-Aug-13,12:39,x64,, Kd_02_10ec.dll,6.3.9600.16384,"308,064",22-Aug-13,12:39,x64,, Kd_02_14e4.dll,6.3.9600.16384,"110,944",22-Aug-13,12:39,x64,, Kd_02_15b3.dll,6.3.9600.16384,"33,632",22-Aug-13,12:39,x64,, Kd_02_1969.dll,6.3.9600.16384,"37,728",22-Aug-13,12:39,x64,, Kd_02_19a2.dll,6.3.9600.16384,"28,512",22-Aug-13,12:39,x64,, Kd_02_8086.dll,6.3.9600.17276,"172,344",8-Aug-14,16:55,x64,, I collected all 64-bit files except: KDNET_PATCH.ASM, dummy, kdnet_delta.bin, kdusb_delta.bin - 64-bit_kdnet_w81.zip
×
×
  • Create New...