Jump to content

EricBall

Members
  • Posts

    2,427
  • Joined

  • Last visited

Blog Comments posted by EricBall

  1. My personal test track is G Major Toccata by Mannheim Steamroller (off Fresh Aire IV), specifically the first ~45 seconds.  Top hat hits & rolls to test out the treble, pipe organ & kettledrums for bass, and a Hammond organ for everything in between.  Plus some decent stereo separation.

     

    When I was shopping for a new stereo I stopped in to a Hi-Fi store and used this track to test out a bunch of amps and speakers.  I concluded the amp didn't make much difference (at the price point I was shopping at), while the speakers were much more important.  Of course, the one thing I couldn't easily change was the room.

     

    • Like 2
  2. My first home stereo system was a Denon amp & Jamo speakers.  About eight years ago I replaced them with a Pioneer S-HSAJ2 5+1 speaker system (although I've never hooked up the center speaker) and Yamaha AV Amp.

     

    When I was shopping around I spent some time doing some listening tests at a HiFi store making the sales person swap cables while I listened to the same 30 second clip.  My conclusion was the difference between amplifiers at the price point I was buying was minimal.  Speakers made a bigger difference, although I bought based on reviews & specs rather than listening tests.  The one variable I couldn't change and would make a big difference is the room.

     

     

    • Like 2
  3. Best of luck!  The one thing I suggest is to spend as much time as possible planning before spending $$ and also determine your critical path for spending.  Nothing worse than a CFO asking about an expensive never-to-be-finished project.  Also start small with something you can easily verify success, then start adding complexity.

     

    You may want to invest in something like an Arduino or RPi Pico which you can use to validate external HW.

     

    Heck, pick up a CoCo off eBay to understand how it works.  (Also check out https://colorcomputerarchive.com/repo/Documents/Manuals/Hardware/Color Computer Technical Reference Manual (Tandy).pdf - lots of good info.)

     

    You're also going to need some way to program your micro, i.e. a ROM burner.  You might also want to check into PALs for address decoding.

     

    • Like 1
  4. RF suffers from quality loss (versus composite) not from any issue inherent in RF but because of the modulation (up to 61.25MHz / 67.25MHz & VSB filter) and demodulation (back down from VHF) steps.  And you can bet the RF parts in the VCS and most TVs weren't of top quality (which is why you get such an improvement using your studio demodulator).  In addition, as you've found, shielding can make a huge difference in signal quality.

     

    • Thanks 1
  5. When dealing with audio and video files it's important to understand the differences between the container format and the codec.  Confusion often arises because the filename extension typically indicates the container (e.g. WAV, AVI, MOV, MKV, OGG, MP4) but most container formats can handle a wide variety of codecs (e.g. H.264, MPEG2).  People who don't understand this will complain they can't play a particular WAV or AVI file, not understanding that their player doesn't have a decoder for the codec.

     

    According to Wikipedia, WMV files are generally one of the Windows Media Video codecs in an ASF container.  In addition WMV 9 was standardized as VC-1.

     

    So depending upon the codec used for your WMV files, HandBrake could have just put the exact same compressed data into an MP4 container.

     

    However, looking at episode 1, it appears it's been transcoded to H.264, but probably at a high enough bit rate that the video is visually indistinguishable from the original.

     

    As to why WMV is obsolete - it was a proprietary format.  Typically proprietary formats always lose to more open formats.

    • Like 1
  6. I did a similar binge before going to see Episode 8.  I remember seeing Episode 1 on opening night and enjoying it - and returning for several more theater viewings.

     

    I still enjoy Episode 1 as I find the good parts (Darth Maul, the pod race, the battle scenes, landscape shots) are still very, very good.  I never was a Jar-Jar hater, so his goofy manner doesn't bother me, and it's interesting to watch his character develop - knowing what he later sets in motion.  I also loved Palpatine and how he clearly was pulling the strings to ensure he came out ahead no matter what happened.  This is where the Republic starts to fall.

     

    OTOH where the prequel trilogy falls down IMHO is in trying to do what it was supposed to do - explain the origin of the Skywalkers.  Unlike Rogue One, which turned a single line into a coherent movie which was consistent with the other movies, the prequels managed to ruin some of the mythos and introduce contradictions with the original trilogy.  I understand it is very difficult to write a prequel, but George had over a decade to do so.

     

    • Like 1
  7. Yeah, the "no 32bit" is a non-starter for my 27" iMac.  In particular the drivers for my Dell Laser printer / scanner / copier.

     

    For EyeTV I suspect the video files could be played back via VLC or similar - but that's not much value without the metadata.

     

    I learned at one point to try to avoid recording shows which followed sporting events and try to find an alternate timeslot or channel.

  8. One thing to check is how you're setting VSYNC / VBLANK.  I have hazy memories of some people having problems with Skeleton which was eventually tracked down to how it did VSYNC / VBLANK (setting bits at the right time of the line and for the right number of lines).  Or was it I didn't use VBLANK, but just generated black.  Something or other.

     

    There was also a bug in the original release of Skeleton+ which caused the "YOU WIN" screen to roll.  I wasn't paying attention when I was reordering the data in the cart and the label which I was using for the address of the last line wasn't anymore.

     

    Maybe you've got something similar where you're jumping from one routine where the VSYNC is at the top of the loop to another where it's at the bottom.

     

  9. Nice build.

     

    Currently my wife, son & I have started completing quests on Wynncraft.  I used to play on 2B2T (and make YouTube videos), but now I just log in to see if my base is still standing, or is anyone has left new signs.  My son used to play a lot on Hypixel, and the three of us have played a lot of local survival games (both PC and PS3).

     

    • Thanks 1
  10. I hadn't thought of the AC conversion losses, but running high voltage high current DC lines would probably eat into most of the short term savings. And unless you're going to feed it with a dedicated 240V 100A circuit you're probably not going to see much benefit from a charging time perspective.

     

    I'm just thinking that there would be value from the power controller perspective to have a dedicated PEV charging circuit so it can best manage it. And it's a Tesla PowerWall - shouldn't it have a place to plug in your Tesla?

  11. Yep, I agree. In addition because the interface is "intuitive" they don't bother with documentation. So we the users are left hunting for how to access the information, change the configuration or otherwise make the app do what we want it to do.

     

    And the developers aren't doing themselves any favors either. Someone still has to take the time to create those "hidden" functions and test them. But because the majority of users never encounter those functions, they really aren't field tested properly.

    • Like 2
×
×
  • Create New...