Profile.xml: how to select a video input (from number not name)

Hello,
I'm using FMEcmd in command-line mode with a custom
profile.xml
If I look at the profile.xml it looks like the selection of
the inputs (video and audio) is only possible by giving the full
name of the input (not just the input number like for Real Producer
or Windows Media Encoder).
The app. I'm developing will be used with a webcam and I dont
have the information about the model someone will be using (and the
user won't open the FME GUI to generate a profile).
Is it really not possible to select an input from its number
(as seen by windows)?
If not do you have any suggestion to overcome this
limitation?
Also I've played with <crossbar_input> but I'm not sure
what it means.
Thanks
<video>
<device> ToUcam Pro Camera; Video</device>
<crossbar_input>0</crossbar_input>
<frame_rate>15.00</frame_rate>
<size>
<width>320</width>
<height>240</height>
</size>
</video>
<audio>
<device>Appareil photo Philips ToUcam F</device>
<crossbar_input>0</crossbar_input>
<sample_rate>22050</sample_rate>
<channels>1</channels>
<input_volume>75</input_volume>
</audio>

Now that FME 2.5 is out I tried again. I still can't find the
possibility to select the source from number (like Windows Media
Encoder or Real Producer can).
Can someone confirm that this possibility is not present in
2.5?
Is there any slight chance it will be implemented in the next
version?
What work around do you advise?
Thanks for any answers.

Similar Messages

  • My deleted contacts still show up when I want to send a text message. But when I go to my address book there not there only when I want to send a text MSG there name comes up and if I select them it only show there number not name in the message.  How an

    My deleted contacts still show up when I want to send a text message. But when I go to my address book there not there only when I want to send a text MSG there name comes up and if I select them it only show there number not name in the message. How an I get rid of that

    Try this...
    have a text convo with the person you want to delete. Go to the top contact in the text convo, hit edit contact, and delete that contact.
    That resolution came from another thread on this issue, and this did solve to poster's issue.

  • How to Move a Video File from Movie Section to "TV Shows" Section

    I have an Ipod classic, and am trying to figure out how to move a video file from the "Movie" section to the "Tv Shows" section. I have Itunes version 1.3 which for my device is listed as the most current version.

    haha itunes 1.3, epic.
    to clarify that, I think he would have an ipod classic 80gb which the newest version is 1.3 I think.
    However to answer your question, in itunes right click the movie, go to properties, then go to options, where it has media kind put it to tv show
    Message was edited by: Nudethecih

  • HOW CAN I TRANSFER VIDEO FILES FROM MY PC TO IPAD MINI VIA ITUNES??? WITHOUT ANY ADDITIONAL DOWNLOADABLE APP

    HOW CAN I TRANSFER VIDEO FILES FROM MY PC TO IPAD MINI USING ITUNES???  i have to google every little thing that has to do with my ipad, why cnt they make it more user friendly???? i have to dl another app just so ican transfer vid files to mu ipad mini. i already converted them to the proper format. i just cant seem to find out how to transfer with with only itunes

    im just new to itunes and ipad mini is my first apple product thats why im really having a hard time with this. i cant transfer the video file to my library... i tried dragging it to the "movies" part in my library but it still doesnt copy to the movie librarry just like how i do it with my songs.. not even the typical list appears.... all it says is movies and studd about the library and itunes, ill post a pic so u can see...

  • How can i convert video files from my mac to watch them on my iphone?, how can i convert video files to watch them on my iphone?

    how can i convert video files from my mac to watch them on my iphone?, how can i convert video files to watch them on my iphone?

    Turns out the answer to that question changes if you ask it more than 4 times, so ask it again....
    The answer depends on the type of video files you want to convert.  If they are DRM protected commercial videos, no help can be given here.  Google.

  • How do i move video files from PC to iCloud?

    how do i move video files from PC to iCloud?

    You can't move videos to iCloud, but you can upload photos

  • How do I export video files from iPhoto to a backup external hard drive for safekeeping?

    How do I export video files from iPhoto to a backup external hard drive for safekeeping?  Each time I try, the video will not play from the external hard drive.

    Use the File ➙ Export ➙ File Export menu option with Kind = Original.  That should get the original video file exported.  Try to export one to the Desktop first and open it with Quicktime Player.  If all goes well export the rest to a folder on the EHD. How is the EHD formatted?  It should be OS X Extended (journaled).

  • How do I convert videos taken from iphone 3gs to burn to dvd

    how do I convert videos taken from iphone 3gs to burn to dvd

    http://handbrake.fr/
    Of course you'll also need some kind of software to actually burn the DVD.

  • Questions on how to utilize still/ Video files from 3Gs using iLife 09?

    Hi,
    Just got back from a trip where I took a bunch of stills and videos using the my 3Gs. I just downloaded them onto my Mac using iPhoto.
    1. How do get the video files from iPhoto into iMovie as it seems that iPhoto imported it all.
    2. How do I get the images that were taken with Location services turned "ON" to display the location they were taken?
    3. Will location mapping also work with iPhone video files?

    Maybe someone in the iMovie discussion forum would know some of the specifics from iPhoto to iMovie. I thought I remember seeing a way to import straight from my iMove.
    Here is the discussions link
    http://discussions.apple.com/category.jspa?categoryID=141

  • How do I get video clips from Windows 8 to mini ipad

    How do I get video clips from Windows 8 to mini ipad

    You can use a 3rd party app like Photo Transfer App.
    https://itunes.apple.com/sg/app/photo-transfer-app/id365152940?mt=8

  • How can I access video file from sd card on ipad2?

    How can I access video file from sd card on ipad2?

    Your iPad 2 will see the video if:
    It's in a DCIM folder on the top level of the card (which is how most cameras do it)
    It's name is 8 characters, no more, no less (CKDI9483 for example)
    It's a format that the iPad will play
    I've made mp4's of things, folderized them right and named them 'right' and can transfer them to my iPad, so you can use a computer to make the files conform to what the iPad will see.

  • How to select all the people that are not in any equipe  ?

    Hi,
    I have a nice SQL expression that gives me as a result all the "AGENTS" (people) that are working in an EQUIPE (a team)
    select a."AGENT_ID",
    a."NOM" || ' ' || a."PRENOM" "Nom",
    c.libelle "Equipe",
    a."DATE_EMBAUCHE" "Date embauche",
    a."DATE_DEBAUCHE" "Date débauche"
    from OBSERVATOIRE."AGENT" a,
    observatoire.equipe_agents b,
    observatoire.equipe c
    where a.agent_id = b.agent_id
    and b.equipe_id = c.equipe_id
    order by nom
    Now, how to select all the agents that are NOT working in any "EQUIPE" (team) ?
    I have tried but could not succeed !
    Thank you for your kind help.
    Christian

    Christian from France wrote:
    It is not working because the table EQUIPE_AGENTS does not contains a row if the agent is not into any equipe.
    CREATE TABLE "OBSERVATOIRE"."EQUIPE_AGENTS"
    (     "EQUIPE_AGENTS_ID" NUMBER NOT NULL ENABLE,
         "EQUIPE_ID" NUMBER NOT NULL ENABLE,
         "AGENT_ID" NUMBER NOT NULL ENABLE)
    CREATE TABLE "OBSERVATOIRE"."AGENT"
    (     "AGENT_ID" NUMBER NOT NULL ENABLE,
         "GRADES_ID" NUMBER NOT NULL ENABLE,
         "NOM" VARCHAR2(50 BYTE) NOT NULL ENABLE,
         "PRENOM" VARCHAR2(50 BYTE),
         "DATE_EMBAUCHE" DATE NOT NULL ENABLE,
         "DATE_DEBAUCHE" DATE)
    The only way to "know" if an agent is not into any equipe (team) is to search into the EQUIPE_AGENTS table, and if we do not find the ID of the agent into this table, then we know that this agent is not into any EQUIPE (team).
    I don't know ho to translate this into SQL.And that's what my query does. It uses an OUTER JOIN so that a result record is returned whether or not there is a record in EQUIPE_AGENTS. And the check for EQUIPE_ID is NULL restricts the result set to those where there IS NOT a record in EQUIPE_AGENTS.
    A more traditional way would be to use NOT IN or NOT EXISTS clauses, but they can prove inefficient.

  • How do you transfer video files from the iPad to a separate device?

    How do I transfer video files from my iPad Air to a separate device or storage device so that I free up memory on my iPad

    You can directly transfer photos and videos via WiFi between the iDevices, PCs, and Macs with an App like Photo Transfer.
    See: https://itunes.apple.com/us/app/photo-transfer-app-easily/id365152940?mt=8
    Or you can upload the photos and videos to the Dropbox service using the Dropbox App on the iDevice, PC, or Mac and download them to the another device using the Dropbox App on that device. By the way, once the videos are on Dropbox you can share them with others.
    See: https://itunes.apple.com/us/app/dropbox/id327630330?mt=8

  • Flash Media Encoder Doesn't display my video input from my All-in-Wonder 2006 AGP card

    I have a All-in-Wonder 2006 AGP video card that has multiple video inputs. I got Flash Media Live Encoder to see my video card but when I connected one of the many video inputs it would not display in Flash encoder video preview. The audio did not come through either. I'm running in Win XP and the video card model number I believe is All in Wonder 2006 AGP 256M NA.

    What is the output format of this card? Is it encoded such as mpeg-2 or raw?

  • General question: How to execute a batch input using different user name?

    Hi everyone,
    I would be very grateful if someone could tell me how to execute a batch input from source code using a differente username so the batch input is executed with different permissions.
    For example, I log on with:
    Username: A
    , but I'd like to execute a batch input using the rights and permissions of user B.
    Thanks in advance and best regards.
    Ben.

    If you are calling the BDC in a program, create a job to run the program and specify the user you want each program to run under.

Maybe you are looking for

  • CRM 7.0: Test/simulate telephony integration in IC web client

    Hello one of our customers is currently performing CRM release upgrade from CRM 4.0 to CRM 7.0. In CRM 4.0, they used the sapphone server for telephony integration (CTI) into CRM IC win client (SAP GUI). Now weu2019re currently testing this feature i

  • Defult Security Settings for Reader

    I generate .pdf documents out of my Pro Series tax software.  When those documents are opened with Reader the security settings do not allow signatures.  When opened with Acrobat they do.  Can I change the default Reader Security Settings to allow si

  • Number of entries in Adapter

    Hi XI! Can anyone tell me how to see the number of entries in a specific Adapter? The problem is that we fired a huge amount of message in an EOIO process into a file adapter. If I select the specific sender, receiver and interface in the RWB and try

  • Adobe Acrobat Pro 7 and Windows 8.

    Does Adobe Acrobat Pro 7 work on Windows 8? Why do I receive the following message: Impossibile avviare correttamente l'applicazione (0xc00000fd). Fare clic su OK per chiudere l'applicazione. I bought the software and I need it for professional reaso

  • Question about CISCO1921-SEC/K9 license

    I've purchased a used CISCO1921-SEC/K9 and I'm trying to figure out if I got what I paid for. The specifically purchased this unit because I wanted to take advantage of the SEC package for VPN. I looked at the show run and I'm not seeing anything abo