Jump to content

loblo

Member
  • Posts

    1,183
  • Joined

  • Last visited

  • Days Won

    6
  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by loblo

  1. The font properties extension just gives you info about the font, it doesn't do anything else.
  2. OK so, in addition to MPC-HC and Pot Player via 3DYD YTS I am now also able to stream YouTube videos without 3DYD in older versions of MPV, VLC, Osmo4 (GPAC), QMPlay2 and current/latest Mplayer Sherpya build from right click in both Opera 12 and Gecko Browsers. I've also made a quite fancy and useful GUI for Youtube-dl as it turned out I couldn't find any working properly on 9x (not any good one anyway). Coming soon, probably next week, as part of the Youtube-dl 4 98SE-ME Megapack (500MB). Screenies of the GUI for now:
  3. I've checked in my BIOS while booting this morning and, as schwups mentioned above, AGP Fast Write setting is in it just below the AGP Aperture Size one and it's enabled.
  4. I don't really have an idea but have you tried and benched your 6800 in the new system? Maybe it's just less compatible, being multicore and presumably more recent hardware. And has your new system this increase in performance per core or only overall, as you only use one core with 9x.
  5. I get a score of 21910 with XFX 7800GS 256MB. I believe I have the same drivers as you installed for mobo and gpu. nVidia control panel shows OS AGP 2x and fast write is Yes. Mobo has 3GB of RAM of which 2 are currently enabled in 9x.
  6. New version of standalone youtube-dl for 9x + KernelEx (2020-09-06): https://www.datafilehost.com/d/a1ddfe9e So how you guys are getting on with 3DYD, any success story to report? Fortunately, if that's not the case, there are a number of other options.
  7. A slightly modified version (complying with Apache License v2) of the Opera 12 Wayback Machine extension which jumps straight to the earliest capture of a page instead of the calendar page whose rendering is broken since some time. It's then possible to navigate to more recent captures by adequately clicking on the top banner. Well useful for me. Drag the oex file onto Opera's interface to install. https://www.filedropper.com/waybackmachineextension4opera122020
  8. A number of these are elliptic curve certificates, they can be installed in the registry but I believe that neither the XP OS nor any software that relies on its cryptography will be able to use them.
  9. I don't quite understand the necessity for connecting to a site such as Wikipedia securely at all, this is just a free online encyclopedia, not a bank or a shop, these people have lost their mind completely...
  10. I've updated my Opera 12.02 Certificate Authorities by collating certificates from the current Microsoft Roots Update CA, Mozilla NSS root certificate store and Azul JDK 8 keystore. Microsoft is the largest source of certificates and only one certificate from Mozilla and a handful from the JDK aren't already in Microsoft's Roots Update. Microsoft's Roots Update installs 51 expired certificates which I discarded leaving me with a total of 368 unique valid certificates. Of these, another 51 failed to install in Opera, 42 of which because they are elliptic curve certificates and the remainder 9 for unknown reason (they are RSA like the rest). In total 317 certificates have been installed but of course not all are new. You can grab the updated "keystore" file (cleaned from my personal certificates, Burp, ZAP, etc...) at the following link if you want: https://filebin.net/k3x0x97yygo19ylh To install, close Opera and overwrite the original opcacrt6.dat which should located at C:\WINDOWS\Application Data\Opera\OPERA by default. You'll need to reinstall your Burp certificate and other similar certificates if you use any after that. Tools I used: OpenSSL executable (format conversion), KeyStore Explorer (viewing certificates and extracting some) and Clone Spy (pruning duplicates).
  11. I was fed up with Burp systematically corrupting the registry lately so I'm now blocking the PortSwigger site by adding the following lines (not all might be necessary) to the Windows HOSTS file: 127.0.0.1 54.246.133.196 127.0.0.1 portswigger.net 127.0.0.1 www.portswigger.net The only downside is that the PortSwigger site can't be accessed anymore by any software (unless using a web proxy with a browser I guess). All the free extender entries in the Burp registry key can be deleted (saving about 1MB of registry space) and won't come back and neither will corruption. Burp help is embedded in the jar at Burp.jar\resources\Documentation\ and can be extracted for offline viewing. And something I forgot to mention about Burp is that you can make the jar file much smaller by deleting the x64 folders in the burpbrowser-binaries folder inside the jar, saves some significant disk space.
  12. Well, this is a topic about streaming Youtube videos in a desktop media player using 3DYD Youtube Source DirectShow filter and LAVFilersXP 0.74.1 (if one wants AV1 support). I don't need either of these miracle msvcrt substitutes for doing so and trying them didn't help with the crashes I experience with some non-youtube urls so hoepefully we can lay that part of the discussion to rest now. Can you stream Youtube videos with 3DYD in MPC-HC, GraphStudioNext or other software? You haven't said so far.
  13. NtClose=>Kernel32:CloseHandle https://docs.microsoft.com/en-us/windows/win32/api/winternl/nf-winternl-ntclose Not sure if this lets you use BWC's msvcrt as system msvcrt though and using that dll for MPC-HC or GraphStudioNext makes no difference to the crashes I reported. Msvcr80 8.0.3xxxxx are more compatible than later versions because they don't lack the time function but using them as substitute msvcrt makes no difference either ( I didn't test as system msvcrt).
  14. That string, as I mentioned, is for youtube-dl, it's got nothing to do with JDownloader. It's pretty easy to get to the other available formats/resolutions from the result you get in JDownloader's link grabber. I don't have have in front of me right now so I can't tell you exactly where to click but I'm sure you'll figure it out.
  15. You can download from 9x using either youtube-dl or, easier, JDownloader 2 Portable (requires Java 7 at the minimum). I just used JDownloader 2 to download the above video in mp4 format with AV1/AAC inside at 144p, 240p and 360p. Opteron 154 CPU needed for smooth playback on desktop using only Zoom Player and LavfiltersXP 0.74.1: 144p = 15% 240p = 50% 360p = 100% not enough
  16. You're confusing containers and codecs. WEBM is a container and can have almost anything in it including an AV1 encoded video stream such as with the sample file I mentioned. What you downloaded from Youtube has either VP9 or AVC/H.264 in it considering the CPU use you report. Example Youtube url with AV1 streams: -f bestvideo[height<=?360][vcodec=av01]+bestaudio/best as youtube-dl argument should get you a WEBM file with a 360p AV1 video stream and an Opus audio stream. Check it out with MediaInfo once it's downloaded to make sure of what's in it.
  17. I found all these msvcrts but none helps, was worth a try though, I can live without streaming Dailymotion., Youtube's the main thing and it works splendidly.
  18. Where can I find the BWC msvcrt you mention? I'd like to try it with avformat-lav-58 to see if it helps with the crash I get streaming Dailymotion vids.
  19. I use the same msvcrt/msvcr70 version as you @schwups.
  20. Try Stream3_AV1_720p_3.9mbps.webm or something of smaller dimension you download from youtube. spbtv_sample_bipbop_av1_960x540_25fps.mp4 plays fine for me too at 50% CPU in Zoom Player but there is hardly anything going on in that clip. @schwups: I have tried LavfiltersXP 0.70.2 and they don't work for me. DirectShow tells me there is no compatible pins between the 3DYD Source Filter and LAVSplitter and when I look in LAVSplitter's Input Formats tab it's all empty. If you still can't run 0.74.1 then try older versions. I tried with official build 0.66 and it works fine to playback any youtube content that isn't AV1. With version 0.74.1 XP I tried a bit more of the sites 3DYD officially supports and I found out I can play videos from Facebook and Liveleak but get a crash in avformat-lav-58.dll with videos from Dailymotion.
  21. Yes, you must enter an url and then you should get two (or three if there are subtitles) output pins on the source filter. It works flawlessly for me on all youtube urls but crashes in source_filter.ax on url from any other site. Have you tried inserting 3DYD filter with an url first. If splitters are already present in the graph it might try to connect automatically to them. If it still crashes with an url when it's alone in the graph that would indicate the problem lies solely in source_filter.ax and not in interoperation with other filters. On a general note I've noticed today that the AV1 codec is being used on some (many?) mainstream/commercial Youtube videos and that's the format 3DYD chooses by default . It's horribly CPU intensive and maxes out my CPU with choppy playback skipping frames even at 360p so I've changed my only custom 3DYD setting from "480p" to "VP9 480p" which uses a max of 35% CPU on what I've played so far and is of better quality than AVC/H.264. LAVFilters supports AV1 since version 0.73 and uses Dav1D which is reportedly the fastest AV1 software decoder currently in existence since version 0.74. Hopefully Youtube will carry on using VP9 or AVC/H.264 for some time.
  22. Now you've got to insert the 3DYD source filter and make the graph connections by dragging output pins onto input pins, the splitters will get output pins only after they are connected to the source filter.
  23. No worries, looks like there are problems with your registry.
×
×
  • Create New...