Go Back    Forum > Digital Video > Video Project Help > Capture, Record, Transfer

Reply
 
LinkBack Thread Tools
  #1  
05-26-2020, 08:52 AM
jwillis84 jwillis84 is offline
Free Member
 
Join Date: Aug 2017
Location: College Station, TX
Posts: 800
Thanked 217 Times in 174 Posts
Monsoon was a company that seemed to disappear over night in 2018

They made a number of DVRs somewhat like slingboxes

They also made a standalone piece of software called Snappysoft which seemed to work with many tv tuner cards.

I'm looking for a serial number and activation key to research some flow control DirectShow components that it used.

It looks like only Windows Media Center also had this feature, and Snappysoft created their own.

This stems from recently finding out that the old Toshiba RD-XS boxes used NEC chips, and coincidentally those same chips went into several TV Tuner cards.

The kicker is those same drivers also offer 4:2:2 Uncompressed video output, and work in VLC, OBS, but not so much the audio.. and have real problems in VirtualDub. But it also had 16 MB Full Frame time base correction in the chips. The datasheets are quite good.

The only software that works reliably and stably is the Snappysoft software.. but the website for purchasing or activating it is shut down.

I'm tossing this request out there in case anyone bought the software and activated it. It was really cheap.

I've run out of ideas.
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Ads / Sponsors
 
Join Date: ∞
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
05-26-2020, 10:11 AM
latreche34 latreche34 is offline
Free Member
 
Join Date: Dec 2015
Location: USA
Posts: 3,289
Thanked 540 Times in 499 Posts
So this link here provides a free software but it asks you for an activation key?
https://snappysoft.apponic.com/

Have you tried contacting them?
https://www.apponic.com/info/contact/
Reply With Quote
  #3  
05-26-2020, 12:23 PM
jwillis84 jwillis84 is offline
Free Member
 
Join Date: Aug 2017
Location: College Station, TX
Posts: 800
Thanked 217 Times in 174 Posts
I tried downloading and installing from that site again, in case it worked

But no.. it appears that site is only a re-downloader for trial and demo/freeware

thanks tho
Reply With Quote
  #4  
05-27-2020, 09:05 PM
jwillis84 jwillis84 is offline
Free Member
 
Join Date: Aug 2017
Location: College Station, TX
Posts: 800
Thanked 217 Times in 174 Posts
Update:

Thanks to all who replied, in the forum and privately.

Found

I had my Tardis set for the wrong year, the company offered this software up until 2005 and then seemed to discontinue it after 2006. Once I knew that I was able to locate a suitable solution to the problem.

Its a fairly robust capture program that still works well on Windows 7 x64 with a number of generic and popular pvr cards and usb devices of the time.

For what it does its comparable to VirtualDub in simplicity and features.

It does (not) offer an Uncompressed capture option, however it exports its Programming Graphs to GraphEdit, so you can see how to use many hardware capture types that are not documented.

It specializes in MPEG2 4:2:0 with Sound, so its the equivalent of a good basic DVR Recorder with TBC.. except its output are files instead of mastered DVDs.

Correction: (with TBC) if the capture chip includes a frame buffer, the Angel-II includes 16 MB of ram on the capture card for this purpose.


Attached Images
File Type: jpg Angel-II.jpg (55.1 KB, 18 downloads)
Reply With Quote
  #5  
05-28-2020, 08:09 PM
jwillis84 jwillis84 is offline
Free Member
 
Join Date: Aug 2017
Location: College Station, TX
Posts: 800
Thanked 217 Times in 174 Posts
I just made a Bust out Stupid Discovery.

Window XP DirectShow Filters are 32 bit (duh )

Old Capture Cards and USB devices have drivers and filters.

Drivers are for the OS and must be 32 bit or 64 bit and (only) work on the 32 or 64 version.

Filters are for the applications and (can be) 32 bit or 64 bit and work on (Either) the 32 or 64 version of OS.

That means when getting an old card like the Luminate Angel II capture card working on Windows 7 x64 the device drivers (have to be 64 bit) but the capture application (can be 32 bit -and- may have to be).

Example:

I used 64 bit GraphEdit to attach to the running program Graph for Monsoon, it let me save a copy of that to a file.

Then I shutdown Monsoon and tried to re-open that graph in 64 bit GraphEdit.. it crashed.

The error message said the graph had (unregistered) components.

What I did not know at the time, was the Monsoon program was using some 32 bit DirectShow Filters and some 64 bit DirectShow filters.

The 64 bit GraphEdit showed them all the same without indicating which were which.

GraphEdit comes in two versions 32 bit GraphEdit and 64 bit GraphEdit

I installed 32 bit GraphEdit and it could open the saved Graph without crashing.

