Drag & Drop Video Flip Appelscript--Debug Help Needed!

property type_list : {"Movie", "MOV"} -- eg: {"PICT", "JPEG", "TIFF", "GIFf"}
property extension_list : {"MOV", "MP4"} -- eg: {"txt", "text", "jpg", "jpeg"}, NOT: {".txt", ".text", ".jpg", ".jpeg"}
property typeIDs_list : {"public.mov", "public.mp4"} -- eg: {"public.jpeg", "public.tiff", "public.png"}
-- This droplet processes files dropped onto the applet
on open these_items
          repeat with i from 1 to the count of these_items
                    set this_item to item i of these_items
                    set the item_info to info for this_item
                    if folder of the item_info is true then
  process_folder(this_item)
                    else
                              try
                                        set this_extension to the name extension of item_info
                              on error
                                        set this_extension to ""
                              end try
                              try
                                        set this_filetype to the file type of item_info
                              on error
                                        set this_filetype to ""
                              end try
                              try
                                        set this_typeID to the type identifier of item_info
                              on error
                                        set this_typeID to ""
                              end try
                              if (folder of the item_info is false) and (alias of the item_info is false) and ¬
                                        ((this_filetype is in the type_list) or (this_extension is in the extension_list) or ¬
                                                  (this_typeID is in typeIDs_list)) then
  process_item(this_item)
                              end if
                    end if
          end repeat
end open
-- this sub-routine processes folders
on process_folder(this_folder)
          set these_items to list folder this_folder without invisibles
          repeat with i from 1 to the count of these_items
                    set this_item to alias ((this_folder as Unicode text) & (item i of these_items))
                    set the item_info to info for this_item
                    if folder of the item_info is true then
  process_folder(this_item)
                    else
                              try
                                        set this_extension to the name extension of item_info
                              on error
                                        set this_extension to ""
                              end try
                              try
                                        set this_filetype to the file type of item_info
                              on error
                                        set this_filetype to ""
                              end try
                              try
                                        set this_typeID to the type identifier of item_info
                              on error
                                        set this_typeID to ""
                              end try
                              if (alias of the item_info is false) and ((this_filetype is in the type_list) or ¬
                                        (this_extension is in the extension_list) or (this_typeID is in typeIDs_list)) then
  process_item(this_item)
                              end if
                    end if
          end repeat
end process_folder
-- this sub-routine processes files
on process_item(this_item)
  -- NOTE that the variable this_item is a file reference in alias format
  -- FILE PROCESSING STATEMENTS GOES HERE
          tell application "QuickTime Player 7"
  activate
  open this_item
                    tell document 1
                              flip vertical (the first track whose kind is "video")
  save self contained this_item
  close this_item
                    end tell
          end tell
end process_item
--can't make alias into type document, error.
The script shown above is generating an error..... can't make alias into type document.  Can you help me fix this?  You will have to paste the code above into your AS editor and then make an app out of it then drag a QT movie (.mov or .mp4) over that app and see how it goes.
Thanks.
Robert

Okay, I will look into that....  for the moment, I wanted to report that I have something working....
on open theItems
          repeat with anItem in theItems
                    set sourceMovie to anItem as string
                    set {oldTID, my text item delimiters} to {my text item delimiters, "."}
                    set destinationMovie to (text item 1 of sourceMovie & "_flipped") & "." & text item 2 of sourceMovie
                    set my text item delimiters to oldTID
                    tell application "QuickTime Player 7"
  open anItem
                              tell document 1
                                        flip horizontal (the first track whose kind is "video")
                                        flip vertical (the first track whose kind is "video")
  save self contained in destinationMovie
  close
                              end tell
                    end tell
          end repeat
end open
Thanks!!!!!!!!!!!!!

