• Updated 2023-07-12: Hello, Guest! Welcome back, and be sure to check out this follow-up post about our outage a week or so ago.

Search results

  1. S

    C# Library for writing PICT Images

    No worries. Love to hear if you do anything with it (or if you find some bugs!).
  2. S

    C# Library for writing PICT Images

    Hoping I'm not breaking the rules by necroposting, but just letting everyone know that this has been updated. New features: Supports .NET Core for cross-platform usage (via .NET Standard 2.0) and is available as a nuget package Now supports 1bpp, 2bpp, 4bpp as well as 8bpp and 32bpp from...
  3. S

    LC Video distortion after recap

    I used electrolytic. The voltage was a little higher, but otherwise matched the originals.
  4. S

    LC 575 board (in Color Classic) - funky vertical lines

    Fantastic - I have a LC575 with similar symptoms after a re-cap. Triple-checked the caps with no joy - time to take a super close look at those pins! @Bolle - any chance you have that spreadsheet handy?
  5. S

    LC Video distortion after recap

    Having a similar issue with a lc575. In b/W you can see the lines which makes me think I've done something to an address line.
  6. S

    Power Machten 4.1.4

    https://archive.org/details/power-machten414
  7. S

    Video encoding for playback on 68k macs

    Just checked the source to MPlayer. Looks like only decoding via qtx is implemented :( Interestingly, I think they batched some of the DLLs so that they no longer have hard coded paths. Which would make a "portable" quicktime a possibility. 
  8. S

    Power Machten 4.1.4

    I have a copy. Pm me. 
  9. S

    Video encoding for playback on 68k macs

    Hi there I've done a bit of work on a transcoding youtube proxy - https://github.com/pgodwin/68kTube/ There's a tool in there for calling Quicktime under Windows to handle Cinepak and Sorrenson encoding.  I've mostly been focused on getting things working as best as possible with FFMPEG as...
  10. S

    68kTube - YouTube for Classic Macs

    I'll try get a release sorted by the end of the month.
  11. S

    iMac G4 LCD Warning

    Just an FYI for those of you who live in warmer climates. Don't leave your iMac G4 display up against the wall. In my case the adhesive for the polariser layer bubbled and cracked. Ill post images tonight. Fortunately I have a dead first Gen Intel iMac that I think has the same LCD panel so can...
  12. S

    68kTube - YouTube for Classic Macs

    Thanks Knez. I'd say so. It looks for a profiles folder with XML files from QuickTime which describe the encoding settings. It could be that the encoder can't find those files for some reason. Unrelated, I couldn't for the life of my get 68k QuickTime 3 or 4 to play files over HTTP (even with...
  13. S

    68kTube - YouTube for Classic Macs

    Server-side is windows only at this point. If you want to use legacy codecs like Sorenson or video 1 you'll need quicktime installed. The rtsp support isn't published yet, but should talk to any rtsp server - I'm using DSS because there were a tonne of resources available.
  14. S

    GopherServer

    Thanks Techknight - having access to the garden under system 6 was a big personal goal for this project so I'm glad I could achieve it and thrilled that others were interested! The server I'm hosting at the moment costs about $5/month, so I'm happy to host it as an "unofficial" proxy - if for...
  15. S

    68kTube - YouTube for Classic Macs

    I'm not hosting any servers at the moment, but it will run on any Windows box. I do want to get it going under mono on a cheap linux host at some point. The RealBasic client works today on PPC without issue. I don't have playlist support though. I haven't pushed the changes yet, but I have...
  16. S

    GopherServer

    The link looks like it got messed up. https://github.com/pgodwin/GopherServer/wikishould get you there.
  17. S

    Basilisk II SDL2 port

    Nice work! Fixing up my OS X box, but hope to take a look once it's back running.
  18. S

    GopherServer

    OK, there's a quick how to on https://github.com/pgodwin/GopherServer/wiki 
  19. S

    C# Library for writing PICT Images

    Not sure if there's any .NET devs here, but I've ported the TwelveMonkeys PICT encoder to C# and added support for 8-bit images.  It's available from Github at https://github.com/pgodwin/PictSharp.  This has mostly been written for my GopherProxy project to have the option of PICT images...
  20. S

    68kTube - YouTube for Classic Macs

    Got a little bit of time to look at this today. The server has been libraries have been updated and it can decrypt the URLs more reliably from Youtube now. Note that the server is listening on 127.0.0.1 by default. If you're trying to use the Mac Client you'll need to change...
Top