Streaming from composite video capture

I need a USB video capture device that accepts an NTSC color 480i composite signal and presents itself as a video input device that works with QuickTime (or iChat, EvoCam, etc). That last point is important: it can't depend on its own application software (except the drivers, of course) to do the recording. It must appear to the system as a video input like a camera.
Most Mac compatible capture devices I have looked at do not make this easy to figure out, and so far the few devices I have found require their own software to do the entire capture process. Does anybody have any experience or recommendations?

Hi,
A DV Converter that is Firewire to the computer is going to be preferable for iChat.
iChat can accept USB 1.1 input from a  device with driver.
We tend to be talking USB 1.1 web cams here as many Converters don't do Drivers for USB in a form iChat can "See"
iChat can accept USB 2.0 UVC complaint Camera input as the Driver has  been there since 10.4.9 (and working with iChat).
Again you don't tend to get Converters or Camcorders with UVC Compliant software - only web cams.
I have a Hollywood Dazzle but unfortunately it no longer is fully functional. (it works only as a  Firewire Hub at present)
Pinnacle bought out Dazzle but do not support the older products and don't make anything Firewire capable themselves.
The Hollywood Dazzle had two Firewire ports and could in fact allow a camera connect by RCA connectors to be outputted to two computers.
It could also of course take Firewire from the computer back out over the RCA ones to a TV so you could see what iMovie was producing.
iChat will accept Firewire.
That means the Original External iSight (there were three models but only mounts really changed)
Firewire CamCorders - and as has been mentioned some will act as Analogue to DV converters
There were more Firewire Web cams at one stage  but only the Fire-i seems to have survived.
If I was looking to buy another converter then a Canopus would be my choice. (Preferably something that could replicate what the Dazzle would do).
10:08 PM      Friday; June 3, 2011
Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
 G4/1GhzDual MDD (Leopard 10.5.8)
 MacBookPro 2Gb( 10.6.7)
 Mac OS X (10.6.7),
"Limit the Logs to the Bits above Binary Images."  No, Seriously

