Help! - need a 'TV-OUT/Video_In 1-to-4 connector' cable

Ack! I got my Ti 4200 video card awhile ago, and only recently decided to try and capture some video from my VCR. But lo and behold the people I bought my computer from didn't send the 'TV-OUT/Video_In 1-to-4 connector' cable that the video card should have come with. The people I got my computer from don't even sell this video card anymore and wouldn't be any help anyways, so now I have to find one somewhere else.
Anyone know where I can buy one? Anyone have a spare one they'd like to sell?
tia,
maile

u should post in the MM forum.

Similar Messages

  • Help needed to figure out a strange thing

    I am running GJ and Java 1.4 on window 2k and I have been spending hours trying to figure out what's wrong with the following codes. Any help would be greatly appreciated. The code is simplified (doesn't use any util class at all), but it still throws runtime exception:
    C:\test>java D
    Exception in thread "main" java.lang.AbstractMethodError: E.test()LE;
    at C.test(C.java:1)
    at D.main(D.java:17)
    The strange thing is that, when I change the name of class E to B, it runs fine. It seems that classes B and C have to be ordered. For example, using name C1 and C2 will be fine, but using C2 and C1 throws exception. It's getting late and I am tired.
    public interface A {
    public A test();
    public abstract class E implements A {
    public abstract E test();
    public abstract class C extends E {
    public C() {}
    // the main class
    import java.io.*;
    public class D extends C {
    public D() {
    super();
    public D test() {
    System.out.println("D called");
    return new D();
    public static void main(String[] agrs) {
    A obj = new D();
    obj.test();

    Its a bug. The compiler neglected to generate a required bridge method.
    I have reported 4821489 for this problem.

  • Help needed to sort out the FCP numbers minefield - older G5

    Hi people-who-can-help
    I am incredibly new to Mac computers and I have to say my experience up to yet has been anything but fun! It has been a time of confusion, great expense and constantly incorrect advice. So I do hope someone within these discussion groups can help me not throw this old G5 out of the window!!
    This G5 arrived with OS 10.3 Panther loaded (including installation discs). I wanted to buy and learn to use Final Cut Pro and knew that only an older version would be suitable for this G5. I upgraded the RAM too so it now has the maximum it can handle. Not being hugely wealthy, I tried to find a copy of FCP 3 as I was told that was absolutely the latest version my G5 could handle, even with my 'new' OS 10.4 Tiger that I bought and successfully loaded.
    I could not easily find an old FCP 3 for some time, them managed to buy one, but although I had asked if all serial numbers etc were present and told that they were, it has been impossible to load. The CD must be in the drive which is not a problem - as this is an Academic version there are several discs with it, so I assume it was used in a school ICT suite. The fact that I wouldn't be able to upgrade was not a problem as I simply wanted to learn the software and maybe buy a more up to date Mac and software later when funds permitted.
    So I have this G5, two OS versions, a copy of FCP 3 Academic which I cannot load and people advising that I should buy Final Cut Suite as then I could use the FCP 6 and everything would be fine. One man even told me that it was clear to him that I had bought not FCP 3 but FCS 3!!
    Please help. What version of Final Cut Pro can I run on this machine (PPC processors, NOT Intel) with the OS that I have? Or shall I simply launch the Mac through the window with me following after it?!

    Hi Dave, & welcome to the forums!
    It looks like FCP5 will work...
    Macintosh computer with 500MHz or faster PowerPC G4 or G5 processor or any dual G4 or G5 processors,                         512MB of RAM, and AGP Quartz Extreme graphics card;                         HD editing requires a 1GHz or faster PowerPC G4 or G5 and 1GB of RAM
    Mac OS X v10.3.9 or later
    QuickTime 7 or later
    DVD drive for installation
    http://support.apple.com/kb/TA23208?viewlocale=en_US
    Free trial???
    http://www.bestshareware.net/finalcutpro-mac.htm
    Yet I bet there's some real pros over in the FCP forum that could be of better help...
    Hmmm, they've changed a bunch, not sure now where would be best...
    https://discussions.apple.com/community/professional_applications?view=overview

  • Help needed to find out BADI's for Transaction "PECM_CHANGE_STATUS"

    Hi folks,
    I was told to use BADI "HRECM00_ACTIVATION" and code in the Method "CALC_SAL_ADJUSTMENT" within it. After coding and executing my Transaction "PECM_CHANGE_STATUS" it does'nt stop at the method (inspite of keeping a breakpoint).
    So, after suggestions from some of you folks i tried the below 2 methods to find out the relavant BADI's
    1) First way, putting a breakpoint at "CALL METHOD cl_exithandler=>get_class_name_by_interface" via SE24 and found only one BADI in exit_name which is "HRPAD_SUBTY_CHECK".
    2) Other way i checked the Package of suggested BADI "HRECM00_ACTIVATION" , which i found as "PAOC_ECM_ADM_BL". ANd when i go to SE80, for this package when i check the Enhancements section->Classic BADIs. i found about 15 BADI's ..Is this the right way to check for a BADI ? If not, how to know the relavant BADI's for my transaction "PECM_CHANGE_STATUS"
    Awaiting for response. Thanks!

    Hi,
      1. The BADI "HRECM00_ACTIVATION" does exist in this transaction, did you activate the implementation after writing the code?  The method is called in the FM HR_ECM_CALC_SAL_ADJUSTMENT.  You can try executing with breakpoint at the FM HR_ECM_CALC_SAL_ADJUSTMENT.
      2. You can try using the program in the code gallery to find user exit/Badi. Link: [Badi/exit finder|https://wiki.sdn.sap.com/wiki/display/Snippets/ToFindoutUserexitsandBAdI%27s%28New+format%29].
      3. In case you are working on ECC 6.0 the first point ( "CALL METHOD cl_exithandler=>get_class_name_by_interface"  ) mentioned by you might now return all the BADIS, as SAP has introduced a new method by which BADIS are invoked. You can try searching for Kernel Badi in SAP Help.
    Regards,
    Sai

  • Help needed on listing out all tag names using XML Rules in ExtendScript(InDesign)

    Given a document with elements already in place, I am looking for a snippet of code to walk down the XML tree only two levels
    deep to printout the names of each of the tags (not attributes).  I am just using javascript in extendscipt to accomplish this.  Ultimately,
    I want to provide this list in a checkbox dialog and use those checked items to develop a TOC.  This latter part, I have in place.
    It is just the pushing of the tag element names into an array that seems to be cumbersome for me at this point.
    Any shortcut snippets out there that someone can provide?
    A shorter version of this request....Is there anyway to just list out all element.markupTag.name of an XML tree, not knowing the xpath naming?
    Using "//*" obviously is not working....

    well..
    Document.xmlTags.everyItem().name will get you a array of all the xml tags in the document. Maby that will help you?
    another way, and you can use it recursively:
    myObject.xmlElements.everyItem().markupTag.name
    will get you an array of tag names. use something like: http://stackoverflow.com/a/15806501 to remove duplicates.. and.. enjoy

  • Help needed to figure out URL and username for the LDAP server

    Given that LDAP directory parameters as follows, how can i identify the exact parameters to be used in my LDAP service access Java code. Im using JNDI to access a LDAP server given by an Ip address (say, 10.1.1.20) and the port number (say, 389)
    Given: -D "cn=mycn,ou=mystaff,o=myorg,dc=test,dc=my,dc=org" -w secret
    Heres my sample Java code
    env.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.ldap.LdapCtxFactory");
    env.put(Context.PROVIDER_URL, "<URL>");
    env.put(Context.SECURITY_AUTHENTICATION, "simple");
    env.put(Context.SECURITY_PRINCIPAL, "<PRINCIPAL>");
    env.put(Context.SECURITY_CREDENTIALS, "secret");
    ctx = new InitialDirContext(env);
    SearchControls controls = new SearchControls();
    controls.setSearchScope(SearchControls.SUBTREE_SCOPE);
    results = ctx.search("ou=mystaff,o=myorg", null);Could any one please help me to recognize what will be the values to be comes to URL, and PRINCIPAL , so that i can search all the objects inside "ou"
    Note: Actually i tried several times, bt i was getting "Invalid Credentials" exception.. i doubt that is because the URL or the user name i gave was not syntactically correct. Thats y i need to verify with you all.
    Thanks in advance
    Saj

    env.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.ldap.LdapCtxFactory");
    env.put(Context.PROVIDER_URL, "<URL>");env.put(Context.PROVIDER_URL, "ldap://10.1.1.20:389");
    env.put(Context.SECURITY_AUTHENTICATION, "simple");
    env.put(Context.SECURITY_PRINCIPAL, "<PRINCIPAL>");env.put(Context.SECURITY_PRINCIPAL, "cn=mycn,ou=mystaff,o=myorg,dc=test,dc=my,dc=org");
    env.put(Context.SECURITY_CREDENTIALS, "secret");
    ctx = new InitialDirContext(env);
    SearchControls controls = new SearchControls();
    controls.setSearchScope(SearchControls.SUBTREE_SCOPE);
    results = ctx.search("ou=mystaff,o=myorg", null);

  • New-BE help needed for audio out

    No matter what I try I can't seem to get audio to come out of FCE... The VU meter in the program shows there is signal present but no matter what I try (changing audio out in system prefs..) I hear no audio. I have a Digidesign 002 rack (I'm moving into video in a ProTools based audio studio) which is firewire. I use an ADVC-100 to import my video from various sources also firewire. If I switch to line out (in sys prefs) still nothing. I've had the program for 5 weeks and I cant use it.
    BTW I exported a lesson (Apple Pro Training Tutorial) and it played back in Quick time and the audio was fine.
    I'm at a loss.... and I'm starting to feel stoopid.....
    Dave
    FCE is the ONLY program that doesn't output the audio.

    Hello and welcome to the forum.
    Try this. From within FCE, select View>Video Out>Canvas Playback.

  • Help needed: guy popping out of a cardboard box

    Hi,
    I'm a photographer and I need to create an image of a guy sitting at his desk in a miniature room inside a carboard box. The two images, the inside of the box and the box itself, must be photographic images, no 3D computer graphics. Can anybody suggest me books or tutorials explaining those techniques like when in holliwood miniatures are shot to create explosions. I think I'm able to blend the images in PS, the problem is find a way to calculate camera position, focal length, etc. The light setup is very complex and I can't afford trial and error method. Thank you in advance.
    Sebastiano

    OK ... I tried again and it seemed to work OK this time. So I'll mark this question solved.
    Tim

  • HT201210 Help needed re wiped out contacts, messages etc on my iPhone 3GS

    Whilst updating software in iTunes I got an error message which instructed me to restore software. The message said all content would be wiped but that I could get this back later. Can you please tell me how to do this. I have the latest version of iTunes. I've tried looking at the support pages but cannot find the answer.

    I was able to get photos to show up on the camera roll that look like they are missing. Here's how (taken from another thread.)
    1- Download Iphone Explorer (does not need to be a jailbroken device) http://www.macroplant.com/iphoneexplorer/
    2.) connect your iphone using the usb cable
    3.) launch iphone explorer
    4.) backup and then delete the following files:
         /Media/PhotoData/MISC/Info.plist
         /Media/PhotoData/Photos.sqlite (or /PhotoData/Photos.sqlite)
         /Media/PhotoData/PhotosAux.sqlite (or /PhotoData/PhotosAux.sqlite)
    5.) reboot your iphone
    After you reboot your device, windows will prompt if you wan to open your iphone on windows explorer as usual. After you open it, your photos are going to be there, just like it was before update.
    Resource: http://blog.mbentley.net/2010/06/iphone-ios-4-upgrade-restore-lost-pictures-in-c amera-roll/

  • Lost Serial, Help needed to work out what my one was!

    I upgraded from Logic 7 to Logic 8, and it all worked fine.
    I have recently installed the 8.02 update, but have since lost the serial. I still have the logic 7 dongle, but I cannot find the Logic 8 serial in my cupboard anywhere! Is there any way of getting the upgrade serial back?! At the moment, I can't use the logic that I legitimately paid for!!
    Thanks,
    Charlie.

    Call AppleCare Technical Support at 1-800-APL-CARE (1-800-275-2273). You will need to provide proof of purchase, either from an Apple Store web order number, or a retail receipt.

  • Help needed to sort out icon settings

    Hello!
    The other day I ran an ordinary update and now I noticed that a the appearance and a few icons for some programs has changed (Minitube, PCManFM, Kupfer). The thing that bothers me now is that one icon in Kupfer either looks ugly or is missing and that I don't know how to change it. Ever since I installed this system (running Compiz standalone) the themes / icon settings have been left intact.
    Kupfer is supposed to look like this (notice the gear icons next to "Launch"):
    http://pplware.sapo.pt/wp-content/uploa … kupfer.png
    But now the "Launch" icon looks like this:
    http://i.imgur.com/bXZoltR.png
    Oh, and one more thing: apparently the package gnome-icon-theme and gnome-icon-theme-symbolic were reported as not being used by any program, so I removed those, which didn't seem to make any difference (neither did reinstalling those packages).
    What (in any recent update) caused this change to the icons? How can I change or revert it? Thanks for any hints!
    EDIT:
    Edited img tags.
    MOD EDIT:
    Reset img to url tags.  You had it right the first time.  Trilby
    Last edited by Captain Rage (2015-05-16 10:36:21)

    I'm pretty sure it occurred around the time of this update:
    [2015-05-13 10:07] [ALPM] upgraded gdk-pixbuf2 (2.31.3-1 -> 2.31.4-1)
    [2015-05-13 10:07] [ALPM] upgraded mesa (10.5.4-1 -> 10.5.5-1)
    [2015-05-13 10:07] [ALPM] upgraded mesa-libgl (10.5.4-1 -> 10.5.5-1)
    [2015-05-13 10:07] [ALPM] upgraded adwaita-icon-theme (3.16.0-2 -> 3.16.2.1-1)
    [2015-05-13 10:07] [ALPM] upgraded gtk3 (3.16.2-1 -> 3.16.3-1)
    [2015-05-13 10:07] [ALPM] upgraded clutter (1.22.0-2 -> 1.22.2-1)
    [2015-05-13 10:07] [ALPM] upgraded file-roller (3.16.1-1 -> 3.16.2-1)
    [2015-05-13 10:07] [ALPM] upgraded firefox (37.0.2-1 -> 38.0-1)
    [2015-05-13 10:07] [ALPM] upgraded flashplugin (11.2.202.457-1 -> 11.2.202.460-1)
    [2015-05-13 10:07] [ALPM] upgraded gcr (3.15.92-1 -> 3.16.0-1)
    [2015-05-13 10:07] [ALPM] upgraded gnome-desktop (1:3.16.1-1 -> 1:3.16.2-1)
    [2015-05-13 10:07] [ALPM] upgraded gnome-themes-standard (3.16.0-1 -> 3.16.2-1)
    [2015-05-13 10:08] [ALPM] upgraded kdelibs (4.14.7-3 -> 4.14.8-1)
    [2015-05-13 10:08] [ALPM] upgraded oxygen-icons (15.04.0-1 -> 15.04.1-1)
    [2015-05-13 10:08] [ALPM] upgraded kdebase-runtime (15.04.0-4 -> 15.04.1-1)
    [2015-05-13 10:08] [ALPM] upgraded libkexiv2 (15.04.0-1 -> 15.04.1-1)
    [2015-05-13 10:08] [ALPM] upgraded kdegraphics-okular (15.04.0-1 -> 15.04.1-1)
    [2015-05-13 10:08] [ALPM] upgraded lib32-mesa (10.5.4-1 -> 10.5.5-1)
    [2015-05-13 10:08] [ALPM] upgraded lib32-mesa-libgl (10.5.4-1 -> 10.5.5-1)
    [2015-05-13 10:08] [ALPM] upgraded python2-pycparser (2.12-1 -> 2.13-1)
    [2015-05-13 10:08] [ALPM] upgraded qt5-base (5.4.1-6 -> 5.4.1-7)
    [2015-05-13 10:08] [ALPM] upgraded qt5-xmlpatterns (5.4.1-6 -> 5.4.1-7)
    [2015-05-13 10:08] [ALPM] upgraded qt5-declarative (5.4.1-6 -> 5.4.1-7)
    [2015-05-13 10:08] [ALPM] upgraded qt5-location (5.4.1-6 -> 5.4.1-7)
    [2015-05-13 10:08] [ALPM] upgraded qt5-script (5.4.1-6 -> 5.4.1-7)
    [2015-05-13 10:08] [ALPM] upgraded qt5-sensors (5.4.1-6 -> 5.4.1-7)
    [2015-05-13 10:08] [ALPM] upgraded qt5-svg (5.4.1-6 -> 5.4.1-7)
    [2015-05-13 10:08] [ALPM] upgraded qt5-webchannel (5.4.1-6 -> 5.4.1-7)
    [2015-05-13 10:08] [ALPM] upgraded qt5-webkit (5.4.1-6 -> 5.4.1-7)
    [2015-05-13 10:08] [ALPM] upgraded qt5-translations (5.4.1-6 -> 5.4.1-7)
    [2015-05-13 10:08] [ALPM] upgraded qt5-tools (5.4.1-6 -> 5.4.1-7)
    [2015-05-13 10:08] [ALPM] upgraded vte-common (0.40.0-2 -> 0.40.2-1)
    Now I can also see Kupfer complaining in the terminal about wrong icon sizes:
    $ Kupfer: A free software (GPLv3+) launcher
    Copyright © 2007--2011 Ulrik Sverdrup with others
    http://kaizer.se/wiki/kupfer/
    [kupfer.launch]: Disabling window tracking: No module named wnck
    /usr/share/kupfer/kupfer/ui/browser.py:378: GtkWarning: Invalid icon size 128
    requisition.width, requisition.height = self.__child.size_request ()
    [kupfer.ui.browser] WindowController: Trying to register <Super>space to spawn kupfer.. success
    [kupfer.ui.session] SessionClient: Warning: Not able to connect to current desktop session, please Quit before logout to save kupfer's data.
    [kupfer.core.sources] PeriodicRescanner: Starting new campaign, interval 3 s
    I also changed an environmental variable to DESKTOP_SESSION="gnome" (even though running Compiz standalone) a while ago, because the Minitube documentation said to do this in case toolbar icons in Minitube aren't showing, and changing that environmental variable changed the look of some elements in my setup (for instance, the scroll bars in applications are now looking differently). However, the Kupfer icons were still correct at that point even after changing this.

  • MSI TV-Out/Video_In 1-to-4 connector

    I have an MSI 8888 GeForce4 (8 X card w/64 megs DDR on the card)It has a TV outconnector(S & C) DVI-I connect-VGA port-bundeled with it is a DVI to VGA adapter and this 1 to 4 connector,which in and out arrows on it.It is supposed to allow video capture.I installed the capture driver but it still does not work-any help would be appreciated-Thanks-Jeff

    u should post in the MM forum.

  • Troubleshoting help needed:  My iMac keeps crashing and restarting with a report detail: "spinlock application timed out"  What can I do to fix this?timed out"

    Troubleshooting help needed:  My iMac keeps crashing and restarting with a notice: "Spinlock application timed out"  What can I do?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the page that opens.
    Select the most recent panic log under System Diagnostic Reports. Post the contents — the text, please, not a screenshot. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header and body of the report, if it’s present (it may not be.) Please don't post shutdownStall, spin, or hang reports.

  • Help needed. I have a 3TB external hard drive partitioned into 1TB's. I used one partition as backup for the main computer hard drive. But now it is greyed out as shown in the disk utility and its name changed, i dont know how that happened, i tried verif

    Help needed. I have a 3TB external hard drive partitioned into 1TB's. I used one partition as backup for the main computer hard drive. But now it is greyed out as shown in the disk utility and its name changed, i dont know how that happened, i tried verifying and repairing it but had no luck. I also tried mounting and unmounting it but still no solution. Anyone to help please?

    Looks bad. I would strongly advise backing up the stuff on the other two partitions as soon as possible in case the rest of the drive goes wrong.
    Beyond that, Disk Utility has limited abilities to repair disks, DiskWarrior uses a different approach and might, emphasis might be more successful. It has certainly done the job for me in the past when Disk Utility could not.
    See http://www.alsoft.com/diskwarrior/

  • Help needed, M getting this message sandbox environment error no test user account, when downloading any application from iTunes, friend told me to sign out and sign in iTunes it might solve the problem but instead I cannot login I to my itune account.

    Help needed,
    I am getting this message sandbox environment error no test user account, when downloading any application from iTunes, friend told me to sign out and sign in iTunes it might solve the problem , and i triyed it but still  I cannot login I to my itune account. Same message keeping. Popping up,  this problem started supricly today.

    Take a look at the instructions here.
    http://www.technogal.net/2012/03/this-is-not-test-user-account-please.html

Maybe you are looking for

  • Inserting row in a able

    I have three table in voucher saving . 1. header table 2. item table. 3. ac table my problem is when any field incrises in a window(front end). I have to incrises the column in item table. I am using procedure for insert data. due to this mantaining

  • Customer Open item transfer between comapny codes

    Hi can any one experienced this, OBYA settings F-04 posting Thanks

  • My new Ipad2 doesn't display any pictures during slideshow, although the music plays fine.

    I recently received an ipad 2 as a birthday gift from my wife, just before we hopped across the Atlantic to Europe (we wanted to make sure it worked well).  Now that we're here and I am fiddling with it more, I have found that when I play the slidesh

  • Duplicate value in MAPL cause error

    We use CWBQM transaction to change inspection plan/ multipple spec. As of now we have not implemented change number functionality at inspection plan level. So we don't use change number to change an inspection plan, but because of miscommunication/mi

  • What is the t.code for convert Idoc into XML schema

    Hi all,    How to convert IDOC as XML schema? there is one T.code is there for convert IDOC into Xml schem ,I  forgot that, plz tell me if anybody knows that t.code. Very Urgent Thanks in Advance rambabu.A