Similar Messages

  • Urgent!  Adobe killed drag/dropping workflow in CC.  Help restore it!

    I posted this first FR at the end of another thread, here.  Due to the importance of this issue, IMO, I'm giving this FR a new thread, plus adding as second version of the same FR.
    My stance is simple.  Every change Adobe makes to Premiere Pro should be positive to most or all people.  If a change Adobe makes is negative for most or all people, then it must be removed.
    Adobe did a negative change in CC, which brings about zero positive improvements (unless proven otherwise which has not been done yet).
    In CC, drag-dropping clips no longer  = dropping what you're dragging!  If you only have a video track source patched, audio doesn't get dragged to the Timeline.  If you only have an audio track source patched, video doesn't get dragged to the Timeline.
    This is contrary to the way it worked in CS6 (where it made sense): drag drop clip = same clip dropped, regardless of Timeline settings!
    Please help fix this by sending the following FRs as your own or writing a FR of your own based on this new problem Adobe introduced in CC.  Thank you and God bless all those that care enough about Premiere to take action!
    VERSION 1 (revert back to CS6)
    *******Enhancement / FMR*********
    Brief title for your desired feature:
    Drag/Dropping video with audio clip from Source Monitor or Project window to Timeline should include both video and audio... always!
    How would you like the feature to work?
    The way it did in Premiere Pro CS6: 
    A. Video with audio dragged from Project window = video with audio dropped in Timeline
    B. Three drag/dropping options from Source monitor, regardless of Source Patch settings.  Drag/drop:
    1. Source Monitor Image = Video + Audio
    2. 'Drag Video Only' button = Video only
    3. 'Drag Audio Only' button = Audio only
    In CC, these options no longer work properly depending on Source Patching.  This makes no sense, and provides zero benefits to the editor!
    Why is this feature important to you?
    Because intelligent workflows matter!  There's nothing intelligent or efficient about the Source Monitor's buttons working some times but not others, or drag/dropping a clip from the Project window only to find its audio doesn't appear in the Timeline.  When drag and dropping clips, Source Patching should determine default clip PLACEMENT, Not WHAT gets dragged to the Timeline!
    VERSION 2 (give us a choice!)
    *******Enhancement / FMR*********
    Brief title for your desired feature: Preferences window option to disable Source Patching's effect on drag/dropped clips.
    How would you like the feature to work?
    If Adobe can't/won't revert drag/dropping back to functional CS6 standards, whereby clip dragged = same content dropped regardless of Timeline settings, then please give us the option of turning off CC's new drag/dropping behavior through a new check box option in the Preferences Window: "Source patching affects Drag/dropping".
    Checked = CC behavior
    Unchecked = CS6 behavior
    Why is this feature important to you?
    Because respecting workflows matters!  CS6 and prior Premiere editors had their workflows disrespected when Adobe suddenly changed drag/dropping behavior with zero apparent benefits in return.  Please give us a choice in this matter or revert to CS6's intelligent drag-dropping altogether.

    I posted this first FR at the end of another thread, here.  Due to the importance of this issue, IMO, I'm giving this FR a new thread, plus adding as second version of the same FR.
    My stance is simple.  Every change Adobe makes to Premiere Pro should be positive to most or all people.  If a change Adobe makes is negative for most or all people, then it must be removed.
    Adobe did a negative change in CC, which brings about zero positive improvements (unless proven otherwise which has not been done yet).
    In CC, drag-dropping clips no longer  = dropping what you're dragging!  If you only have a video track source patched, audio doesn't get dragged to the Timeline.  If you only have an audio track source patched, video doesn't get dragged to the Timeline.
    This is contrary to the way it worked in CS6 (where it made sense): drag drop clip = same clip dropped, regardless of Timeline settings!
    Please help fix this by sending the following FRs as your own or writing a FR of your own based on this new problem Adobe introduced in CC.  Thank you and God bless all those that care enough about Premiere to take action!
    VERSION 1 (revert back to CS6)
    *******Enhancement / FMR*********
    Brief title for your desired feature:
    Drag/Dropping video with audio clip from Source Monitor or Project window to Timeline should include both video and audio... always!
    How would you like the feature to work?
    The way it did in Premiere Pro CS6: 
    A. Video with audio dragged from Project window = video with audio dropped in Timeline
    B. Three drag/dropping options from Source monitor, regardless of Source Patch settings.  Drag/drop:
    1. Source Monitor Image = Video + Audio
    2. 'Drag Video Only' button = Video only
    3. 'Drag Audio Only' button = Audio only
    In CC, these options no longer work properly depending on Source Patching.  This makes no sense, and provides zero benefits to the editor!
    Why is this feature important to you?
    Because intelligent workflows matter!  There's nothing intelligent or efficient about the Source Monitor's buttons working some times but not others, or drag/dropping a clip from the Project window only to find its audio doesn't appear in the Timeline.  When drag and dropping clips, Source Patching should determine default clip PLACEMENT, Not WHAT gets dragged to the Timeline!
    VERSION 2 (give us a choice!)
    *******Enhancement / FMR*********
    Brief title for your desired feature: Preferences window option to disable Source Patching's effect on drag/dropped clips.
    How would you like the feature to work?
    If Adobe can't/won't revert drag/dropping back to functional CS6 standards, whereby clip dragged = same content dropped regardless of Timeline settings, then please give us the option of turning off CC's new drag/dropping behavior through a new check box option in the Preferences Window: "Source patching affects Drag/dropping".
    Checked = CC behavior
    Unchecked = CS6 behavior
    Why is this feature important to you?
    Because respecting workflows matters!  CS6 and prior Premiere editors had their workflows disrespected when Adobe suddenly changed drag/dropping behavior with zero apparent benefits in return.  Please give us a choice in this matter or revert to CS6's intelligent drag-dropping altogether.

  • Drag-drop video into iphone not working

    All my music and video all of a sudden disappeared off my iphone (the video podcast still were there though). I was updating and poking around, but I really don't think I delete them accidentally. I've always just dragged and dropped videos from the finder directly onto the iPhone via iTunes and never had problems before. Now after the mysterious missing music and video, I can't drag and drop any more. These are h.264 video files that have worked in the past. If I re-compress the videos in QT pro using Export>Movie to iPhone I can drag and drop. If I choose Export>movie to Quicktime Movie I can't (even though it's worked before and the settings fall within spec... h.264, etc ). ARRRG!
    The only thing I haven't done yet is restore the iPhone. I was worried that my camera roll would disappear. Any thoughts? Help!

    Copied from my previous post.
    Photos in your iPhone's Camera Roll are included with your iPhone's backup, which is updated if needed as the first step during the sync process - if any of the data on your iPhone that is included with the backup has changed since the last sync. But you shouldn't depend on your iPhone's backup alone for these photos. These photos should be imported by an app on your computer as with any other digital camera.
    If you use iPhoto on your Mac for photo storage, you can use iPhoto for the import. If not, you can use the Image Capture app located in your Applications folder.
    Assuming you are syncing your iPhone with iTunes for other content, your iPhone's backup should be updated as the first step during the sync process if any of the data included with your iPhone's backup has changed since the last sync - which is usually 100% of the time.
    If you restore your iPhone from your iPhone's backup, any photos that were in your iPhone's Camera Roll should be restored with your iPhone's backup, but as already provided, you shouldn't depend on your iPhone's backup alone for these photos. Photos in your iPhone's Camera Roll should be imported by an application on your computer as with any other digital camera. If you use iPhoto for photo storage on your Mac, you can use iPhoto for this. If you don't use iPhoto, you can use the Image Capture application for this.
    I do download the photos to iTunes, so there is that backup as well.
    You don't download any photos to iTunes - not from your iPhone or from anywhere else for that matter. iTunes does not handle the import of photos from the iPhone's Camera Roll or from any digital camera. This must be done with a separate application such as with iPhoto or the Image Capture application on a Mac.
    You can transfer photos from your computer to your iPhone via the iTunes sync process - selected under the Photos tab for your iPhone sync preferences, but iTunes does not have anything to do with photos in your iPhone's Camera Roll except for including these photos along with other data for your iPhone's backup.

  • Drag & Drop Video Clips

    If I'm in Lightroom, and want to drag a video clip into Premiere, it seems I have to right-click to View in Explorer and drag it from there.
    Why can't I drag a video clip from one Adobe product to another?

    I don't think .avi files are compatible with iTunes. You're on the right path with finding some way to convert them. I'm not familiar enough with the program you're using to be of any help with it, however. Hit up google and do research and experiment with what works best for you

  • Video graphics card upgrade help needed

    Hello,
    I have an HP elite h8 1010 and am looking to upgrade my video card, and, if i must, my psu also.   My budget for the graphics card is 150-250 and if i need the psu I'm not looking to spend more than $300(ish) for both.  Any suggestions?  
    I currently have a radeon 9600gt and a thermaltake 430wt model tt-8020a.    I'm being overwhelmed with the technical jargon that is discussed when buying the graphics card and meeting the system requirements for same including the minimum wattage of the psu to run the card, including the space required to fit the card.  I do have enough space for a dual slot card, but some of these cards are extra long and I'm not sure how to determine if they will fit inside this case.  I was interested in this card or something similar...
    EVGA GeForce GTX650Ti Boost SuperClocked 2GB GDDR5 192bit, Dual-Link DVI-I, DVI-D, HDMI,DP, SLI Ready Graphics Card  
    Thanks.

    HI Bigst79.
    I will be pleased to assist you with some information on graphic cards. I totally understand that all the technical jargon, can be overwhelming, and hard to comprehend.
    Rest assured I am here to help!!
    After viewing the specifications you provided you will  notice the interface on yours is different then on the card you are looking at.  When you look at your specification, click on graphics. You will notice that it does not  lists PCLR 3.0 but rather PCI Express x16.  You can purchase a PCL 2,0 card and it should be backwards compatible.
    I am also including the specifications for the card you were looking at purchasing  click here. If you will notice under the requirements it does tell you the minimum power supply is 400 watt.
    I hope this helps to explain what you need to consider when purchasing the card.,
    Please let me know what you decide as I would very much like to know.
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • Video Stutters in Sequence - Help needed ASAP!

    I have a video shot at 24FPS in Quicktime format. Plays back fine in my preview pane but on the canvas it stutters between cuts. No effects were added. At the last second of a clip the frame holds and then jumps ahead to the next clip. This happens when I export as well.
    I opened up the program and drug the clip to the timeline. FCP asked me if I wanted to "Change the sequence settings to match the clip settings" and I clicked yes. Shouldn't this make playback smooth? What am I missing?
    I'm under a very tight deadline. Any help would be very much appreciated.
    Thanks!

    Is this h.264 video?
    If so, convert it to pro res using MPEG StreamClip. Pro res is an editing codec, h.264 is not.
    Here's a tutorial on how to accomplish this.

  • Opendirectoryd debug help needed

    Hello.
    I started to observe my kernel log / system konsole for what's going on and I saw opendirectoryd - has made 9 logs of starting something and here's log outputs (first & last) these logs are under "fax" and that's why I get interested, becouse I do not have any attempts & software what would need this options:
    2013-03-28 16:11:44.418 EET - opendirectoryd (build 172.17) launched...
    2013-03-28 16:11:44.419 EET - Logging level limit changed to 'error'
    2013-03-28 16:11:52.873 EET - Initialize trigger support
    2013-03-28 16:11:52.874 EET - Registered node with name '/Active Directory' as hidden
    2013-03-28 16:11:52.874 EET - Registered node with name '/Configure' as hidden
    2013-03-28 16:11:52.875 EET - Discovered configuration for node name '/Contacts' at path '/Library/Preferences/OpenDirectory/Configurations//Contacts.plist'
    2013-03-28 16:11:52.875 EET - Registered node with name '/Contacts'
    2013-03-28 16:11:52.875 EET - Registered node with name '/LDAPv3' as hidden
    2013-03-28 16:11:52.877 EET - Registered node with name '/Local' as hidden
    2013-03-28 16:11:52.878 EET - Registered node with name '/NIS' as hidden
    2013-03-28 16:11:52.879 EET - Discovered configuration for node name '/Search' at path '/Library/Preferences/OpenDirectory/Configurations//Search.plist'
    2013-03-28 16:11:52.879 EET - Registered node with name '/Search'
    2013-03-28 16:11:52.880 EET - Loaded bundle at path '/System/Library/OpenDirectory/Modules/legacy.bundle'
    2013-03-28 16:11:52.882 EET - Loaded bundle at path '/System/Library/OpenDirectory/Modules/search.bundle'
    2013-03-28 16:11:53.884 EET - '/Search' has registered, loading additional services
    2013-03-28 16:11:53.884 EET - Initialize augmentation support
    2013-03-28 16:11:53.887 EET - Loaded bundle at path '/System/Library/OpenDirectory/Modules/SystemCache.bundle'
    2013-03-28 16:11:53.891 EET - Successfully registered for Kernel identity service requests
    2013-03-28 16:11:53.896 EET - Loaded bundle at path '/System/Library/OpenDirectory/Modules/PlistFile.bundle'
    2013-03-28 16:11:53.897 EET - Loaded bundle at path '/System/Library/OpenDirectory/Modules/FDESupport.bundle'
    2013-03-28 16:11:53.910 EET - Loaded bundle at path '/System/Library/OpenDirectory/Modules/ConfigurationProfiles.bundle'
    2013-03-28 16:11:53.910 EET - Registered subnode with name '/Local/Default'
    2013-03-28 16:12:10.289 EET - Loaded bundle at path '/System/Library/OpenDirectory/Modules/ldap.bundle'
    2013-03-05 18:22:48.204 EET - opendirectoryd (build 172.17) launched...
    2013-03-05 18:22:48.204 EET - Logging level limit changed to 'error'
    2013-03-05 18:22:48.229 EET - Initialize trigger support
    2013-03-05 18:22:48.230 EET - Registered node with name '/Active Directory' as hidden
    2013-03-05 18:22:48.231 EET - Registered node with name '/Configure' as hidden
    2013-03-05 18:22:48.232 EET - Discovered configuration for node name '/Contacts' at path '/Library/Preferences/OpenDirectory/Configurations//Contacts.plist'
    2013-03-05 18:22:48.232 EET - Registered node with name '/Contacts'
    2013-03-05 18:22:48.232 EET - Registered node with name '/LDAPv3' as hidden
    2013-03-05 18:22:48.235 EET - Registered node with name '/Local' as hidden
    2013-03-05 18:22:48.237 EET - Registered node with name '/NIS' as hidden
    2013-03-05 18:22:48.238 EET - Discovered configuration for node name '/Search' at path '/Library/Preferences/OpenDirectory/Configurations//Search.plist'
    2013-03-05 18:22:48.238 EET - Registered node with name '/Search'
    2013-03-05 18:22:48.240 EET - Loaded bundle at path '/System/Library/OpenDirectory/Modules/legacy.bundle'
    2013-03-05 18:22:48.242 EET - Loaded bundle at path '/System/Library/OpenDirectory/Modules/search.bundle'
    2013-03-05 18:22:49.244 EET - '/Search' has registered, loading additional services
    2013-03-05 18:22:49.244 EET - Initialize augmentation support
    2013-03-05 18:22:49.248 EET - Loaded bundle at path '/System/Library/OpenDirectory/Modules/SystemCache.bundle'
    2013-03-05 18:22:49.252 EET - Successfully registered for Kernel identity service requests
    2013-03-05 18:22:49.259 EET - Loaded bundle at path '/System/Library/OpenDirectory/Modules/PlistFile.bundle'
    2013-03-05 18:22:49.260 EET - Loaded bundle at path '/System/Library/OpenDirectory/Modules/FDESupport.bundle'
    2013-03-05 18:22:49.272 EET - Loaded bundle at path '/System/Library/OpenDirectory/Modules/ConfigurationProfiles.bundle'
    2013-03-05 18:22:49.273 EET - Registered subnode with name '/Local/Default'
    2013-03-05 18:23:23.981 EET - Loaded bundle at path '/System/Library/OpenDirectory/Modules/ldap.bundle'
    2013-03-05 18:37:30.017 EET - Starting shutdown process...
    2013-03-05 18:37:30.017 EET - Deregistered with Kernel for identity service requests
    I'm trying to debug why this process has started, no problems with softwares / installs. Everything works fine.
    But I think my computer got hacked some time ago. After that I installed e.g. Little Snitch Network monitor (still using demo version) and Avira virus scanner.
    No log / other unusual behavior after that.
    Any suggestions where to look / where to dig?

    Any suggestions where to look / where to dig?
    Yes. Get rid of the worthless "Avira" product and the dubious "Little Snitch" product. Stop worrying about the log. Log messages are only meaningful in relation to a problem, which you say you don't have.

  • IPod 30gig Video... Help Needed...

    This is all the information I have;
    Its a iPod 30gig Color/Video. I bought it 2 months ago from Amazon.co.uk.
    For the first month it worked flawlessly. No problems what so ever. I stopped using it for about 2 weeks and left the battery uncharged/dead.
    When I tried to charge it again using the USB port the following happened:
    No light but a large icon of a battery with a bolt going through the left-hand side of it.
    Ever since it has not charged or turned on.
    I have tried everything the support has said to try. I have left it over night to charge on several occassions only to find it in the same state. I have tried to charge it on 3 separate computers including a mac.
    Apple customer services have been useless. I have called a number of times and the only advice is to leave it to charge for a further 3 hours.
    I do not want a refund or replacement. This is too much hassle. I want it to work.
    If anyone has had this problem or knows how to correct it please let me know.
    Thank you.

    Sometimes when the battery is completely discharged a usb port cannot provide enough power to "kick start" the charging process.
    This is why it's never a good idea to leave the battery dead for a period of time.
    Do you have access to a wall charger?
    If nothing on the support site has helped, and you do not want a refund or replacement, then you're at somewhat of a dead end.

  • Video for browser window help needed

    Hi,
    I have an idea for a website where it starts with a short
    video that plays at what ever size the users window is at, then the
    clip stops to a stand still and the user interface then pops up or
    it may appear along with the video. . . but I'm a bit worried as
    I'm kinda new to flash and I have no idea how I can get a video to
    play to the full size of a browser window (not full screen) , I
    think I can do the interface popup bit at the end though. Here is
    an example of the sort thing I'm taking about
    http://www.uniqlo.jp/uniqlock/
    though their video goes on and on =] but it's roughly the same idea
    with an interface built on top of it. Vision skate website has the
    same thing too
    http://www.visionstreetwear.com/
    If any one has any ideas on how this can be done or maybe a
    tutorial link that would great thanks.

    The way that a flash file will display and stretch, or not,
    is defined in the HTML options tab of the Publish Settings window.
    You need to use both the Dimensions option and the Scale
    option.

  • I2c debugging help needed with an oscillascope

    Hello,
    I am trying to debug my i2c slave device and was hoping that someone could explain how to use an oscillascope to debug it and how to set up the vi to use the oscillacope to test my scl and sda values.
    Thanks,
    rbme

    Hi rbme,
    Depending on the oscilloscope you are using to debug your i2c device, there might be an instrument driver located at ni.com/idnet. The instrument driver will allow you to control the oscilloscope with a set of software routines reducing software development time.
    Regards,
    Andy L.
    Applications Engineer
    National Instruments

  • Ipod video with no sound. help needed.

    i recently bought an ipod video. i've been adding songs and pics for the last week or so, but haven't added videos yet. yesterday i had some videos already on my computer and i wanted to dowload them to the ipod. i imported the videos to my library and they played fine in itunes. however, when i tried to download them to my ipod, a message pops up that says this video cannot be played by this ipod. i've heard of this problem before and knew what to do: convert the format of the video under advanced options. then i took the converted video and dowloaded it to my ipod with no problem. then i tried to play the video. the video plays correctly but it has no sound at all. same thing in itunes. i've tried everything. any ideas.

    You are in the iPod nano forum here, and you'll probably want to post this question in the Fifth Generation category, the correct location to post this kind of question. (you have a video iPod, not a nano).
    Onto the problem. Read this Apple article: iPod plays video but not audio
    Quicktime and iTunes don't convert "muxed" videos very well for an iPod. "Muxed" is a term referring to a multiplexed file where the video and audio parts of the file are both stored on the same track.
    It ends up only playing the video and not the audio of the file.
    This is probably your issue. Try using a third-party program that correctly converts both video and audio.
    For example, check out Videora: http://www.videora.com/en-us/Converter/
    -Kylene

  • Debugging Help Needed

    I have several sub vis that make up a vi. I only want to execute the
    last three sub vis.
    Does anyone know how to only execute these vis and ignore the earlier
    ones?
    Thanks,
    MM
    [See first answer for additional information]

    If you never want to execute the other sub-VIs, just delete all but the ones
    you want. If there are cases when you want to execute all, separate the VIs
    into a state machine or just encapsulate some of the VIs by a case statement.
    Magela Moore wrote:
    >This is a multi-part message in MIME format.>--------------326C2F2AE075AD91FF77B201>Content-Type:
    text/plain; charset=us-ascii>Content-Transfer-Encoding: 7bit>>I have several
    sub vis that make up a vi. I only want to execute the>last three sub vis.>Does
    anyone know how to only execute these vis and ignore the earlier>ones?>>Thanks,>>MM>>--------------326C2F2AE075AD91FF77B201>Content-Type:
    text/x-vcard; charset=us-ascii;> name="Magela.vcf">Content-Transfer-Encoding:
    7bit>Content-Description: Car
    d for Magela Moore>Content-Disposition: attachment;>
    filename="Magela.vcf">>begin:vcard >n:Moore;Magela Moore>tel;work:321.728.7975
    ext.111>x-mozilla-html:FALSE>url:http://www.ace-comp.com>org:ACE Computer
    Engineering>adr:;;1918 Dairy Road;West Melbourne;Florida;32935;>version:2.1>email;internet:[email protected]>title:Junior
    Software Engineer- RIU Verification Team>fn:Magela Moore>end:vcard>>--------------326C2F2AE075AD91FF77B201-->

  • Premiere Pro v6.0.3 won't accept drag & dropped files from Sony's XDCAM Browser v2.1

    Premiere Pro reports a "generic file import" error when I try to drag & drop my video files (.mxf) from Sony's XDCAM browser directly into Premiere Pro project window.  However, I can drag & drop the same file(s) directly from a file folder on my computer and I can also use the "file import" from Premiere Pro drop down menu to import the same files with no problems.
    Also, I can successfully drag & drop video files (.m2ts) from Sony's Content Management Utility into Premiere.
    But why can't I drag and drop the same files (.mxf) directly from my Sony XDCAM Browser.   It appears to me that my issue is related specifically to XDCAM Browser & the .mxf files it supports (note:  Sony's Content Management Utility does support .mxf files so I can't simply use that Utility).
    Windows 7, 64bit
    CS6
    Sony XDCAM Browser v2.1
    Sincerely,
    Joe

    I try to drag & drop my video files (.mxf) from Sony's XDCAM browser directly into Premiere Pro project window.
    You need to use the Media Browser within Premiere
    to import these files.
    Copy the entire contents of the media card to an internal drive first.

  • Help needed in Drag and Drop and  resizing of image icons

    Hi all,
    I'm doing a project on Drag and Drop and resizing of image icons.
    There is one DragContainer in which i have loaded the image icons and i want to drop these image icons on to the DropContainer.
    After Dropping these icons on to the DropContainer i need to resize them.
    I have used the Rectangle object in resizing.
    The problem now i'm facing is when i drag, drop and resize an image icon and when i try to drag, drop a second image icon the first image icon gets erased.
    can any one help me in fixing this error.
    if u want i can provide the source code.
    thanks in advance
    murali

    the major restrictions in its implemented only in
    jdk1.1.Why!

  • How to create a drag and drop video playlist Help please

    I would like to learn how to create a drag and drop video playlist.
    I think the most common example is youtube.
    I already have partial of the work but I am stuck with my preliminary knowledge of Flash.
    What I am saying is:
    I have a *.fla project that have the galleries for video and pictures.
    But this process is done from the back end.
    I would like to make it more dynamic for the visitors.
    For example:
    1. Create a visitor video (pictures) playlist
    2. Drag and drop into the playlist
    3. To be able to create different playlists (Playlist 1, "My favorite playlist", "Watch later", etc)
    If someone knows or want to guide me where or how to find this request, I'd appreciate it so much.
    If the forum think that this need to be address to a expertise ($). I am also welling to hear that and where to go.
    If someone is interesting in this project please send me a note to show the prelimary project.
    Thanks

    Yeah that is the general idea but that is more of a "lift and drop", i want to add the same thing as when you:
    Right click this window in the taskbar (assuming your using windows) when the window is not maximized and click "move" then it changes the cursor icon and allows u to move the window around and while you move it around it shows the window moving, not a click and release feature.
    So i want that ability without having to click on the title bar, if you know what i mean.