Similar Messages

  • How to display YUV stream from a video card into javafx and without JMF?

    Hello,
    I try to display in a player a yuv stream gotten from a video capture card.... Is there a means to perform this in javafx?
    regards

    Thanks for the pointer ; unfortunately I haven't find yet the alexfromsorkoland post about the topic you mentionned.
    I'll try tomorrow another way of doing...
    Basically I get yuv frames from video capture card... I've to translate these into RBG frame and then convert them into images I can display at a specific rate.
    We can do this by using the hidden classes of JMF like com.sun.media.codec.video.colorspace.YUV2RBG and the javax.media.util.BufferToImage.BufferToImage. I've just now to find how to build the buffer needed for the YUV2RBG :-(
    regards

  • Black video window trying to share video from elgato video capture connected to a sony pmw-ex3 camer

    Hi,
    Im trying to share video on adobe connect with "elgato video capture" usb plug in capture card, connected with a sony pmw-ex3 professional camera on a Lenovo windows 8 laptop, but the video window appears on black.
    I have tried to change the resolution from low to high on the program, but it doesnt works. i´ve tried to change from panoramic to normal view size, and still dont work.
    If i use the "elgato video capture" software from elgato web, the card works fine and capture video from the sony camera.
    What should i do?It could be caused by screen resolution?
    P.S: I have tried on a windows 7 asus laptop and it works fine.

    You may need to use DVdriver along with your desired USB device. It allows your computer to see the video input as a 'webcam' and thus allows Connect to see it. Free to try, $20 to buy.
    DVdriver: DV Camcorder to WebCam Converter Software by Eagletron 2014-05-27

  • Supply a stream name to video capture

    Can anyone help me with the following I am using the video
    capture component and I am newbie I need to pass a file name to the
    flash movie so I can save each stream capture with its own name and
    then I need to load the correct stream using a similar method. Can
    anyone help me with this or point me to an example.
    Thanks
    Daniel

    Hi,
    I found this post to be very helpful:
    http://forums.adobe.com/message/3865020#3865020
    I am using Watershed (UStream's white label service) and needed a DirectShow compatible device for Flash Media Live Encoder 3.2 that could accept HDMI input and output to USB.
    Good luck!
    Rev Paul

  • "no signal" from pinnacle video capture

    i used my pinnacle video capture to digitize VHS footage last year. havent used it since until today, and now it doesnt seem to be picking up the signal. i looked for updates, nothing...wondering if maybe the newest SL update could be the problem??? ive restarted and done the exact same procedure i did last year but to no avail. any advice? thanks

    You should probably contact Pinnacle.

  • How to stream audio and video captured from mic and webcam in sync.

    I am working on a video chat project. I need to capture audio and video from mic and webcam and create rtp stream for them. How can I proceed for this. Any source code help will be highly appreciated. Otherwise just guide me how to do this and point to any good resource which is directly related to my need.
    Thanx.

    t.b.m
    As mentioned by you, i am doing exactly like that . I have coded transmitter class. But at the receiver side it is unable to play the stream. I am posting my code . Can you please help with me with any mistake i m making in my code ?? Or with way I should receive stream at receiver side. Plz see my code. I am streaming to ip address 172.31.80.67.
    package heyram;
    import java.util.logging.Level;
    import java.util.logging.Logger;
    import javax.media.control.*;
    import javax.media.protocol.*;
    import javax.media.format.*;
    import java.io.IOException;
    import java.util.Vector;
    import java.net.InetAddress;
    import java.awt.*;
    import java.io.*;
    import java.net.InetAddress;
    import javax.media.*;
    import javax.media.protocol.*;
    import javax.media.protocol.DataSource;
    import javax.media.format.*;
    import javax.media.control.TrackControl;
    import javax.media.control.QualityControl;
    import javax.media.rtp.*;
    import javax.media.rtp.rtcp.*;
    import com.sun.media.rtp.*;
    import java.lang.Thread.*;
    public class HEYRAM{
    Format[] format=new Format[2];
    Vector[] devices=new Vector[2];
    CaptureDeviceInfo[] di=new CaptureDeviceInfo[2];
       SessionManager rtpsm = new com.sun.media.rtp.RTPSessionMgr();
    Processor p=null;
    Processor p1=null;
    boolean result;
    public HEYRAM(String address,int port,int ttl){
        try{
                InetAddress destaddr = InetAddress.getByName(address);
                SessionAddress sessaddr = new SessionAddress(destaddr,
                                                             port,
                                                             destaddr,
                                                             port + 1);
                String cname = rtpsm.generateCNAME();
                    String username = null;
                try {
                username = System.getProperty("user.name");
            } catch (SecurityException e){
                username = "jmf-user";
            // create our local Session Address
            SessionAddress localaddr = new SessionAddress();
                SourceDescription[] userdesclist= new SourceDescription[]
                    new SourceDescription(SourceDescription
                                          .SOURCE_DESC_EMAIL,
                                          "[email protected]",
                                                                     1,
                                          false),
                    new SourceDescription(SourceDescription
                                          .SOURCE_DESC_CNAME,
                                          cname,
                                          1,
                                          false),
                    new SourceDescription(SourceDescription
                                          .SOURCE_DESC_TOOL,
                                          "JMF RTP Player v2.0",
                                          1,
                                          false)
                rtpsm.initSession(localaddr,
                                userdesclist,
                                0.05,
                                0.25);
                rtpsm.startSession(sessaddr,ttl,null);
            } catch (Exception e) {
                System.err.println(e.getMessage());
                //return null;
        // rtpsm.initSession(localAddress, defaultUserDesc, rtcp_bw_fraction, rtcp_sender_bw_fraction);
            // rtpsm.startSession(...);
    public void createVideoSession()
        format[1] = new VideoFormat(VideoFormat.YUV);
        devices[1]= CaptureDeviceManager.getDeviceList( format[1]);
         di[1]= null;
            if (devices[1].size() > 0) {
                 di[1] = (CaptureDeviceInfo)devices[1].elementAt(0);
                  System.out.println(di[1].toString());
            else {
                // exit if we could not find the relevant capture device.
             System.out.println("1234jjfjsajfjasf1");
                System.exit(-1);
            // Create a processor for this capture device & exit if we
            // cannot create it
            try {
                p1 = Manager.createProcessor(di[1].getLocator());
            } catch (IOException e) {
                System.out.println("1234jjfjsajfjasf2");
                System.exit(-1);
            } catch (NoProcessorException e) {
                System.out.println("1234jjfjsajfjasf3");
                System.exit(-1);
            // at this point, we have succesfully created the processor.
            // Realize it and block until it is configured.
           // p1.configure();
         result = waitForState(p1, Processor.Configured);
         if (result == false)
         System.out.println("Couldn't realize processor");
            p1.setContentDescriptor(new ContentDescriptor( ContentDescriptor.RAW_RTP));
            // block until it has been configured
            TrackControl track[] = p1.getTrackControls();
            boolean encodingOk = false;
            // Go through the tracks and try to program one of them to
            // output ULAW_RTP data.
            for (int i = 0; i < track.length; i++) {
                if (!encodingOk && track[i] instanceof FormatControl) {
                    if (((FormatControl)track).
    setFormat( new VideoFormat(VideoFormat.YUV)) == null) {
    track[i].setEnabled(false);
    else {
    encodingOk = true;
    else {
    // we could not set this track to gsm, so disable it
    track[i].setEnabled(false);
    // Realize it and block until it is realized.
    p1.realize();
    result = waitForState(p1, Processor.Realized);
         if (result == false)
         System.out.println("Couldn't realize processor");
    // block until realized.
    // get the output datasource of the processor and exit
    // if we fail
    DataSource ds = null;
    try {
    ds = p1.getDataOutput();
    } catch (NotRealizedError e){
    //System.exit(-1);
    System.out.println("1234jjfjsajfjasf4");
    // Create a SessionManager and hand over the
    // datasource for SendStream creation.
    // The session manager then needs to be initialized and started:
    // rtpsm.initSession(...);
    // rtpsm.startSession(...);
    try {
    (rtpsm.createSendStream(ds, 0)).start();
    } catch (IOException e){
    System.out.println("1234jjfjsajfjasf6");
    e.printStackTrace();
    } catch( UnsupportedFormatException e) {
    System.out.println("1234jjfjsajfjasf7");
    e.printStackTrace();
    public void createAudioSession(){
    format[0] = new AudioFormat("linear",8000,8,1);
    devices[0]= CaptureDeviceManager.getDeviceList( format[0]);                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Live Streaming from static video file

    Hi everybody,
    I'm using Amazon Cloud & Flash MMedia Server 4.5.
    I would like to take one of my exits videos (a static file), and turn it into a live stream. People can view this video (synchronous). I'm using Flash Media Live Encoder 3.2, but it only capture video from devices as camera...
    How I can do it?
    Cheers.

    Hi Huy,
    Please find the zip attached where I have written the scripts for you to deploy on your local FMS server, in context of option 2:
    You may like to follow these steps:
    1. unzip the folder.
    2. deploy FLVpublishonLoad (in case your recorded file is a FLV use case) on your lcoal server
    3. deploy toPublish on your remote aws server
    4. make sure to correct the path for aws in FLVPublishonLoad application @ line#19:
    // Please mention your aws instance hostname instead of localhost , and application name ....
    nc.connect("rtmp://localhost/toPublish");
    5. go to admin console of your local development server and load the instance of FLVPublishonLoad as shown in the howtoLoadfromAdminConsole.png image attached for refrence purpose.
    6. it will automatically connect to the "toPublish" app on your remote server and start publishing your local vod file as a live stream to your aws instance
    7. start your subscriber app and subscribe to the stream you have used in FLVPublishonLoad app for Stream.get() method, see line#29 and the subscriberScreenExample.png file attached for the illustration purpose.
    few points to note here:
    1. I have removed the sample.flv and "sample1_1500kbps.f4v" for keeping the zip size lower.
    2. You need to put your stream name at line#55 where you call mystream.play()
    3. The stream name that you specify in Stream.get() will be used by subscribers.
    4. if your use case is mp4, then please use "MP4PublishonLoad" instead of "FLVPublishonLoad" application.
    =============
    As I am unable to attach the files here therefore copy-pasting the code for you and others to be re-used:
    =======
    main.asc code for FLVPublishonLoad:
    var nc;
    var ns;
    application.onAppStart = function()
        trace("hello client: ");
        publishIt();
    function publishIt()
        trace("publishing");
        nc = new NetConnection();
        // Please mention your aws instance hostname instead of localhost , and application name ....
        nc.connect("rtmp://localhost/toPublish");
        nc.onStatus = function(info)
            trace(info.code);
        ns = new NetStream(nc);
        // Exact stream name available for subscribers .....
        mystream = Stream.get("myvodfile");
        mystream.onStatus = function(sinfo)
            trace("mystream.onStatus: "+sinfo.code);
            if(sinfo.code == "NetStream.Publish.Start")
                attach_retVal = ns.attach(mystream);
                if(attach_retVal==true)
                        trace("stream attach was successful ...");
                        startPublish();
                else
                    trace("The attempt to attach stream source to NetStream failed");
        // Please put the stream name here inside double-quotes that you want to publish and is available there in streams/_definst_ folder ......
        mystream.play("sample",0,-1,true);
    function startPublish()
        ns.publish(mystream.name,"live");
    main.asc code for MP4PublishonLoad:
    var nc;
    var ns;
    application.onAppStart = function()
        trace("hello client ");
        publishIt();
    function publishIt()
        trace("publishing");
        nc = new NetConnection();
        // Please mention your aws instance hostname instead of localhost , and application name ....
        nc.connect("rtmp://localhost/toPublish");
        nc.onStatus = function(info)
            trace(info.code);
        ns = new NetStream(nc);
        // Exact stream name available for subscribers .....
        mystream = Stream.get("mp4:myvodfile.f4v");
        mystream.onStatus = function(sinfo)
            trace("mystream.onStatus: "+sinfo.code);
            if(sinfo.code == "NetStream.Publish.Start")
                attach_retVal = ns.attach(mystream);
                if(attach_retVal==true)
                        trace("stream attach was successful ...");
                        startPublish();
                else
                    trace("The attempt to attach stream source to NetStream failed");
        // Please put the stream name that you want to publish and is available there in streams/_definst_ folder ......
        mystream.play("mp4:sample1_1500kbps.f4v",0,-1,true);
    function startPublish()
        trace("#### " + mystream.name);
        ns.publish("mp4:" + mystream.name,"live");
    main.asc code for "toPublish" app
    =====================
    application.onPublish = function(clientObj, streamObj)
        trace("published: " + streamObj.name);
    =====================
    Please revert back to me in case of further query.
    Regards,
    Shiraz Anwar

  • Streaming from a Video Camera

    Hi, i don't want to use my isight anymore for the limitations of moving arround. I have an Imac and well is a little bit difficult if i want to zoom something i always have to put it near the computer and i don't want that so i want to connect a video camera to use it as a webcam so i can have the posibilities of moving around with a long cable and not being just in one place.
    Wich camera do you recommend for this?
    Thanks in advance.

    Welcome to Discussions, Pustulio
    If are seeking a pro level video production video cam, I defer to the video professionals for answers.
    However, if you are only looking for a moveable, zoom-capable replacement for an iSight to use with your Leopard Mac, there are a lot of alternatives in this list that will work for you:
      http://discussions.apple.com/thread.jspa?threadID=2018211
    If you already have a Mac-compatible camcorder, that will give you the best picture.
    If you need to buy something and if price is a factor, the lowest cost option with decent image quality will probably be a good quality "UVC" webcam with the optical zoom range you need. Of course, whatever you choose must be compatible with the software you intend to use, too.
    EZ Jim
    G5 DP 1.8GHz w/Mac OS X (10.5.8) PowerBook 1.67GHz (10.4.11)   iBookSE 366MHz (10.3.9)  External iSight

  • Getting Input from Video Capture Card into Flash

    Hi All,
    I have started the Flash Communication R & D from my
    Company. I am working as a flash developer and progarmmer for last
    2 years
    I want to Flash Live Video Streaming . I can do it with the
    web camera attached to my Computer or server.
    But i want to Stream a Live Video on the Net. The Input which
    i will have is a Video Capturing card on my machine
    My Application recognises the Camera or the Video Capture
    Card Attached to my computer But it is not getting any videos or
    the images from the Video Capturing Card
    Any one have done Live Video Streaming with the help of Video
    Capturing Card
    Any One have knowledge Please Help ....
    It is very Urgent
    Abu ;)

    Hi All,
    I have started the Flash Communication R & D from my
    Company. I am working as a flash developer and progarmmer for last
    2 years
    I want to Flash Live Video Streaming . I can do it with the
    web camera attached to my Computer or server.
    But i want to Stream a Live Video on the Net. The Input which
    i will have is a Video Capturing card on my machine
    My Application recognises the Camera or the Video Capture
    Card Attached to my computer But it is not getting any videos or
    the images from the Video Capturing Card
    Any one have done Live Video Streaming with the help of Video
    Capturing Card
    Any One have knowledge Please Help ....
    It is very Urgent
    Abu ;)

  • No audio on Apple TV when streaming from video app

    Since the last update I no longer can hear audio from movies streamed from the video app. Music from iTunes comes through, but no video audio. This has only been a problem since the last update. Apple, please fix this!

    See if any of the fixes here helps: http://appletv2.com/apple-tv-no-audio-fix/

  • Play video from video capture device

    I tried fixing my running of out memory for the video buffers problem but could find a fix. I have tried code from a book and it doesn't work. I can only get the video feed to display the video from the capture device using JMStudio, so the device works fine. Maybe my coding methodology/process is incorrect.
    Is there anyone out there that knows of some working code that plays live video in a window from a video capture device. Any other help regarding to displaying capture video would help. Please help.
    Thanks in advance.

    I am using the Belkin USB VideoBus II and it uses the video for windows drivers (vfw), so yet it is supported. And it works when I use JMStudio to play the live feed from the capture device. Thanks for the suggestion.
    I also ran the code suggested above and I still get the same errors. Thanks for your suggestions. Any other help or suggestions would be appreciated.

  • Multi channel video capture card

    Does anyone have any experience with broadcasting video from
    multichannel video capture cards?
    Flash pro 8 seems to only recognize WDM drivers, which is
    fine, but how does one select individual channels?
    I'm guessing the WDM driver must come up as say 4 entries for
    a 4 channel card. Any clues out there?
    Any suggestions for a good card (4+ simulataneous streams).
    I'm looking at Osprey and Videum, but no-one in flash land seems to
    do multichannel video. Most seem to use webcams.

    See
    http://forum.java.sun.com/thread.jspa?threadID=306405&tstart=15
    the last poster had success creating a visual FormatControl.
    Maybe that'll work for you too...
    regards,
    Owen

  • FX 5600 + Nvidia 45.23 = video capture screwed

    After uninstalling MSI 44.03 and MSI Nvidia Capture Driver (For FX series)2.03, I upgraded my drivers to the Nvidia 45.23 and installed the NVIDIA WDM Driver 1.22 (DL'd from Nvidia).
    (I am running WinXP Pro SP1 - FX 5600 VTDR 128MB)
    Now the capture from the composite TV input has turned into crap.
    Screen Flickers like crazy and colors are way off - none of which can be fixed.
    Once returning to the MSI 44.03 and the MSI Capture Drivers, composite video capture returns to normal.
    I also tried fresh installs after using the Driver Cleaner, still with no luck.
    I tried even using the 45.23 drivers and the MSI Nvidia capture driver 2.03 together - the result was the same.
    So I think the flaw is in the Nvidia 45.23 in whats its doing with the WDM Drivers.
    Anybody else experiencing this??
    Gaming performance appears to have improved with the 45.23 however.
    Thanks in Advance,
    rob2771

    Quote
    Originally Posted by Snorter
    Have to do a bit more research on your problem though. Is it much of a pain to run the MSI 44.03?
    Tell me about it - Thats why when I decided to go back to the 44.03, I did not use MSI, hehe.  My problems with the MSI version were very minor anyhow, only problem was the overclock screen, which ranges were rather screwed and I got an error, but knew how to repair it(In my case anyhow).
    Quote
    Originally Posted by Gruarn
    Thought it was the software and have tried to get my hands on other software, but nothing I have laid my hands on yet finds the videoin-function on my card
    Gruarn, did you try the Nvidia WDM 1.22 drivers?  After you do so, you will have access to the TV composite IN option.  In your software, you will have to select the Nvidia WDM video capture (universal) as the video input device, then select Composite as the source.
    The only issue I have with the Nvidia WDM is that after install it asks you to reboot, after reboot has completed, it takes forever for the drivers to install themselves.  this is on my XP Pro though - may be different on other systems.
    EDIT: Gruarn - I take it you managed to find TV input?
    costinr, (hey BTW - did u try my program yet, lol?)
    I have been using Intervideo WinDVR 3, Intervideo WinDVD Creator Pro, VirtualDub 1.5.4.16297, and Adobe Premier 6.5 to capture with.  I tried CyberLink PowerVCR II Deluxe 3.0618 once but had odd problems (there is a winxp patch? hmmm).

  • Elgato Video Capture vs ADVC 110 / ADVC 55

    Hello everyone.
    I'm looking for some guidance if possible. Like many, I'm looking to convert my old VHS and 8mm home videos into digital format and/or DVD. After a failed attempt with a Canopus 100 which is too old for my machine, I started to explore the possibility of the Elgato which is cheaper than a Canopus ADVC 110/55.
    Does anybody have any experience or thought?
    Any help would be appreciated.

    I have used the ElGato EyeTV Hybrid, which will capture video from Composite video and also enable you to watch and record TV over an antenna (like rabbit ears). It uses EyeTV 3 software, which is great. I am not familiar with the ElGato video capture that you refer to, but if it uses EyeTV 3, it should work fine. If not, pay a little more for the EyeTV Hybrid.
    The EyeTV has worked great for me.
    Here is a sample video that was VHS, captured on EyeTV Hybrid, and edited in iMovie.

  • Video capturing devices !

    Hi every body !
    Can any body please give me the list of all online video streaming JMF compatable video capturing devices!
    any response will be highy appreciated.
    please try to be specific to the company and model because i am going to buy one!
    Thank you !

    This might help. Scroll down to the bottom of this page:
    http://java.sun.com/products/java-media/jmf/2.1.1/formats.html
    Regards,
    Paul

Maybe you are looking for

  • View State question - changing states and custom states

    Hi all, I'm working on an application that lets a user register for an event. Each event has associated child information: conferences, tickets, etc. associated with it. What I'm trying to do is create some sort of checkbox list so that, when a user

  • Field Dominance Question for Sequence

    I shot my video in DVCPro50 format at 30p. I have edited my video in a DV50 sequence. I am ready to take to a production house to be transferred to BetaSP. In the past with other videos I take the finished sequence and nest it into a Uncompressed 8-b

  • If I chance songs lenght,it's not reflected in playlist lenght?

    Hi! I am using the latest iTunes 6.0.4.2. When I right klick in iTunes playlist songs and go to the Get info -> Options and alter the song's start time + end time, it doesn't reflect to the total playlist time... has anyone else noticed this? I fear

  • Photoshop cs3 cant open CR2 files

    i cant open CR2 files in photoshop cs3 ( nope in bridge cs3) please tell me what should i do or download? thank you

  • Photoshop Elemments 13 Download

    Adobe Photoshop Elements 13 automatically downloads a 32 Bit package which is not accepted by my 64 Bit PC.  There is no apparent option at Adobe to download a 64 Bit package.   Can you help ?