JMF set video source to S-video/Tuner/Composite during runtime

Does anyone know how to change Video Source from Video Tuner to Video Composite or S-Video?
I'm using LifeView card. I can get them to work manually. However, I have no clue how to set them at runtime. I want to have buttons to swith from Tuner to Composite to S-Video at will.
10 dukees to anyone who answers it!
Thanks,
Hiren

If your code was an SSCCE*, I could run it
against some images that I have successfully
used to create MOV's (using my own variant of
JPEGImagesToMovie).
It isn't, so I can't.
The only thing I can suggest (off the top of
my head) is that the images need to be all
the same size/width, and the same as
specified for the MOV, otherwise a corrupted
MOV will be written.
* http://www.physci.org/codes/sscce/

Similar Messages

  • How to set a line of table as read only during runtime?

    How to set a line (or a cell) of table as read only during runtime?

    hi wei
          when you create a table keep the readonly property of table as false
    you create the columns of table as inputfield.you bind the readonly property of
    the inputfield to two context variables
    say one for all the columnfields you to want always have as readonly and let this contextattribute of type boolean and let this be attr1
    and another for all the columnfields you donot want to be readonly and let this contextattribute of type boolean and let this be attr2
    initially set the context attributes attr1 and attr2 as true so the entire table is readonly.
    based on the condition you want to check change the attr2 to be false.
    if(your condition)
    wdcontext.currentcontextelement.setattr2(false);
    hope this helps.
    regards
    saravana

  • How to set borderColor from css during runtime

    Hi,
             I need to set the border color of a selected tab during runtime from css. Is it possible. Please help i am struggling with this for past two days.
    regards,
    Jayagopal.

    Just create a selected CSS style, and update the styleName of the tab when it is selected.

  • Please help! Not able to set Video input Port(S-Video or Composite)on Linux

    Hi
    I am using JMF2.1.1e(Linux performance pack) for video capturing on Linux OS. I want to set video input port(S-Video or composite) through my application. I am using the following code:
         if ( dataSource != null )
              arrControls = dataSource.getControls ();
         if ( arrControls != null )
              nCount = arrControls.length;
         System.out.println("No. of Controls: " + nCount);     
         for ( i = 0; i < nCount; i++ )
              if ( arrControls[i] == null )
                   continue;
              if ( !(arrControls[i] instanceof Control) )
                   continue;
              componentControl = ((Control)arrControls).getControlComponent ();
              System.out.println("ComponentControl : " + componentControl);
              if ( componentControl == null )
                   continue;
    But, i am getting No. of Controls: 0 (Zero). So i am not able to get any control component also. Rest of the application is working fine. Please help me solving this problem.
    Thanks in advance.

    To go a stage further.
    Google run a Jabber server for their service.
    Jabber apps (those that can) use a Protocol called Jingle to make the A/V connections.
    Google's version is not even that compatible with other Jabber apps. (See Here)
    The Plug-in in the Google Install (Or the Standalone Web Browser Plug-in allow Browsers to access the GoogleTalk A/V side as does the Standalone PC app called GoogleTalk as well.
    iChat uses a process called SIP (Session Initiation Protocol) to connect to other iChat Users or to the AIM for PC app.
    However this also works in any iChat to iChat Connection no matter if the Buddy List is an AIM Login based one, Jabber (including GoogleTalk) or A LAN based Bonjour Chat.
    In you care this is not going to work.
    Getting the Standalone (Intel only) Browser Plug-in and using the Chat option in the Google Mail Web page is probably the easiest option.
    7:31 PM Friday; January 7, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • Setting video resolution

    Hi everybody.
    I have an ipod touch 4th generation, 64 GB
    I wanna know if it's possible to set video resolution of camera. If so, how I can do. If not, what's the default resolution?
    Thank you in advance
    Have a nice day

    You can't change the video resolution.  The resolution is 720P

  • Video Tuner won't save

    I read one of the help topics for this, but can't find that thread again.
    I installed the Video Tuner from the Lumia collection. When I started to record a video, I didn't realize it was starting to record in portrait mode, and I held my Lumia 925 in landscape, so now the video is sideways. I installed the video tuner so I could rotate the video, but it won't save. I click on the save icon, choose the Large size (it doesn't matter what size I choose), and it goes through the entire video, but the video never shows up anywhere on the phone. If I try to back out to the main menu, it asks me if I really want to discard everything I've done.
    It just won't save.
    I've uninstalled the app. Performed a soft-reset. Powered off the phone. Powered it back on again. And then reinstalled the app (going through that sequence twice).
    I have the Lumia 925 and the OS version is 8.10.12400.899 (Windows phone 8.1).

    Hi @BobCarn ,
    You are doing nothing wrong, it is the Video Tuner app behaving badly. I gave it a 1 star rating and harsh comments in the store in Danish after trying to use it 5-6 months ago, also mysteriously going through the saving process on a Lumia 720 without saving anything, similar to your observations.
    The Movie Creator Beta by Microsoft Mobile looks more promising already, only some annoying audio 'tics' in the saved videos on my Lumia 720 and a few crashes. Give it a try on your 925? - It is in the store despite its beta status.
    Several of the photo and video apps by Microsoft are updated recently, so I am sure this is all still work-in-progress.
    Hans

  • How do you set video to CBR in compressor 4?

    Hello All,
    I'm delivering a short video to a client.  They require video to be and mov file in H.264, and the video and audio to be at a Contant Bit Rate (CBR).  I've figured out how to set audeio to CBR but not Video. 
    There's plenty of info on the web that I can find about how to set video to CBR in older versions of Compressor but I haven't been able to find any tutorials on how to do this in Compressor 4.
    Any advice would be much appreciated.  Many thanks!

    Check with your client and see if they can use .mp4 from your old Compressor. Compressor 4 generates a .mp4 with an h.264, Compressor 3 doesn't.

  • Advantages of JMF in video streaming

    Hi,
    Video conferencing can be done by many methods but why JMF is used for video/audio streaming
    what are its advantages? and Also what are its disadvantages?
    Is there any other better way to do video conferencing ?
    Please give details regarding the current scenario of JMF in video streaming.
    thanx

    Video conferencing can be done by many methods but why JMF is used for video/audio streaming
    what are its advantages?It has RTP built-in, handles a handful of the most basic codecs, there is decent documentation for it...is written in Java... easily extendible for new codec support...
    what are its disadvantages? It hasn't been updated or supported in 7 years... Windows 2000 was the last supported operating system... has bugs which will never be fixed... only supports a handful of low-bandwidth formats for streaming...
    Is there any other better way to do video conferencing ? Yeah, tons...the best alternative right now would probably be with Adobe Flex technology, but JavaFX and Silverlight will both have audio & video capturing / streaming capabilities soon...

  • Choosing s-video or composite

    Hi,
    my TV Card has a s-video, a composite and a tv-tuner input. I would like to know if there is a way to tell JMF which of these 3 inputs it should use.
    When I change the video input in the software of the manufacturer of my tv card, it also changes with JMF, but I want to switch between these interfaces manually.
    I have read something about a "PortControl"-object but couldn't figure out how it could probably solve my problem. So if anyone knows a solution for this problem please post it.
    Thanks

    There is no mini-Displayport-to-composite/S-video adapter. That requires an external conversion box like this...
    http://www.amazon.com/PC-To-TV-Video-Converter/dp/B001CJOLBW/ref=pdcp_e2
    ...plus a mini-Displayport-to-VGA adapter:
    http://www.monoprice.com/products/product.asp?cid=104&cp_id=10428&cs_id=1042802&pid=5107&seq=1&format=2
    This adapter is $10 cheaper than Apple's.

  • Flex 4.5.1 Setting VideoPlayer source to null when it is already null results in a runtime error

    I moved my project from Flex 4.1 to Flex 4.5.1 and I noticed that setting VideoPlayer source to null when it is already null results in a runtime error. The same thing applies to the case where you specified as a source url some invalid location (no video found there) and then you try to set the source to null.
    Here is the error:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at spark.components::VideoDisplay/cleanUpSource()[E:\dev\4.5.1\frameworks\projects\spark\src \spark\components\VideoDisplay.as:1956]
        at spark.components::VideoDisplay/setUpSource()[E:\dev\4.5.1\frameworks\projects\spark\src\s park\components\VideoDisplay.as:1609]
        at spark.components::VideoDisplay/set source()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\components\VideoDisplay.as:1073 ]
        at spark.components::VideoPlayer/set source()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\components\VideoPlayer.as:1362]
    The problem is that in the VideoDisplay cleanUpSource function, in some of the cases there properties on the videoObject are modified like this:
    videoPlayer.displayObject.visible = true;
    without checking if displayObject is null which is done in the rest of the videoDisplay functions.
    So when it reaches this line: videoPlayer.displayObject.visible = true; it results in a runtime error.
    Is this supposed to work this way now ? I didn't have this problem on Flex 4.1. Not sure if it is a bug, but if it is please report it, I don't have the time right now to be checking in on this.
    I fixed it by checking if the source is set, of course... (that won't help me in cases where I provide a wrong or missing video url by mistake.. so it is important to be fixed!)
    F

    Hi
    I found the same error displaying video on flex !
    in my simple code, i have :
    videoInfoDataVideo.source = videoName;
    the full error is :
    TypeError: Error #1009: Il est impossible d'accéder à la propriété ou à la méthode d'une référence d'objet nul.
              at spark.components::VideoDisplay/cleanUpSource()[E:\dev\4.5.1\frameworks\projects\spark\src \spark\components\VideoDisplay.as:1956]
              at spark.components::VideoDisplay/setUpSource()[E:\dev\4.5.1\frameworks\projects\spark\src\s park\components\VideoDisplay.as:1609]
              at spark.components::VideoDisplay/set source()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\components\VideoDisplay.as:1073 ]
              at spark.components::VideoPlayer/set source()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\components\VideoPlayer.as:1362]
              at Function/item/private:updateVideo/anonymous/resultGetVideo()[C:\Users\randev\Adobe Flash Builder 4.5\visurbaCMS\src\item.mxml:800]
              at flash.events::EventDispatcher/dispatchEventFunction()
              at flash.events::EventDispatcher/dispatchEvent()
              at HTTPOperation/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()[E:\dev\4.5.1\frameworks\projects\rpc\src\mx\rpc\http\HTTPService.as:993]
              at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()[E:\dev\4.5.1\frameworks\projects\rpc\src\mx\rpc\AbstractInvoker.as:318]
              at mx.rpc::Responder/result()[E:\dev\4.5.1\frameworks\projects\rpc\src\mx\rpc\Responder.as:5 6]
              at mx.rpc::AsyncRequest/acknowledge()[E:\dev\4.5.1\frameworks\projects\rpc\src\mx\rpc\AsyncR equest.as:84]
              at DirectHTTPMessageResponder/completeHandler()[E:\dev\4.5.1\frameworks\projects\rpc\src\mx\ messaging\channels\DirectHTTPChannel.as:451]
              at flash.events::EventDispatcher/dispatchEventFunction()
              at flash.events::EventDispatcher/dispatchEvent()
              at flash.net::URLLoader/onComplete()
    did you solve the problem or someone else?
    Thanks

  • I have an iphone - set it up myself through i-tunes.......

    ...my brother who lives down Myrtle Beach just purchased one also......he doesn't have internet access to his computer.......if he would send his i-phone to me ......how difficult/easy would it be for me to set it up through my i-tunes account and change my plan to family? He has an AT&T number also - a South Carolina number......will he be able to keep that number as well?

    It shouldn't be very difficult at all, as the iPhones will have different #'s. All you should have to do is go through the activation process for both of them, but when it comes time in the process to keep the same # for the one phone, you would just need to be sure to follow the porting # directions carefully.
    Go here and watch the activation video, it's real easy, and it goes into porting of existing #'s as well.
    http://www.apple.com/iphone/gettingstarted/activation.html

  • Mini DVI to S-video and composite giving complete distorted output!!

    I tried to hook up my 20" Sony Trinitron either through S-video or composite to the powerbook without any success. I got completely distorted picutre. I have tried all the video resolution setting that is available on the Displays reference window with the same result. Does anybody out there run into this problem at all.

    I have a 12" PowerBook 1.5ghz and had the same problem with garbled video today. When I plugged in the Mini-DVI > Composite/S-Video adapter the PowerBook would consistently think it was attached to an ordinary VGA monitor, and could not sync with the television. This caused a B&W, warped, split in half picture.
    I took the adapter back to the Apple store, plugged it into one of their demo units, and saw it behaved the same way. They gave me a replacement and everything has been fine since.
    QS2002, 1.4ghz, 1gb, GeForce 4 Ti4600, SATA; 12" PB 1.5ghz, 512mb   Mac OS X (10.4.4)  

  • Does the video adapter output both S-Video and Composite simultaneously?

    I have a multi-zone receiver which converts S-Video to component for the main zone and passes S-Video signals through to zone 2 but does not convert them to composite which is how that zone is set up. I solved a similar problem with my DVD player by connecting both the component output and composite output of the DVD player to the receiver allowing high quality viewing in the lounge room and passable viewing in the bedroom.
    I realise the quality from the adapter is questionable particularly for composite but I'm still interested if both S-Video and composite signals are output from the MBP 17" via the adapter simultanesouly.
    Thanks,
    Max.

    I have a follow-up question which may help answer the original question. Does the MBP have to detect the external display when connected via S-Video/Composite in the same way that it has to when connected via DVI? My Dell notebook had so much trouble detecting composite and S-Video connections that eventually I gave up so I'm a little "once bitten twice shy" on this. If the MBP doesn't attempt to detect the external display via S-Video or composite then it must output both S-Video and Composite signals continuously (which would be great).
    Thanks,
    Max.

  • How to get plain old S-video and Composite out from a MBP?

    Hi,
    this question is about someone's MacBook Pro he newly bought with adapters to get both DVI and Svideo/Composite Out.
    He got Mini DisplayPort to DVI-D converter, and a DVI-I to video converter, that cannot be plugged into a DVI-D port. Apple removed the analog capability of its adapter, that's bad. But what's badder is there doesn't seem to have any Mini DisplayPort to Svideo/Composite adapter, as there was with previous generation machines.
    How can someone easily output analog video from MBP?

    In fact, I recognize that these standards are old, which doesn't mean they're not up-to-date. Similar example, VGA connector is old, but perfectly useful, even in 2009. I recently plugged a 22" LCD with VGA and DVI on the same computer (a bland desktop PC), and there was strictly no difference. Same color depth, same crisp display. Even looking at a corner with a magnifier, nothing was different.
    So, changing standards just for the sake of it doesn't make any sense.
    Agreed that, as a pro, Apple would like me to buy their pro line, but nowhere in the pro line does an easy solution exists for S-Video and composite out. The solution you posted exists, but is unwieldly and not neat at all, if it doesn't break the Mac's connector under its weight. If a manufacturer can do this kind of adapter, Apple can do it better, and make a bigger profit out of it.
    For the adapter you posted, I don't ever buy anything that is not at least Mac+Windows compatible, or at a minimum is open-source, so anyone with programming skills can make something. The manufacturer also doesn't give a clue on how this works. I guess some sort of virtual driver sits in the system as a virtual IEEE1394 port so any program requiring FW can work transparently. Still, incompatible with the OS that most manufacturer ship their new PCs with, poor commercial decision, wether you like the OS or not.
    Adding FW in the MB unibody design wouldn't have cost anout $30. Rather, we're talking about a 25 cents chip, a 25 cents connector, which they would have rounded up to $20 and still, that was present in previous-gen MB. After all, they are indeed selling a matte screen on the MBP 17" for $50 more, despite them removing a single piece of glass which may cost, well, let's be fair, $5 to manufacture? That's dishonest. And capitalistically justified.
    So far, choosing a Mac for one's needs is no easy task: older white MacBooks have the same power as unibodies, excellent connectivity, top notch transfer speeds, BUT are heavier, as not as ecologically friendly nor do they have future-proof RAM standard. The unibodies are sleekier, easily recycled and will be able to be upgraded in the near future BUT is most likely unable to use current devices and have slower transfer speeds.
    For Pro models, the newer ones have great efficiency, much power and flexibility with their dual GPU BUT lost the option of matte screen, although their other pro-oriented monitors still default to matte. Only the 17" has the option. If a pro already finds his 15,4" bulky and with ample reserve power, will he buy the bigger and heavier 17"? Probably not.
    I understand that Apple way of doing business is keeping only what's essential with no unnecessary options (I'm looking at you, Asus, with you at least 10 different versions of you netbook). But this time, not everyone can find what he or she wants in Apple's line of laptops, as opposed to the iPod thing, where virtually any possible preference is covered.

  • Re: Can't get S-Video to Composite on my Satellite A200-1AE

    I am trying to connect my laptop with my TV using an S-Video to Composite cable and i get no colour on my TV.
    Only black and white. I am trying to find a setting in Nvidia Control Panel to switch from S-Video mode to Composite mode but i get only S-Video and Auto-detect.
    Does anyone know something about it?

    The port you used on TV. If I connect cable from laptop to S-Video port on TV then I enable S-Video port on my TV.
    I have also tested notebook connection to TV using SCART adaptor and used channel on TV reserved for SCART port. The picture was there with colour.
    I don't know which TV do you have but on my work everything Ok.
    By the way: I have Satellite P200 and I have tested it with S=Video and HDMI. No problems at all.

Maybe you are looking for

  • Connecting MacBook Pro to Dell Dimension

    I have a MacBook Pro, a Dell Dimension and a 24" Dell Monitor. Im trying to connect the two computers to one monitor, keyboard and mouse. Its my understanding that a KVM switch should work but my main concern is that Im trying to use a wireless mac k

  • Problem with functioning Generic Delta

    Hi Expert ! I Have Created a Generic Delta and has Scheduled the Delta Load By Means of Process Chain In BI Side. Although it is showing Green(OK) status for the respected Request at PSA(saying No Data Exists FOR PSA) and ODS Lavel but no data is loa

  • Ajax and the Request scope

    Hi, I have a cfm page with a html div tag. When the page loads a cfc function is called which in turn does a cfinclude to populate the div tag. If I do a <cfdump var="#request#"> in the included page, it outputs the request variables fine. However, w

  • Get office:mac on a macbook air

    since the macbook air doesn't have a dvd drive, is there an alternative way to install office:mac on the computer?

  • Time Machine said it was backing up for months but was not!

    Every day or two I plug my hard drive in via Firewire and let Time Machine run, then unmount the drive and remove the cable. I never get an error. But, with absolute stupidity, I never double-clicked on the drive's icon and looked inside Backups.back