Maybe you are looking for

  • What's up with these things in CS5?

    Since upgrading to Photoshop CS5, I'm coming across a number of things that don't work like they worked.....I'll even go as far as to say "as well as they worked," in previous versions, and I'm wondering if these are bugs, functionality changes, erro

  • Creating a PDF with a watermark

    Hello, I have a question about adding a watermark/stamp to a PDF file. I have found out how to add a watermark to a PDF after the PDF has been made using Acrobat Pro. I would like to know if there is a way to place a watermark in the PDF when exporti

  • 8800GT and 7300G as second card ?

    I am hoping to get the new 8800gt for the older mac pro but want to keep my second monitor on a 7300gt (I currently have 2 7300 in the computer) ... Can I just pop the fist card out and put the 8800 in and just keep the second 7300 running my second

  • ARCHIV_CONNECTION_INSERT - Name and Created By

    Hi, I am using the function module ARCHIV_CONNECTION_INSERT to create IXOS attachments in a Service Request document. All are working ok except there is no provision to provide the created by. And I am using the parameter DOC_TYPE to insert the name

  • Inserting blank pages into an existing document

    I'm new to Pages. I'm creating my first document, which involves text and photos. It's presently a 5 page document. I'd like to insert two new blank pages right after existing page 3 (for items that I don't have yet but will in the next day or so), b