Better.. it could play the saved graph and access the compressed MPEG2 stream using Mainconcept filters installed and registered by the Monsoon program.

Best.. the exposed capture filter also had an unused Capture pin which I could then AVI decode and Color space Convert to an Uncompressed stream.

It gets me all excited to have learned so much all at once.. this means things like the ATI HomeConnect may not be hopeless.. it may all be down to Windows Media Center 2005 using 32 bit filters to decode Compressed streams.. and that could lead to understanding many things that simply crashed before.. I had assumed proprietary code was preventing their use.. this is mind blowing stuff.

It also means I have to re-think problems with the Pinnacle USB devices.. and problems with VLC and OBS and VirtualDub using old hardware. It might be problems with crossbars are simply problems with the version installed, 32 bit or 64 bit and what the programs are using.

Irfanview has the exact same problems and limitations.. but warns you to use only the 32 bit or 64 bit plugins.. for similar reasons.. I never realized why until now.

Twain32 and Twain64 do the same for scanners.

Its mind blowing.

I'm probably overestimating the Importance of this.. but Wow.. it seems to explain so much.

This Works!

Angel-II 32 bit only 64 driver.jpg


I've looked online for solutions many times over the last three years.. vaguely suspecting something like this out of the corner of my minds eye.. I could never see the problem straight on.. I'm not even sure how I saw it this time.

No where have I seen anyone else explain this problem or how to work around it.

I recall a vauge warning in a Microsoft document about porting WDM apps from 32 bit to 64 bit.. but it was along the lines of make sure to use all 64 bit components to access the most memory and get the best performance.. never discussing continuing to use 32 bit components you didn't have the source to.. or how to register, install or activate those components if you had no other way of installing them without a third party application.

In a nutshell the problem is the 32 bit components (or filters) are "registered" in the Windows registry branch reserved for 32 bit components. Programs compiled as 64 bit programs ignore or do not look in that branch of the Windows registry.. so for 64 bit programs those 32 bit components (do not exist).

But 32 bit programs run on 64 bit Windows are run in an emulation mode that makes the environment they are running in appear to be 32 bit Windows.. so when they access the registry the 64 bit Windows re-directs their Windows registry calls to the "special" Windows registry branch reserved for 32 bit components... so for 32 bit programs those 32 bit components ("do" exist).

The simplest temporary "fix" is to run 32 bit programs, even 32 bit versions of GraphEdit, or 32 bit versions of other Capture programs.. a 64 bit version will have problems finding all the old 32 pieces required to decode and capture or display the video.

Example:

I would think a 64 bit version of VirtualDub would have tons of problems with seeing all the filters registered for a capture device that had a 64 bit driver, but a 32 bit capture application on a 64 bit version of Windows.

The 32 bit version of VirtualDub run on 64 bit Windows should work much better, especially if a copy of the old 32 bit capture application were installed to bring over all those legacy 32 bit filters.

Same for a 32 bit version of VLC or 32 bit version of OBS and so on.


Attached Images
File Type: jpg Angel-II 32 bit only 64 driver.jpg (48.2 KB, 16 downloads)

Last edited by jwillis84; 05-28-2020 at 08:32 PM.
Reply With Quote
  #6  
05-28-2020, 08:41 PM
lordsmurf's Avatar
lordsmurf lordsmurf is offline
Site Staff | Video
 
Join Date: Dec 2002
Posts: 13,633
Thanked 2,458 Times in 2,090 Posts
So does that mean ATI AIW capture drives for x64 are possible?

- Did my advice help you? Then become a Premium Member and support this site.
- For sale in the marketplace: TBCs, workflows, capture cards, VCRs
Reply With Quote
  #7  
05-28-2020, 10:17 PM
jwillis84 jwillis84 is offline
Free Member
 
Join Date: Aug 2017
Location: College Station, TX
Posts: 800
Thanked 217 Times in 174 Posts
I wish.. but no

This kind of explains why 64 bit apps work so poorly with devices that did get 64 drivers, they might have had parts that were only available in 32 bit versions.. so only 32 apps running on 64 would work right.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
For sale: Monsoon speakers, EXCELLENT for audio restoration! [SOLD] lordsmurf Marketplace 1 12-13-2016 09:46 PM
For sale: Reference-grade speakers, Sonigistix/Monsoon MH-500 2.1 [SOLD] lordsmurf Marketplace 2 07-15-2012 10:00 PM
Perfect speakers for restoring audio, the Monsoon MH-502 kpmedia Restore, Filter, Improve Quality 1 06-14-2011 11:11 AM
OK got hardware now what? rlschoemer Capture, Record, Transfer 3 11-19-2009 08:14 AM
What having the right hardware could do for you markatisu Restore, Filter, Improve Quality 3 09-08-2005 08:53 AM




 
All times are GMT -5. The time now is 03:11 AM