Convert to Apple TV from Drop folder with checking?

I'm trying to create a script for use on set. When rushes come off the camera I process offlines with the render software to H264 for quick viewing. I'm looking for a script that will monitor the folder these drop into and then reconvert them to apple tv and drop them in turn into another folder where air video server, serves them to ipads and iphones on set for fast reviewing of shots.
My issue so far seems to be that if my camera-raw to h264 software hits a couple of short clips (B&C) immediately after a long clip (A), then the automator quicktime action is still encoding the A when B+C are dropped into the folder. When Automator next check the folder it seems to only find the most recent clip C skipping clip B. For a while I thought I had a workaround by telling it to pass finder items created in the last 1 day, but that too seems to have stopped working.
If anyone that better understands the finder / quicktime elements of automator could help me on this it would be most appreciated as I really do need to find a robust workflow that can for example check the number of items in the input folder against output folder and automatically encode anything missing.
I hope i've explained what it is I'm doing clearly but feel free to ask any questions.

http://support.apple.com/kb/HT5404?viewlocale=en_US&locale=en_US
Take a look at the above support dicument. You have to have an iMac model that supports AirPlay in order to do what you want to do. The document also shows you how to use AirPlay to connect your iMac to your Apple TV.

Similar Messages

  • HT4437 can i run my apple TV from an iPad2 with a PC as the iTunes server ... would like to do away with Apple TV remote ... thank you

    can i run my apple TV from an iPad2 with a PC as the iTunes server ... would like to do away with Apple TV remote ... thank you
    JJ

    As I was saying earlier that is not possible because the Apple TV has no accessible storage and streaming from your iMac is done via home sharing on your local network.
    iTunes purchases can be accessed via the cloud on Apple TV. If you have iTunes Match you can access your full music libary from the cloud.
    Using the iPad to watch your films would require syncing them and then connecting the iPad to a TV.

  • How to get the file name from downloads folder with the applescript??

    Hi All..
    I am downloading an application to downloads folder, I need to install the same application after downloading programatically.
    So how do I get the filename in runtime while downloading or after downloading from downloads folder with Applescript or Java?
    Also my download URL link doesnot contain full name of the download file.
    Pls suggest.

    Hi,
    The best method is to use curl.
    Other methods are not reliable, but can work, it depends on several factors (what the script does, what the user does).
    Here is an example with the curl command:
    set tUrl to "http://sourceforge.net/projects/vlc/files/2.0.4/macosx/vlc-2.0.4.dmg/download?ac cel_key=60%3A1350656196%3Ahttp%253A//www.videolan.org/vlc/download-macosx.html%3 A7233e4e9%245818d66f39b0576e1e9c4a0f3b46b1991180bfdd&click_id=976a88ee-19f7-11e2 -9a21-0200ac1d1d8e&source=accel"
    set dFolder to path to downloads folder
    tell application "Finder" to set newFolder to (make new folder at dFolder) as string
    set f to quoted form of POSIX path of newFolder
    do shell script "cd " & f & " && curl -L " & tUrl & " -o 'vlc.dmg'" -- download  to file "vlc.dmg"
    set downloadedFile to newFolder & "vlc.dmg" --<-- HFS path
    --do something with the downloadedFile

  • Create Drop Folder With Drop Only

    Mini Server, Mid 2011, 2 GHz, Intel Core i7, OSX 10.9.4
    I have my server with a static ip and would like to create a password protected folder with drop only features. I tried Pure FTP software for this, what info do I need to give my client to access this folder? I tried the static ip number from outside my network, no good. Any helpful hints are appreciated.
    Thanks

    Linc, Thanks for the reply. I am attempting to make a drop folder on my server for an outside person to drop only. I am not sure exactly how best to do this. New to the server world and this type of thing. I attempted to use Pure FTP, however, I am unable to access the fold from outside my net. Looking for the correct address to access this from outside, works fine using my ip address from inside the net. I attempted using my server software, but get lost on exactly what information to use to login to this folder.

  • Ssd can't boot from mainbay folder with question mark

    Hello I've searched for my problem but can't find anything same so I'm gona ask.
    first of  all I'm sorry for my English.
    I'm using MacBook pro mid 2012 with samsung 840 evo ssd 500gb.
    today it was working perfect it felt asleep and after wake up it  restarted and flashing folder with question mark appeared on screen.
    I Know it's some kind of hdd problem. So I've took it out and put in external box to connect to my friends  MacBook to see if it's working and does all information is still in it. It was working perfectly. after that I connected it via usb and boot it by holding opt key and it startups normal. To check that it isint sata cable I have puted empty hdd in main bay and booted from ssd connected by usb and both drives show up in disk utility.
    So hdd working perfect. Sata cable is good and can read drive.
    Macbook boots from ssd connected by usb without any problems.
    The only problem is that I can't boot my MacBook from ssd in mainbay it shows flashing folder with question mark.
    Maybe anyone had  had that issue before.?
    How can I solve this problem.?
    again sorry for my English. And thank you for all your answers.

    Do not apologize for your English.  I assure you your English is better than what my facility with your language may be. 
    I have seen a couple of posts similar to yours where the SSD will not boot internally but a conventional HDD will.  The resolution in one case was a new SATA cable even though the tests suggested otherwise.
    I would take the MBP to an apple store and have them check it thoroughly and see if they can pinpoint to the cable as the problem.  Obviously this just a guess on my part.
    A call to Samsung technical support may also be a good idea.
    Ciao.

  • Create a Playlist from external folder with tracks already existing in iTunes

    I was just wondering if its possible to create a playlist from an external folder (on my desktop) with tracks that already exist in iTunes.
    I basically have a folder on my desktop that i use with Serato, i was wondering if it'd be possible to sort a playlist in iTunes with the tracklist from the folder? I already have all the tracks on iTunes so i don't want to add them onto iTunes again just to put them into a playlist as i'd have to sort through all the duplicates to delete the non playlisted tracks (theres around 1500 so it wouldn't be a quick task).
    Would be much appreciated if anybody can help!

    Hi,
    I have an AppleScript that does this.
    This script need Spotlight metadata, all files in the folder that you use with Serato should be indexed.
    Works well if the tags (name and artist) are defined
    In this script :
    it will display a dialog to select your folder
    iTunes search track from the library playlist according to (artist, album and title in the Spotlight metadata of each file).
    If iTunes found a track, iTunes will add this track to the new playlist.
    The script takes 35 seconds for 1000 files on an old machine (PowerMac G5 2 X 1.8 GHz) .
    This should take less than 100 seconds for 3500 files on the new machine
    Here is the script :
    -- this script need Spotlight metadata, files in the folder should be indexed
    set folderPath to (choose folder with prompt "Select the  folder that you use with Serato")
    set f to quoted form of POSIX path of folderPath
    my makePlaylist(do shell script "/usr/bin/find " & f & " -type f \\! -name '.*' -print0 | /usr/bin/xargs -0 /usr/bin/mdls -name kMDItemTitle -name kMDItemAlbum -name kMDItemAuthors | /usr/bin/sed 'H;$!d;x;s/\\n[^k]//g'")
    on makePlaylist(t)
          script o
                property L : paragraphs of t
          end script
          set tc to (count o's L)
          tell application "iTunes"
                set newPlaylist to make new playlist with properties {name:"Serato"}
                set masterLibr to (get first playlist whose special kind is Music)
          end tell
          repeat with i from 2 to tc by 3
                set {tAlbum, tArtist, tTitle} to my getvalue(items i thru (i + 2) of o's L)
                tell application "iTunes" to try
                      set t to (get first track of masterLibr whose name is tTitle and artist is tArtist and album is tAlbum)
                      duplicate t to newPlaylist -- add founded track from the library playlist to the  new playlist
                end try
          end repeat
    end makePlaylist
    on getvalue(tList)
          set oTID to text item delimiters
          set text item delimiters to "\""
          set {alb, aut, title} to {"", "", ""}
          try
                repeat with i in tList -- if line does not contains a double quote then the tag is  empty -->  = (null)
                      if i starts with "kMDItemAlbum" then
                            tell i to if it contains "\"" then set alb to text item 2
                      else if i starts with "kMDItemAuthors" then
                            set text item delimiters to "(   "
                            -- if artist contains one word, it doesn't contains double quote
                            tell i to if it does not contain "(null)" then
                                  if last text item starts with "\"" then
                                        set aut to text 2 thru -2 of (last text item)
                                  else
                                        set aut to (last text item)
                                  end if
                            end if
                            set text item delimiters to "\""
                      else --kMDItemTitle
                            tell i to if it contains "\"" then set title to text item 2
                      end if
                end repeat
          end try
          set text item delimiters to oTID
          return {alb, aut, title}
    end getvalue

  • Can Photoshop Convert Selected File-types From a Folder Full of Files?

    I have a folder with approximately 20,000 files in it. The files are a mix of eps, tif, jpg, and PSD files. I want to convert all the eps files to tifs. For now I've created a folder into which I move approximately 500 eps files at a time (that I manually select) and then run a batch action I created to convert them. This works fine but you can imagine how long this process will take (moving, converting, emptying the folder, moving 500 more files, and so on). I'd like to know if there's a way, either within an action or the batch command (or possibly a script or even some other way) that Photoshop would select only the eps files to convert. I could let it run overnight if it were possible.
    I'm using Photoshop CC on a Mac running 10.6.8 with 7GB RAM.
    Thanks,
    Lloyd

    I'm not sure about EPS files but the rest can be taken care of via File > Scripts > Image Processor. I'm pretty sure that EPS files can't be handled by Image Processor though.

  • Not Receiving Incoming Email from Drop folder

    Hello,
    I hope that someone out there will be able to help me with this issue. I am fairly new to MOSS2007 but belive that I have configured e-mail to list correctly, I followed the steps set out by Steve Smith
    http--www.combined-knowledge.com-Downloads-How%20to%20configure%20Email%20Enabled%20Lists%20in%20Moss2007%20RTM%20using%20Exchange%202003.pdf
    The process all follows fine and when I attempt to send to a configured mail enables list I can see the mail make it to the drop folder as it should. This is where the problem occurs, it is never picked up by the Windows SharePoint Services Timer service. The e-mail's I send just sit in the drop folder and nothing is happening.
    As this is a fairly simple thing to setup there isn't a great deal of troubleshooting info out there and most of it just says check the basics like making sure that in the central administration console>Incomming Mail Settings the drop folder is specified as C:\inetpub\mailroot\drop (which it is)
    I've been through the event logs and those created by sharepoint but can't see anything that looks like an error causing this issue and nothing in the applications logs either. I'm in limbo at the moment because so far as I can see I have setup correctly, mail delivery is succesful and nothing to suggest what is causing the issue.
    I have reset the permissions on the drop folder to grant full access to the service account that runs the Windows SharePoint Services Timer service, I have even added the Windows SharePoint Services Timer service account to the domain administrators group to try and make sure its not a permissions issue.
    Any advise would be appreciated because I've ran out of idea's now!?
    Thanks in advance.
    Drew

    Hi,
    Did you select “Directory Management Service” option, if so, please make sure you configure the Central Administration application pool identity account to have the Create, delete, and manage user accounts right to the container that you specify in Active Directory.
    Did you install Exchange server 2003 in your MOSS environment? If so, you should add an SMTP connector in Exchange Server, if you don’t know how to do that, you can post your issue into the following forum:
    http://social.technet.microsoft.com/Forums/en-US/exchangesvrdeploy/threads
    Also, please check whether your configuration meet the following requirements, If not, correct them and check the effect.
    ·         The application pool account for Central Administration, the logon account for the Windows SharePoint Services Timer service, and the application pool accounts for your Web applications should have the correct permissions to the e-mail drop folder.
    ·         The domain controller running Active Directory has a Mail Exchanger (MX) entry in DNS Manager for the mail server that you plan to use for incoming e-mail.
    For more information about how to configure incoming e-mail settings, please refer to the following article:
    Configure incoming e-mail settings
    http://technet.microsoft.com/en-us/library/cc262947.aspx
    Introduction to incoming e-mail
    http://office.microsoft.com/en-us/sharepointtechnology/HA100823061033.aspx
    Demo: Configure a SharePoint Server 2007 site to receive e-mail
    http://office.microsoft.com/en-us/sharepointserver/HA102047921033.aspx?pid=CH101788401033
    Enable and configure e-mail support for a list or library
    http://office.microsoft.com/en-us/sharepointtechnology/HA100823071033.aspx?pid=CH101215271033
    Rock  Wang 
    Rock Wang– MSFT

  • Apple icon apears then folder with ! mark, then its turns of

    I was using my ipod on computer at skool, and ive had no problems, but a few days ago a computer froze up and i had to restart. i dissconected the ipod using computer but the do not dissconet did not go away. finally it did, but now when i try to turn it on, an apple icon apears followed by a folder with ! then its switches off, i cant connect it to me comp now, and it wont charge either. can any 1 help?

    Last resort- try putting it into disk mode- I was able to do this with mine and the computer was able to see it. So try to put it into disk mode http://docs.info.apple.com/article.html?artnum=93651 then restore it http://docs.info.apple.com/article.html?artnum=60983
    If this doesn't work- your hard drive may be bad and it will need to be replaced- i used ipodmods.com and they did a good job

  • Nautilus freezes when move from some folder with SVG inside

    When I move to folder with SVG-file inside and then move to any other folder (for example move up) nautilus
    When I try to open such svg in Eye Of Gnome it is opened properly without errors.
    I didn't catch any error in /var/log/*.logs and in  ~/.xsession-errors.
    I have a Intel HD3000 integrated in my Intel i7.
    $lspci | grep VGA
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    I have latest gnome 3.
    $ yaourt -Ss gnome | grep install
    extra/gnome-applets 3.2.1-1 (gnome) [installed]
    extra/gnome-backgrounds 3.2.0-1 (gnome) [installed]
    extra/gnome-bluetooth 3.2.1-1 [installed]
    extra/gnome-color-manager 3.2.2-1 (gnome-extra) [installed]
    extra/gnome-contacts 3.2.2-1 (gnome-extra) [installed]
    extra/gnome-control-center 3.2.2-1 (gnome) [installed]
    extra/gnome-desktop 3.2.1-1 (gnome) [installed]
    extra/gnome-disk-utility 3.0.2-2 (gnome-extra) [installed]
    extra/gnome-doc-utils 0.20.6-1 [installed]
    extra/gnome-documents 0.2.1-2 (gnome-extra) [installed]
    extra/gnome-games 3.2.1-1 (gnome-extra) [installed]
    extra/gnome-games-extra-data 3.2.0-1 (gnome-extra) [installed]
    extra/gnome-icon-theme 3.2.1.2-1 (gnome) [installed]
    extra/gnome-icon-theme-extras 3.0.0-1 (gnome) [installed]
    extra/gnome-icon-theme-symbolic 3.2.2-1 (gnome) [installed]
    extra/gnome-js-common 0.1.2-1 [installed]
    extra/gnome-keyring 3.2.2-3 (gnome) [installed]
    extra/gnome-media 2.91.2-3 (gnome-extra) [installed]
    extra/gnome-menus 3.2.0.1-1 [installed]
    extra/gnome-mime-data 2.18.0-5 [installed]
    extra/gnome-nettool 3.0.1-1 (gnome-extra) [installed]
    extra/gnome-online-accounts 3.2.1-1 [installed]
    extra/gnome-panel 3.2.1-1 (gnome) [installed]
    extra/gnome-power-manager 3.2.1-1 (gnome-extra) [installed]
    extra/gnome-screensaver 3.2.0-1 (gnome) [installed]
    extra/gnome-session 3.2.1-1 (gnome) [installed]
    extra/gnome-settings-daemon 3.2.2-1 (gnome) [installed]
    extra/gnome-shell 3.2.2.1-1 (gnome) [installed]
    extra/gnome-speech 0.4.25-2 [installed]
    extra/gnome-system-monitor 3.2.1-1 (gnome-extra) [installed]
    extra/gnome-terminal 3.2.1-1 (gnome) [installed]
    extra/gnome-themes-standard 3.2.1-1 (gnome) [installed]
    extra/gnome-tweak-tool 3.2.2-2 [installed]
    extra/gnome-user-docs 3.2.2-1 (gnome) [installed]
    extra/gnome-utils 3.2.1-1 (gnome-extra) [installed]
    extra/gnome-vfs 2.24.4-6 [installed]
    extra/gnome-video-effects 0.3.0-1 [installed]
    extra/gtksourceview3 3.2.3-2 [installed]
    extra/gucharmap 3.2.2-1 [installed]
    extra/icon-naming-utils 0.8.90-2 [installed]
    extra/libgdu 3.0.2-2 [installed]
    extra/libgnome 2.32.1-2 [installed]
    extra/libgnome-data 2.32.1-2 [installed]
    extra/libgnome-keyring 3.2.2-1 [installed]
    extra/libgnome-media-profiles 3.0.0-2 [installed]
    extra/libgnomecanvas 2.30.3-1 [installed]
    extra/libgnomekbd 3.2.0-1 [installed]
    extra/libgnomeui 2.24.4-1 [installed]
    Last edited by petRUShka (2012-01-29 11:47:52)

    Well, no... I can hear drive heads moving and reading some info - no starting the drive. Now it can happen almost in any folder.

  • Connecting drop-down with check boxes?

    I am making a document which provides information about retrieving documents for several countries. The user will use this form as a reminder for himself, this way he can see which documents he needs and which documents he still needs to make, or recieve from someone else. Whenever he recieves a document he can check the checkbox. The document is made in InDesign so it is a simple PDF. I have made this in to a form. It looks like the following example:
    Select country: Drop-down with items/countries: Netherlands, Belgium and Germany.
    Needed Documents
    Transport
    Bank
    Owner
    Document 1
    checkbox
    checkbox
    checkbox
    Document 2
    checkbox
    checkbox
    checkbox
    Document 3
    checkbox
    checkbox
    checkbox
    The main lead is the country which is build from a drop-down. For example: you can select the Netherlands, Belgium and Germany. Whenever you select a country the checkboxxes(made in Acrobat) should apear.
    But here's the thing: Not all countries need the same documents, so whenever a country does not require (for example) document 3, all checkboxxes of that line should not be visible for the selected country. And on document two the checkbox of the bank should not apear as well.
    I have some experience with creating forms, but not in javascript so I was hoping some of you could help me creating this base for the document?
    Thank you in advance,

    Is it even possible?

  • My ipod goes from the apple screen to a folder with an exclaimation point??

    MY ipod turns on to the screen with the apple and then makes some clicking noises and goes to a screen with a folder and an exclaimation point and then turns off!!! HELP?! How do I get my ipod to turn on!?!? I have tried restarting it already...

    Try the troubleshooting steps set out on this page: "iPod shows a folder icon with exclamation point when you turn it on" http://docs.info.apple.com/article.html?artnum=61003
    If they don't work and it continues to make strange noises then return it as it is probably a more serious fault than you can fix youirself

  • Import from HD folder with NEF and JPEG files-Can't see JPEG files

    I am using Aperture 2 and I am trying to import from an external HD folder of images, with both NEF and JPEG files of the same photo. Using the import function, the import pane only shows the NEF file, not the JPEG file. Is there a setting somewhere that will allow me to see the JPEG file also, so I can import only the JPEG. (note: if I move the JPEG to a different folder away from the NEF file, then the JPEG appears and I can import it.)
    PS I am importing only the JPEG because I have a Nikon D60, which is still un-supported.

    You could import both, select all images afterwards, select 'Create version from master jpeg'(alt-J), unstack all (shift-cmd-K while everything is still selected), sort by file size to separate the raws from the jpegs, and delete the raws.
    Or run the raws through Adobe's DNG converter (which in its newest version, 4.4, supports the D60) and use the DNG baseline support until Apple (or rather Aperture) supports the D60.

  • Apple TV often drops connection with AirPort Extreme and Express stations

    Here's my setup:
    - Mac Pro in basement office connected to AirPort Extreme (802.11n) station via Ethernet
    - AirPort Extreme station running WPA/WPA2 security and 802.11n (b/g compatible)
    - AirPort Express station across basement room connected to stereo expressly for AirTunes purposes
    - Apple TV and MacBook Pro on house ground floor, both connecting to the network via WiFi
    (unless specified, the software and firmware in my devices is all extremely up to date. I write about Apple news for a living so I know when the updates land and install all of them almost immediately)
    Here's what's going wrong:
    Since I have one of the first gen Apple TVs with a 40GB hard drive but a 100GB iTunes library, I use streaming almost 100% of the time. The Apple TV can usually connect to my iTunes library for streaming via WiFi, but if the AirPort Express (a b/g device, mind you) is active on the network, the Apple TV and even my MacBook Pro get booted off the network usually between 12-24 hours, if not 48. Sometimes WiFi seems to work itself out and I can get the MacBook Pro back online, sometimes it even needs a full restart, as Mac OS X will start giving me nothing but "there was an error trying to join this network" warnings. Just as frustrating though, the Apple TV getting booted off means I need go through the whole tedious process of connecting it to WiFi again (it doesn't remember the password for some stupid reason), and then manually surfing again through the Sources list just to get back to streaming my media.
    What the heck is going on? Is it the kind of security I'm running? Should I try WEP or... none at all? I would try "downgrading" the Extreme station's network type to only b/g (excluding n entirely), but I don't see that option in the radio settings anymore; it's all just flavors 802.11n now. When I set up the AirPort Express to connect to the network just for AirTunes streaming to the stereo, I used the setup wizard that the AirPort Utility provides. Should I attach it a different way? Perhaps manually set it to "participate in a WDS network" or "extend a wireless network?"
    Any thoughts or similar experiences are very, very appreciated. My wife and I love this setup, but its unreliability is really getting on my nerves. Thanks in advance.
    Message was edited by: bedoughty

    Firstly, the easiest bit (although I don't believe you need to do this):
    I would try "downgrading" the Extreme station's network type to only b/g (excluding n entirely), but I don't see that option in the radio settings anymore
    You will get additional settings if you hold down the option key while browsing the radio settings drop down menu.
    Moving on: Unfortunately a dropped connections seems to be a problem with umpteen causes and not only is it difficult to troubleshoot with someone in a forum it can also be made even more difficult because many problems are associated with network settings on a router that the person who is trying to help is unfamiliar with.
    However you seem to be convinced your problems arise when your express is running which may narrow things down a little if correct, if not it may actually lead us away from the answer to your issue.
    Is it the kind of security I'm running? Should I try WEP or... none at all?
    I use WPA and have no problems (password = 8 Characters)
    Should I attach it a different way? Perhaps manually set it to "participate in a WDS network" or "extend a wireless network?
    I have my expresses set to participate in a WDS network, but that's because I use them for other things other than itunes, I would have thought 'join a network' would be fine.
    You could check that all your devices are using independent IP addresses and all are using the same subnet. You could also check that no two devices have the same mac address, I've been told a million times this can't happen, but I've seen it. You may be wise to check these things before and after your devices have been 'kicked off the network", you may even want to write them down to see if any are changing.

  • When I try to watch a movie on Apple TV from my iPad with home sharing in I only get sound

    When I try to watch a movie from my iPad through my Apple TV I only get sound. We have tried it with home sharing on AND off.  What am I doing wrong?

    Thank you for your feedback

Maybe you are looking for

  • Satellite L355D - No sound after upgrade to Win 7

    I have downloaded all of the drivers from Toshiba, upgraded the BIOS, and still nothing.  I get sound from headphones, but not the speakers. Volume level shows activity, I can see the ReakTek High - Def Audio as installed and Windows says it's workin

  • Problem with OAException Warning Dialog

    We have developed a custon page for AME. The page has 3 tabs with each tab page having search option. The results of the search are displayed in an advanced table. We have provided Delete functionality also. The delete is working fine for 1st 10 reco

  • Jquery autocomplete - json

    I want to implement AutoComplete search functionality to form field using freely available JQuery. Now, I have a fully functional, simplified code that works perfectly with a .cfm page, but I have been struggling to convert it to a cfc file, namely t

  • Essbase 11.1.2.2.0 installation

    Hi Experts   I am trying to install essbase 11.1.2.2  on linux.  I had downloaded all the parts (1-7) for the installation and extracted to the common directory.  When I start the installation, I see only the foundation services option in the product

  • Broadband Suddenly Very Slow

    Hey guys, So I woke up today to find out that the connection was insanely slow, first I just assumed that other people in the house were downloading things and using up the majority of the bandwidth, but nope. I checked on SpeedTest and it was only g