Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. I think I misunderstood. Can you play them when using `--remux-video mkv` ?
  3. ok so apparently shell32.dll 4.72.3612.1700 is last official version for windows 95 osr 2.x. but what about for explorer.exe? im guessing since ie 4.01 sp2 includes explorer.exe 4.72.3612.1700, then that would also be last official version as well? also can you answer on whether dencorso's manually patched explorer.exe 4.72.3612.1700 ( which i linked in my earlier post that turns explorer.exe version into 4.72.3612.1705 ) also works on windows 95 osr 2.x and / or is necessary for any fixes? it appears to be mainly if only for the 256 color tray icon fix?
  4. Unlock the taskbar
  5. I do rename them as I download them before watching, or or a few at a time. --remux-video invokes ffmpeg and remuxes to a video-only file without sound. Rather I want the audio track kept as-is but named such that it can be used. If I get AAC audio it is named m4a and the video is mp4. Opus audio should work the same. (Not all videos give AAC audio.)
  6. Audio only files? You can do it with a batch file from within the directory where you have the webm audio files (save as e.g. webm2mka.bat): @echo off for %%i in (*.webm) do ( ffmpeg -i "%%i" -c:a copy "%%~ni.mka" ) echo Conversion complete! pause Or directly while downloading with yt-dlp (see Post-Processing Options): yt-dlp -f 251 --remux-video mka https://www.youtube.com/watch?v=PD-MdiUm1_Y Removing cache dir C:\Documents and Settings\Nico/.cache\yt-dlp ... [youtube] Extracting URL: https://www.youtube.com/watch?v=PD-MdiUm1_Y [youtube] PD-MdiUm1_Y: Downloading webpage [youtube] PD-MdiUm1_Y: Downloading tv client config [youtube] PD-MdiUm1_Y: Downloading player a1f2424c-main [youtube] PD-MdiUm1_Y: Downloading tv player API JSON [youtube] PD-MdiUm1_Y: Downloading ios player API JSON [youtube] PD-MdiUm1_Y: Downloading m3u8 information [SponsorBlock] Fetching SponsorBlock segments [SponsorBlock] No matching segments were found in the SponsorBlock database [info] PD-MdiUm1_Y: Downloading 1 format(s): 251 [info] Downloading video thumbnail 41 ... [info] Writing video thumbnail 41 to: C:\Documents and Settings\Nico\Desktop\Led Zeppelin - Kashmir (Live from Celebration Day) [Official Video].webp [ThumbnailsConvertor] Converting thumbnail "C:\Documents and Settings\Nico\Desktop\Led Zeppelin - Kashmir (Live from Celebration Day) [Official Video].webp" to jpg Deleting original file C:\Documents and Settings\Nico\Desktop\Led Zeppelin - Kashmir (Live from Celebration Day) [Official Video].webp (pass -k to keep) [download] Destination: C:\Documents and Settings\Nico\Desktop\Led Zeppelin - Kashmir (Live from Celebration Day) [Official Video].webm [download] 0.0% of 8.09MiB at Unknown B/s ETA Unknown[download] 0.0% of 8.09MiB at Unknown B/s ETA Unknown[download] 0.1% of 8.09MiB at Unknown B/s ETA Unknown[download] 0.2% of 8.09MiB at Unknown B/s ETA Unknown[download] 0.4% of 8.09MiB at Unknown B/s ETA Unknown[download] 0.8% of 8.09MiB at 6.14MiB/s ETA 00:01 [download] 1.5% of 8.09MiB at 4.13MiB/s ETA 00:01[download] 3.1% of 8.09MiB at 4.97MiB/s ETA 00:01[download] 6.2% of 8.09MiB at 8.31MiB/s ETA 00:00[download] 12.4% of 8.09MiB at 11.08MiB/s ETA 00:00[download] 24.7% of 8.09MiB at 16.63MiB/s ETA 00:00[download] 49.4% of 8.09MiB at 22.18MiB/s ETA 00:00[download] 98.9% of 8.09MiB at 27.54MiB/s ETA 00:00[download] 100.0% of 8.09MiB at 27.85MiB/s ETA 00:00[download] 100% of 8.09MiB in 00:00:00 at 20.71MiB/s [VideoRemuxer] Remuxing video from webm to mka; Destination: C:\Documents and Settings\Nico\Desktop\Led Zeppelin - Kashmir (Live from Celebration Day) [Official Video].mka Deleting original file C:\Documents and Settings\Nico\Desktop\Led Zeppelin - Kashmir (Live from Celebration Day) [Official Video].webm (pass -k to keep) [ModifyChapters] SponsorBlock information is unavailable [Metadata] Adding metadata to "C:\Documents and Settings\Nico\Desktop\Led Zeppelin - Kashmir (Live from Celebration Day) [Official Video].mka" [EmbedThumbnail] ffmpeg: Adding thumbnail to "C:\Documents and Settings\Nico\Desktop\Led Zeppelin - Kashmir (Live from Celebration Day) [Official Video].mka"
  7. Today
  8. Toolbars are missing in version 3.9.9 too. It's one of the primary reasons why I use StartAllBack. Can it be fixed? 🙏 I'm on a fresh install of Windows 11 Home 24H (26120.4741). Before my re-install I had version 3.9.2 installed and toolbars worked with that. The Windows version was about the same. I tried Edit: I tried replacing the current \AppData\Local\StartAllBack folder with the 3.9.2 folder but StartAllBack didn't initialize then even after a reboot. (Yes, I did a complete backup before re-install - I'm a good girl).
  9. First of all: A big thank-you for your great work! New Moon of 26Jul2025 crashes when www.rt.com is loaded, tested with both the 32bit and SSE versions, Serpent of 26Jun2025 does not crash. When JavaScript is disabled with NoScript v5.1.9, New Moon does not crash.
  10. I'm trying to make a new taskbar icon for the start menu. I can see where to add one but trying different file sizes and types (pngs, svgs) results in an error or the icon is incorrectly displayed. Can you help with the requirements/formatting for a PNG or SVG?
  11. I would just like the file extension changed for downloads of Opus audio, from webm to mka or weba, so that media players pick it up as an audio stream when the video is played.
  12. Given that the yt-dlp issue tracker will only accept issues accompanied with a verbose log from their own release builds, I'm afraid any issues experienced with my build cannot be discussed there. Also, any issues with my fork will mostly also happen with the upstream build. So, first search their issue tracker to see if someone has experienced something similar. If nothing is found, then perhaps ask right here? Or, like another forum member had done, PM me. He had an issue with some Polish site and I was able to reproduce it with the official yt-dlp build. Then I opened an issue there and it was solved.
  13. The issue with the "experiment" and formats being randomly unavailable has gone away. For the time being, I can reliably download all videos. Is there an upstream issue tracker than I could post to (about something else), given that I use this modified build?
  14. Thanks. IIRC does the system indicate that PAE is enabled if Data Execution Prevention is enabled, or am I mis-remembering? Of course that isn't actually doing anything with the RAM availability, as you say.
  15. For the time being, I don't need it. Especially if I can't copy every file type. It's a few megs of memory and a bit of CPU saved when I plug the phone in for charging. The other devices are a brooktree/conexant radio/TV receiver witout a x64 driver and have nothing to do with the phone.
  16. Looking closer at what I installed, it was both this, and the User-Mode Driver Framework (KB2685813), I did both installs just a few minutes apart, and don't completely remember which or if both are needed. You might want to have them both for completeness' sake. So I'm guessing you have the user mode framework installed, that would leave the kernel mode framework to check. After that, I think you have the files you need to get MTP mode running. Make a folder somewhere, copy all those files into it, then try to update the driver for "MTP" shown in you device manager screenshot. Choose the "have files" option, and point it to the folder where you copied everything, see if it can load the driver that way. As for the other 2 mystery devices, my phone does not present those so I'm not sure what they are... after loading the MTP driver, can you do another screen shot, with it adjusted to show devices by connection?
  17. Yes, I saw that. However, their new code snippet used in that commit didn't play well with Python 3.4.4... Maybe I can implement it like: def random_user_agent(): _USER_AGENT_TPL = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/%s Safari/537.36' _CHROME_VERSIONS = ( '132.0.0.0', '133.0.0.0', '134.0.0.0', '135.0.0.0', '136.0.0.0', '137.0.0.0', '138.0.0.0', ) return _USER_AGENT_TPL % random.choice(_CHROME_VERSIONS) 🤔
  18. I'm afraid that with PAE the only way to overcome 4294967296 sectors of 512 bytes (2 TIB) is to modify the Paragon GPT Loader or creating a new GPT Loader.
  19. That PAE that you have activated in XP SP3 is not functional. Microsoft disables PAE in XP SP2 , so the patches were created, with the intention of enabling it again.
  20. I tell you once again that all this you suggest has already been tested and does not work. The solutions are written in the first entry of this post in which we are. The method that works we have already described. Please read the links published in the first post and you will find explanations and solutions. Regarding PAE and Windows 2000 there is no solution yet, so it is not published anywhere else.
  21. They are in the WinSxS directory. I could probably try to pull them out if I felt adventurous. c:\Windows\winsxs\amd64_wpdmtp.inf_31bf3856ad364e35_6.1.7600.16385_none_7b8f374aa061a3e8\ WinUsb.sys and WUDFRd.sys are installed. They do other things too.
  22. Thank you! I've been using the program for years, know the basics, only haven't used MinWin.
  23. Yesterday
  24. I haven't done that since W98 days.... but are some of the files sitting around on your hard drive even if you are not installing the media stuff? Do you have any of these files: c:\windows\inf\wpdmtp.inf c:\windows\inf\winusb.inf c:\windows\system32\wpdmtp.dll c:\windows\system32\wpdmtpus.dll c:\windows\system32\wpdWUDFCoinstaller.dll c:\windows\system32\drivers\WinUsb.sys c:\windows\system32\drivers\WUDFRd.sys c:\windows\system32\drivers\UMDF\WpdMtpDr.dll wpdmtpip.dll, wpdmtpbt.dll - (these last 2 I have only in packages stored under c:\windows\winsxs and c:\windows\system32\driverstore\filerepository rather than actually installed for use)
  25. New build of post-deprecated Serpent/moebius for XP! * Notice: This repo will not be built on regular schedule, and changes are experimental as usual. ** Current moebius patch level should be on par with 52.9, but some security patches can not be applied/ported due to source milestone differences between versions. Test binary: Win32 https://o.rthost.win/basilisk/basilisk55-win32-git-20250726-c41cda278-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20250726-c41cda278-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import from `custom` branch of UXP: [Basilisk] css: replace -moz-hidden-unscrollable with clip (a0f628da2) - import from `custom` branch of UXP: layout: partly revert rev 5e8e120 for keeping -moz-hidden-unscrollable to work (9ce6fba76) - import from UXP: Issue #2691 - Follow-up: Add manual tests (5869164e) (d4cd9cc60) - import from UXP: Issue #2826 - Set up fontconfig on XRE startup (GTK only) (b992da05) (207207241) - import from UXP: No issue - Adjust CSP URI reporting more closely with the spec. (0a8f50fa) (96316a8d7) - import from UXP: [gfx] Hold a stronger reference to gfxFontEntry. (40f96b82) (b6584ea5e) - ported from UXP: [js] Align br_table limits with V8/Gecko. (3f297457) (720ef774c) - import from UXP: [network] Stop accepting nameless cookies. (cdc8127c) (15f4be2b2) - import from UXP: [DOM] Make object loading use an explicit scheme whitelist. (f902d2ad) (da9ac104c) - import from UXP: Issue #2828 - Part 1: Build and store the array of layer name tokens in the layer at-rules (53e6317b) (21ff29fca) - ported from UXP: Issue #2828 - Part 2: Collect and hold rule cascade data per cascade layer (7b51aa7c) (37d446504) - ported from UXP: Issue #2828 - Part 3: Refactor selector matching and rule cascade data into separate files/classes (03f29e75) (eb52d9cd2) - import from UXP: Issue #2828 - Part 4: Move cache key storage to ResolvedRuleCascades (aab9cdf9) (f6755c8be) - ported from UXP: Issue #2828 - Part 5: Implement child rule processors (e05d4d83) (595bed820) - import from UXP: Issue #2828 - Part 6: Assert rules were added to the rule cascade data (d3b305b8) (5cde0ecef) - import from UXP: Issue #2828 - Part 7: Walk child rule processors separately and ensure inverted cascade layer order is enforced for important rules (ec57be65) (7c4314376) - ported from UXP: Issue #2828 - Part 8: Extract RuleProcessorGroup (formerly ResolvedRuleCascades) into separate file (3605630f) (0a5d13c19) - import from UXP: Issue #2828 - Part 9: Rename CascadeEnumData to CascadeLayer (1655a5a4) (cbf54b1f1) - import from UXP: Issue #2828 – Part 10: Clean up cascade layer constructor (a922ec08) (28c6452d7) - import from UXP: Issue #2828 - Part 11: Detach weighted rule data from cascade layer (cbb019a8) (4b366e590) - import from UXP: Issue #2828 - Part 12: Implement cascade layer SizeOfIncludingThis (e3476d33) (40fa28911) - import from UXP: Issue #2828 - Part 13: Exclude strong layers-related code from release builds (318031c7) (c41cda278)
  26. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20250726-7bda12e7-uxp-7e0ddfef73-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20250726-7bda12e7-uxp-7e0ddfef73-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/boc-uxp/tree/custom * Notice: the profile prefix (i.e. parent folder names) are also changed since 2020-08-15 build, you may rename their names before using new binaries when updating from builds before 2020-08-15. -- New build of HBL-UXP for XP! Test binary: IceDove-UXP(mail) https://o.rthost.win/hbl-uxp/icedove.win32-20250726-id-656ea98-uxp-7e0ddfef73-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20250726-id-656ea98-ia-c642e3c-uxp-7e0ddfef73-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild
  27. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250726-3219d2d-uxp-7e0ddfef73-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20250726-3219d2d-uxp-7e0ddfef73-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom IA32 Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250726-3219d2d-uxp-7e0ddfef73-xpmod-ia32.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32 NM28XP build: Win32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250726-d849524bd-uxp-7e0ddfef73-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250726-d849524bd-uxp-7e0ddfef73-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250726-d849524bd-uxp-7e0ddfef73-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250726-d849524bd-uxp-7e0ddfef73-xpmod.7z Win7+ x64 AVX2 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250726-d849524bd-uxp-7e0ddfef73-w7plus-avx2.7z Official UXP changes picked since my last build: - Issue #2691 - Follow-up: Add manual tests (5869164e31) - Issue #2826 - Set up fontconfig on XRE startup (GTK only) (b992da05eb) - No issue - Adjust CSP URI reporting more closely with the spec. (0a8f50fafa) - [gfx] Hold a stronger reference to gfxFontEntry. (40f96b82ad) - [js] Align br_table limits with V8/Gecko. (3f297457d8) - [network] Stop accepting nameless cookies. (cdc8127cd1) - [DOM] Make object loading use an explicit scheme whitelist. (f902d2ad0e) - Issue #2828 - Part 1: Build and store the array of layer name tokens in the layer at-rules (53e6317bfb) - Issue #2828 - Part 2: Collect and hold rule cascade data per cascade layer (7b51aa7ca1) - Issue #2828 - Part 3: Refactor selector matching and rule cascade data into separate files/classes (03f29e75ec) - Issue #2828 - Part 4: Move cache key storage to ResolvedRuleCascades (aab9cdf9bd) - Issue #2828 - Part 5: Implement child rule processors (e05d4d8306) - Issue #2828 - Part 6: Assert rules were added to the rule cascade data (d3b305b819) - Issue #2828 - Part 7: Walk child rule processors separately and ensure inverted cascade layer order is enforced for important rules (ec57be653a) - Issue #2828 - Part 8: Extract RuleProcessorGroup (formerly ResolvedRuleCascades) into separate file (3605630f4e) - Issue #2828 - Part 9: Rename CascadeEnumData to CascadeLayer (1655a5a4a9) - Issue #2828 – Part 10: Clean up cascade layer constructor (a922ec0823) - Issue #2828 - Part 11: Detach weighted rule data from cascade layer (cbb019a862) - Issue #2828 - Part 12: Implement cascade layer SizeOfIncludingThis (e3476d33ed) - Issue #2828 - Part 13: Exclude strong layers-related code from release builds (318031c74b) No official Pale-Moon changes picked since my last build. No official Basilisk changes picked since my last build. My changes picked since my last build: - layout: partly revert rev 5e8e120 for keeping -moz-hidden-unscrollable to work (44e5bd7711) - [Basilisk] css: replace -moz-hidden-unscrollable with clip (c466a1385f) - [Pale-Moon] css: replace -moz-hidden-unscrollable with clip (9e02324b0b) Update Notice: - You may delete file named icudt*.dat inside program folder when updating from old releases. * Notice: From now on, UXP rev will point to `custom` branch of my UXP repo instead of MCP UXP repo, while "official UXP changes" shows only `tracking` branch changes.
  1. Load more activity
×
×
  • Create New...