Quicktime - Save As

Hi guys I'm just wandering if there is a way to get automator to use the save as command in quicktime. This is what I would like to achieve:
Select Video Files
Save-as a self contained movie
I have looked in automator and cannot find such an option. I have found it is possible to use export but not save as.
The reason I want to do this is at the moment I have all of me video files in iTunes as unsupported avi files using a referenced .mov file. This works fantastic on my iMac where all my media is stored, but it is not possible for computers connecting to my iMac iTunes library to see these files, instead only actual files. If it is possible to instead make these referenced files stream-able that would be an easier option, but if not I am going to save them all as self contained movies in .mov format so they can be shared. At the moment I am opening each file individually and saving as then importing it into iTunes, I was hoping automator would be able to help me out and speed up this process.
Thanks

It used to be easy Ron. The latest quicktime update seems to have broken the save function.
All you used to have to do is this...
tell application "QuickTime Player"
tell document 1
save self contained in file x
end
end

Similar Messages

  • Quicktime "Save As" Automator Function

    I have a 3,000 quicktime reference files that I need to have:
    --Opened In Quicktime
    --Save As (Same directory and name (which quicktime does automatically)
    I am new to automator but can get quicktime to open all of the files in a selected directory but can't get it to save as. I don't want to export or compress as it is vital that the Movie Files not have any compression.

    Can you not just duplicate them in finder?

  • Automator workflow for Quicktime "Save As... reference movie"

    I need just to "Save As (a reference movie)" from within Quicktime... I have tried using the "Compress using most recent settings" but that still tries to make it "self-contained," whereas i need specifically to Save As a Reference Movie.
    Any thoughts?

    If you save as a reference movie it just uses a pointer to the already existing content which you cannot move or molest, or it won't work. You want to compress it then you make a new movie, and self contained as a result.

  • Quicktime "Save As Source" ALWAYS Result In Invalid File

    When ever I try to save a file being played in Quicktime 7.0.1 PRO on a web page, the resulting file (although the correct size) always results in a corrupt file:
    i.e. "QuickTime cannot open the file "<filename>"
    it is not a file QuickTime understands (-2048).
    This has only started since upgrading to QT7 and it is also applies to Internet Explorer, so I know this is a Quicktime problem.
    If use "Download linked file" in either Safari or IE, the same file plays perfectly. But I can only do this if a link is available and not for an embedded file.
    Can some tell me if there is a way to fix this problem/bug.
    I have kept the system current with Software update.
    Thanks
    Gary

    I upgraded to Quicktime Pro so I could "Save As Source" once the MP3 has downloaded fully into Safari.
    It looks like your question has already been answered, so I will only comment that QT Pro isn't necessary in order to save files like MP3s from web pages. Sometimes it takes a bit of extra clicking around to be able to save files to your hard drive, but right-clicking on a link to a file should bring up a menu allowing you to "Download Linked File." In other cases, the Activity window can be of great help, and so on and so on.
    For what it's worth, downloading your files as I've described will also get around the QT file association issue.
    EDIT: I just took the time to read the link macmenno posted, and I see that Mr. Minow mentions the same approach to downloading linked files from web pages...

  • QuickTime - Save Export Settings -  script help needed

    Currently I am using Panther 10.3.9 - with QT PRO 7.02 - ( I do not want to
    upgrade to Tiger at this time unfortunately)...
    * MY GOAL: to be able to save export preferences in QuickTime pro.
    Since QuickTime does not seem to be able to save export presets... I
    downloaded the the script collection from
    From: Scriptable Applications: Quicktime Player
    Location: http://www.apple.com/applescript/quicktime/
    and created export settings and tried ....
    Save Export Settings.scpt
    ... but the file that got saved will not open in QT PRO - OSX and wants to
    open something from old os9....
    what do I do?

    = = = (see scripts below)
    * here is my basic workflow ...
    - load a QuickTime movie
    - adjust the QuickTime movie export settings
    - save a test copy ( validating the settings)
    - run the "save export settings.scpt" with name "set1test"
    Then
    - open and run the "Export QuickTime movie.scpt" with the name " test movie"
    - run the new test movie - and when I check info - it does NOT reflect the desired settings...
    = = =
    One issue is - this line...
    export movie 1 to new_file as QuickTime movie using settings "set1test"
    ... It doesn't seem to care what the settings file name is - and if I change that name to a nonexistent name - it still exports the movie without an error.... Therefore it leads me to believe that it's not using it to begin with....
    - another issue is that the settings file "set1test" says it is the kind = "QuickTime settings document" - however it has a blank icon in the Finder - and there does not seem to be any way to open the file with QuickTime 7.02 - and it can to open something classic mode when I double click on it.
    = = = the Save settings script...
    tell application "QuickTime Player"
    activate
    try
    if not (exists movie 1) then error "No movies are open."
    stop every movie
    set the target_file to choose file name with prompt "name & location for the QT settings file:"
    save export settings movie 1 for QuickTime movie to target_file with replacing
    end try
    end tell
    === the Export QuickTime movie.scpt
    tell application "QuickTime Player"
    activate
    try
    if not (exists movie 1) then error "No movies are open."
    stop every movie
    set the movie_name to "mytest.mov"
    if (can export movie 1 as QuickTime movie) is true then
    set the new_file to ¬
    choose file name with prompt "Enter a name:" default name movie_name
    export movie 1 to new_file as QuickTime movie using settings "set1test"
    end if
    end try
    end tell

  • QuickTime Save to Web, HTML5

    I am working with placing html5 video into a webpage. I have it working great on laptop/ netbooks, desktops etc... however i also would like it to play on iphones, ipad, ipod, android etc... I want to use an HD'ish video (ie 900x506), and i cant not get it to play on iphone because of the 900x506 size. So i did the "save for web" in quicktime and got the files it saved out so that i could use the quicktime reference movie to auto-select between an iphone compatible version and the full-size video, but it sill wont play, any idea what i am doing wrong?
    <video width="900" height="506" preload controls>
    <source src="video/Demo.mov" type="video/quicktime">
    <source src="video/Demo-desktop.m4v" type="video/mp4">
    </video>

    What version of photoshop and operating system are you using?
    What is your screen resolution set to?
    You should be able to press the Enter key on the keyboard to Save.
    Press the Esc key to Cancel

  • Quicktime save using applescript

    i have a lots of movies of various sizes and formats that I want to standardise.
    I want 720x400 size in the same format as recorded (i.e. no transcoding). I can do this manually using quicktime by re-sizing the movie then saving as a self contained movie.
    I know this does'nt actually resize the movie it just puts it into a .mov container that tells quicktime what size to "play" it at next time............
    anyhow I`m happy with this solution. And looking at the quicktime library in applescript I see there is a " save self contained" command..... cool!
    however I have coded this code:
    set infile to choose file with prompt "select file:"
    set outfile to choose file name with prompt "Save altered file here:"
    try
    tell application "QuickTime Player"
    activate
    close every window
    open infile
    set dimensions of document 1 to {720, 400}
    tell document 1
    save self contained file outfile
    end tell
    -- save document 1 given «class dfil»:file outfile, «class
    savk»:self contained
    close document 1 saving no
    end tell
    end try
    The save line that is commented in currently does nothing, I don't really understand why.
    The save line commented out, gets further by bringing up the save as window in Quicktime but i have no way of selecting save (automatically), I have tried to command a button click via the system events call (which works for other apps), but the script seems to be stalling at the save line, i.e. the button click is never executed.
    anyone got any ideas?
    cheers
    Steve

    sorry code came out wrong
    set infile to choose file with prompt "select file:"
    set outfile to choose file name with prompt "Save altered file here:"
    try
    tell application "QuickTime Player"
    activate
    close every window
    open infile
    set dimensions of document 1 to {720, 400}
    tell document 1
    save self contained file outfile
    end tell
    -- save document 1 given «class dfil»:file outfile, «class
    savk»:self contained
    close document 1 saving no
    end tell
    end try
    Message was edited by: Steven Prigg

  • Quicktime Save As available?

    I have a large number of FLV files that I want to convert to MOV. After much playing with various batch conversion programs and compressions schemes it turned out that the best way to do this was a simple Save As in Quicktime Pro (versus an Export). No change in quality and small file size was the result. I am looking to create an Automator Folder Action that will look for incoming FLV files in the Downloads folder, save as MOV in the Movies folder and then copy the original to a Converted folder.
    I don't have any problems getting the finder items (although I'm not sure it will work once I convert to a folder action), but I was shocked that something as simple as Save As was not an available action (followed by close Quicktime when you're done). I've read through a number of posts and it sounds like I could replicate using keystrokes (I tried the record actions using a mouse with nasty results) but thought I would ask if there were other suggestions.
    Thanks.

    Hi,
    I was looking for the same thing! But I don't think it's necessary to put the files in a mov container.
    Search for and download "AViTunes". Just open that in Automator and change "Filter Finder Items" to flv and save it as... FLViTunes
    Hope that helps!
    Regards

  • QuickTime save self contained with current filename?

    Is there an AppleScript variable for the current QuickTime filename? I'm working with an script written by someone else and it asks for input for the file name at the end of the script - but I want it to just use the current file name. Here's the line I'm trying to tweak:
    "save self contained document 1 in fileToSaveTo"
    ("fileToSaveTo" is the variable that gets defined via user input prior to this line.)
    I'm thinking it should be something along the lines of:
    "save self contained document 1 in current_filename"
    but I don't know the correct parameter... Thanks for any help!

    This will get you the name of the frontmost QT file
    set theName to name of front document

  • Quicktime save doubles file size!

    I'm trying to archive boxloads of HI8 tape to DVD. The imported size of the iMovie imported 2 hour tape is almost 25 gb. I figured, if I used QTPro to cut and paste video into roughly 6 segments, each would easily fit on a SL DVD. I cut all but 20 mins of video and pasted into new movie, approximating that the new file would be roughly 4+ gb. When I saved it, it was double that, almost 9gb!! As a test, I chose SAVE AS on the original 25gb videot, the SAVE AS window told me that the new SAVE AS file would be 50gb!! I'm new to all this, so I have no idea what I'm doing wrong! Any help on this, or other advice on the best way to convert these tapes to DVD would be appreciated!
    Thanks so much!

    As a test, I chose SAVE AS on the original 25gb videot, the SAVE AS window told me that the new SAVE AS file would be 50gb!! I'm new to all this, so I have no idea what I'm doing wrong!
    To some extent it is a numbers game. In an MOV file the DV audio and DV video are counted separately and added together in both the "Inspector" window and the Finder "Info" window. In the DV file container the "Inspector" window still doubles the file size but the Finder "Info" window only counts a single DV stream. If it Bothers you, either do your trimming in MPEG Streamclip (free) or, if you've already saved some files in MOV containers, then open them in MPEG Streamclip and use the "Save As..." option to re-save them but select the "DV" file container this time. When done, compare the DV file with the MOV file using the Finder "Info" window.

  • I want to edit Quicktime Favorites names...How?

    Now, with the WMV Player, I've got more and more Favorites in my Quicktime Player, but there's a problem: I can't edit Favorites names. You can do that in Real Player and Windows Media Player. Perhaps there's something I don't know, but at first sight I can get an answer. Because Quicktime saves the Favorites with random names, according to the name on the link.

    I can't see the same text as the one in your post, I see this:
    bplist00ß*   !"#$%&'()*+,-./01231567891>12AB1DEJK0MN22^_`abc221~2_$GeneralPreferenceNumberOf RecentItems_,AppleNavServices:PutFile:0:HomeDirectoryPath_%AppleNavServices:PutF ile:0:Disclosure_kMovieInfoPanelHeight_'FullscreenPreferenceBackgroundColorData_ CapturePreferenceFormatIndex_!GeneralPreferenceHighQualityVideo_(GeneralPreferen ceHideSelectionIndicators_%MetaPreferenceImportedOldPrefsVersion_&FullscreenPref erenceCaptureAllDisplays_&NSNavBrowserPreferedColumnContentWidth_#AppleNavServic es:PutFile:0:Position_AppleNavServices:PutFile:0:Size_#NavPanelPreferredColumnCo ntentWidth_QTPOpenURLPanelUserDefaultsKey_/GeneralPreferenceShowHotPicksMovieAut omatically_FullscreenPreferenceSize_QTPMovieInfoShowPanel_FullscreenPreferenceEn ableHUD_&CapturePreferenceDefaultSaveToLocation_AppleNavServices:PutFile:0:Path_ !FullscreenPreferenceSlideShowMode_QTPContentGuideWindowLocation_1NSTableView Columns NSNavOutlineColumnSettings.v1_"FullscreenPreferenceHUDFadeOutTime_7NSTableView Sort Ordering NSNavOutlineColumnSettings.v1_ApplicationCrashedAfterRelaunch_FSPresentationHUD Position_QTPFavoriteDocumentsUserDefault_-GeneralPreferencePlaySoundWhenAppInBac kground_)GeneralPreferencePauseMoviesWhenLoggedOut_AppleRecentFolders_ FullscreenPreferenceScreenNumber_NSNavLastCurrentDirectory_!NSNavPanelExpandedS izeForOpenMode_(NSWindow Frame QTMovieInfoWindowLocation_QTPRecentDocumentsUserDefault_+GeneralPreferencePlayS oundInFrontPlayerOnly_GeneralPreferenceShowEqualizer_)GeneralPreferenceAutoPlayM oviesWhenOpened_NSNavLastRootDirectory_'GeneralPreferenceOpenMoviesInNewPlayers _file://~/Desktop/A"O7typedstreamè„@„„„NSColor„„NSObject…„c„ff† U7.0.4"C:D‘ÐH0ª£:;<_0mms://delplata.telecomdatacenter.com.ar/delplata_$http://www.eitb.com/media/etbsat.asp_ ,http://www.eitb.com/media/euskadiirratia.asp _/Users/federicoantin/Desktop_-file://localhost/Users/federicoantin/Desktop/ _{{21, 189}, {525, 534}}¤FGHIONtypedstreamè„@„„„NSString„„NSObject…„+NSNavDisplayNameFileProperty †S225OJtypedstreamè„@„„„NSString„„NSObject…„+NSNavModDateFileProperty†S117¢F2 Z{297, 165}£OVYÓPQRSTUTnameWdataRef[dataRefTypeVRadioOHhttp://www.eitb.com/media/RadioEuskadi.asp?id=C&source=radio_locatorComTurl ÓPQRWXUXETB SATO%http://www.eitb.com/media/etbsat.aspÓPQRZ[U_Del Plata en vivoO1mms://delplata.telecomdatacenter.com.ar/delplata ¡B'A€o4~/Documents/Federico/Radio y television/TelevisionZ{518, 401}_100 177 350 303 0 0 1024 746 ªdghjlmqtwxÓPQRefU_voiceMail(03.03.06ernie).wavO<xor-south.park.912-sample.avi Macintosh HDÿÿÓPQRuvp_Pixar - Geri's Game.aviO Macintosh HDÀ%h’H+˜@Pixar - Geri's Game.aviôžÀI‚îÿÿÿÿ À%’ÂÀI0Pixar - Geri's Game.avi Macintosh HDÿÿÓPQRSTUÓPQRyzUUEiTBO:<a class="jive-link-external-small" href="http://">http://www2.jumptv.com/asx/sampleclips/canalvascoclip.asx [~/Documents _†µÝõ>bµÞ-Ou–ÈãûDfŠªÞ=_{Íù1Mqœ¼ê7Pz|’—ÑÓÔÕÛÜáæïñõ(O~‚ƒ¢ÒÓíòCG”˜šž©´¹ÁÍÔ  $ + 4 \ c x ¬ ® ° µ + K V ] | » Â É ù> \ a h ˆ œ £ ½ÅÌÓÙ%€

  • IPhoto Questions (including rotating movie & save locations)

    I've owned my new Macbook Pro for a little over a month now. Prior to this I have been using Linux (Red Hat, SuSE, Ubuntu, etc...) on my primary computer and MS Windows for many, many years. I am very used to the way Linux and Windows handle files including imported photos. Prior to my Macbook purchase, I was managing my iPhone and iPad with Windows 7. Please pardon my Mac OS X ignorance. I am new to this.
    Here's my hardware:
    Macbook Pro 15" Retina 512gb (mid 2014) with OS X 10.10.1
    iPhone 5s (16gb)
    iPad 4 retina (64gb)
    Now the questions... When I import photos from my iPad or iPhone into iPhoto, the photo's do not go into the "Pictures" directory unlike Windows. I did some research and apparently iPhoto stores your photos in a database similar to the way iTunes works with music. However, unlike iTunes, you cannot browse the .jpg's and .mov's in the finder, you have to open them in iPhoto to see them. This creates a problem for me in that I can't back up my photos manually anymore to an external hard drive. I have to rely solely on Time Machine. I don't like that. Also, I'd just like to be able to browse my photos in finder. I want access to the .jpg's and .mov files so that I can copy them to USB thumb drives, etc... Is there a way to import your photos from the iPhone or iPad into the "Pictures" folder on my Macbook, then into a date sub folder similar to the way Windows imports photos? This would be preferable for me because I want access to the original files in finder, not just through iPhoto. If there is an "open in finder" option in iPhoto, obviously the photos are stored in folders on the Macbook. Why can't you just browse them from finder without using iPhoto? iTunes lets you do this. Is there a setting in iPhoto that I am missing that will allow this? If not there should be one similar to the iTunes "keep iTunes media folder organized" option.
    Also, when I have to rotate a movie that is located in the iPhoto library, I know that I can click "open in finder" from iPhoto and open the .mov in Quicktime to rotate the movie. However, when saving (there's no save option, you have to close and are prompted to export) there is no option to save in the original location and rewrite the movie in iPhoto. The only option is to store in one of the browsable file folders (Movies, Pictures, Documents, etc...). Consequently, when opening iPhoto, the movie file remains in the original rotation, unchanged. How do I have Quicktime save to the original location of the movie in the iPhoto library? You can not open iPhoto Library.photolibrary from within Quicktime and browse to the folder containing the original movie. This is mind boggling to me. I suppose I could delete the original movie in iPhoto and import the rotated movie into iPhoto, but this seems like a huge waste of steps, time and is really inefficient.
    I don't like not having control over my photos. I'd like to be able to view all of them in my finder. Am I missing a preferences setting or something? Any help would be greatly appreciated.

    I don't like not having control over my photos. I'd like to be able to view all of them in my finder.
    You have far more control over your Photos with iPhoto than with the Finder. But you can simply use the Finder or any other app to manage your photos, iPhoto is not compulsory in any way. If you are going to use iPhoto then there is a conceptual leap to make, and then it begins to make sense.
    That leap is this: that Jpeg is not your Photo. That .doc file is not your novel. That .mp3 is not the song. In each case, these files are containers for the data - with characteristics attuned to the nature of the data, sure - but your data is the photo, the novel, the song. Or put another way, they're the shoebox, your data is the shoes.
    iPhoto is about the Photo and not the file. If you want to manage files by all means do, and best to use a file manager. iPhoto is for managing Photos. The best analogy I can come up with is the Contacts.app. (and like all analogies, it's limited but here goes.) The Contacts.app is a central store and repository for anything to do with your address book, emails, phone numbers. Somewhere on the HD is a file or files with all this data, but you never go there. You either use the Contacts.app or any of the many hooks built-in to the OS to access, edit, share and manipulate this data.
    Now try the same with iPhoto: iPhoto is a central store and repository for anything to do with your photos. Somewhere on the HD is a file or files with all this data, but you never go there. You either use iPhoto or any of the many hooks built-in to the OS to access, edit, share and manipulate this data. So, iPhoto replaces the file manager for anything to do with your photos, because it's about the photos and not the files.
    Coming from Windows and Linux, especially, this level of abstraction can be confusing, but that's what it is. Added to this is the level of virtualisation used in iPhoto - all edits are virtual until you export - the non-destructive editing feature can also be confusing. But that's why iPhoto can't be navigated via the Finder. Comparing it with iTunes, which has no editing, is not comparing like with like. iPhoto will always preserve your original data - the photo as shot.
    To specifics:
    For help accessing your photos in iPhoto see this user tip:
    https://discussions.apple.com/docs/DOC-4491
    This User Tip
    https://discussions.apple.com/docs/DOC-4921
    has details of the options in the Export dialogue.
    This creates a problem for me in that I can't back up my photos manually anymore to an external hard drive.
    Of course you can. Simply Export them. File -> Export. Now you can choose exactly what to export: the original, an edited version, if different qualities and different formats. But again, simply backing up a version of the photos is not really backing up your work, just the raw data. So you need to back up the Library as well.
    have to rely solely on Time Machine. I don't like that.
    No you don't.
    Most Simple Back Up:
    Drag the iPhoto Library from your Pictures Folder to another Disk. This will make a copy on that disk.
    Slightly more complex: Use an app that will do incremental back ups. This is a very good way to work. The first time you run the back up the app will make a complete copy of the Library. Thereafter it will update the back up with the changes you have made. That makes subsequent back ups much faster. Many of these apps also have scheduling capabilities: So set it up and it will do the back up automatically.
    Example of such apps: Chronosync - but there are many others. Search on MacUpdate or the App Store
    Is there a way to import your photos from the iPhone or iPad into the "Pictures" folder on my Macbook, then into a date sub folder similar to the way Windows imports photos?
    Two ways:
    1, With iPhoto you can run a Referenced Library. But I cannot urge you enough not to do this. iPhoto does not have the tools to manage this and you're only strong up grief for further down the road. It's unnecessary and only makes more work for exactly zero advantage.
    For more on iPhoto and file management see this User Tip:
    https://discussions.apple.com/docs/DOC-6361
    2. Use some other system for managing your photos. Image Capture (in the Applications Folder) will get your images from your camera/phone/whatever and put them wherever you like. Just don't use iPhoto.
    However, when saving (there's no save option, you have to close and are prompted to export) there is no option to save in the original location and rewrite the movie in iPhoto.
    Again, this has got to do with non-destructive  processing and that's why you're better importing movies to iMovie and processing them there and then exporting them to the finder, and only when you've finished them, importing them to iPhoto. (Or just not shooting video in portrait).

  • QuickTime 7.0.2 crashes Mac and creates enormous file

    Computer: Dual 2G Power Mac, OSX 10.3.9
    Initial set up: xyz.mov created with Olympus C8080 (~15 Meg file). Plays just fine with quick player.
    Edit the .mov and save it on top of the original file as self contained movie -> Quicktime freezes with beach ball rolling for ever. Any application (Finder, Terminal, ...) that tries to access the directory or sometimes even the volume where the .mov is will freeze as well. "Force Quit" clears the QuickTime window, but QT appears back on the running application list time after time. Computer will not shut down or restart from the menu commad. Only way to restart is to use the power button.
    After reboot everything seems to be about normal, except that 128 Gb!!! has disappeared from the disk, where the save was attempted. Turns out that the 15Meg file has grown to whopping 128 GB. I believe it would have grown even biger, if the hard disk size had not limited it.
    I saw one post from the past, with similar experience, but no good explanations for the behavior was proposed. Problem seems to be fully reproduceable. Any suggestions?

    Exporting seems to work with various codec options, so I will be able to continue with my project. Data rate in the original file is rather high, but still within reason, given that video is 640x480. In any case, it should not cause the described behavior.
    I think there is a serious bug in the QuickTime "Save As" functionality. QT was the first program in my Mac that has forced me to reboot by cutting the power to the computer.

  • I'm trying to import .amr or QuickTime audio files into an imovie 11 project

    My only option under Edit>import is movie, so, when I choose "movie" and locate the file on my desktop, it is not available (grayed out). How can I convert the original file [downloaded from my cell phone (.amr)] to to some form that I can use in imovie?

    gwenfromknoxville,
    I have a solution for you.  I had the same problem this morning and got creative.  Here's what I did:
    Fast iTunes Pre-prep preferences check:
    Preferences > Import Settings > Import UsingSelect "MP3 Encoder"
    Converting .amr file
    Open .amr file with regular QuickTime (or Pro version if you have it)
    In QuickTime save as "movie format" to your desktop
    Drag that new file into your iTunes
    Locate file and right click it
    Select "Convert to MP3"
    That will give you an MP3 audio file to use in iMovie or iTunes.

  • Every now and then (7 to 10 days) my 2008 iMac won't start

    Hello everybody,
    This morning again, my 2008 iMac (Mountain Lion) did not wanted to start. This is happening frequently, about every 7 to 10 days.
    The harddrive has no problem. I always restore my iMac with a Time Machine BackUp.
    Recently I upgrade my iMac with a bigger Harddisk and the problem still is there.
    What could be the source of the problem ?

    Hello again,
    here is the output after step 1 :
    Step 1 done
    iMac-24:~ AlainV4$ Boot Mode: Normal
    -bash: Boot: command not found
    iMac-24:~ AlainV4$
    iMac-24:~ AlainV4$ Pageouts: 1541 MiB
    -bash: Pageouts:: command not found
    iMac-24:~ AlainV4$
    iMac-24:~ AlainV4$ Loaded extrinsic kernel extensions:
    -bash: Loaded: command not found
    iMac-24:~ AlainV4$ com.AmbrosiaSW.AudioSupport (4.1.2)
    -bash: syntax error near unexpected token `4.1.2'
    iMac-24:~ AlainV4$ com.Cycling74.driver.Soundflower (1.5.2)
    -bash: syntax error near unexpected token `1.5.2'
    iMac-24:~ AlainV4$
    iMac-24:~ AlainV4$ Loaded extrinsic user agents:
    -bash: Loaded: command not found
    iMac-24:~ AlainV4$ com.macpaw.CleanMyMac2Helper.diskSpaceWatcher
    -bash: com.macpaw.CleanMyMac2Helper.diskSpaceWatcher: command not found
    iMac-24:~ AlainV4$ com.macpaw.CleanMyMac2Helper.trashWatcher
    -bash: com.macpaw.CleanMyMac2Helper.trashWatcher: command not found
    iMac-24:~ AlainV4$ com.macpaw.CleanMyMac2Helper.scheduledScan
    -bash: com.macpaw.CleanMyMac2Helper.scheduledScan: command not found
    iMac-24:~ AlainV4$ 2BUA8C4S2C.com.agilebits.onepassword4-helper
    -bash: 2BUA8C4S2C.com.agilebits.onepassword4-helper: command not found
    iMac-24:~ AlainV4$ com.ambrosiasw.SnapzLoginHelper
    -bash: com.ambrosiasw.SnapzLoginHelper: command not found
    iMac-24:~ AlainV4$ com.cleverfiles.SmartDaemon.MR
    -bash: com.cleverfiles.SmartDaemon.MR: command not found
    iMac-24:~ AlainV4$ com.intego.virusbarrierexpress.agent
    -bash: com.intego.virusbarrierexpress.agent: command not found
    iMac-24:~ AlainV4$ com.evernote.EvernoteHelper
    -bash: com.evernote.EvernoteHelper: command not found
    iMac-24:~ AlainV4$ com.macgeneration.macgnotifierhelper
    -bash: com.macgeneration.macgnotifierhelper: command not found
    iMac-24:~ AlainV4$ com.rosettastone.rosettastonedaemon
    -bash: com.rosettastone.rosettastonedaemon: command not found
    iMac-24:~ AlainV4$ com.intego.task.manager.notifier
    -bash: com.intego.task.manager.notifier: command not found
    iMac-24:~ AlainV4$ com.intego.netupdate.agent
    -bash: com.intego.netupdate.agent: command not found
    iMac-24:~ AlainV4$ com.smithmicro.cleaning.schedulermailer
    -bash: com.smithmicro.cleaning.schedulermailer: command not found
    iMac-24:~ AlainV4$ com.google.keystone.user.agent
    -bash: com.google.keystone.user.agent: command not found
    iMac-24:~ AlainV4$ com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae
    -bash: com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae: command not found
    iMac-24:~ AlainV4$ ca.madefresh.BodegaAgent
    -bash: ca.madefresh.BodegaAgent: command not found
    iMac-24:~ AlainV4$
    iMac-24:~ AlainV4$ Safari extensions:
    -bash: Safari: command not found
    iMac-24:~ AlainV4$ 1Password
    -bash: 1Password: command not found
    iMac-24:~ AlainV4$
    iMac-24:~ AlainV4$ Restricted user files: 1687
    -bash: Restricted: command not found
    iMac-24:~ AlainV4$
    iMac-24:~ AlainV4$ Extrinsic loadable bundles:
    -bash: Extrinsic: command not found
    iMac-24:~ AlainV4$ /System/Library/Extensions/AgfaUsbScanner.kext
    -bash: /System/Library/Extensions/AgfaUsbScanner.kext: is a directory
    iMac-24:~ AlainV4$ (com.agfa.driver.AgfaUsbScanner)
    -bash: com.agfa.driver.AgfaUsbScanner: command not found
    iMac-24:~ AlainV4$ /System/Library/Extensions/AmbrosiaAudioSupport.kext
    -bash: /System/Library/Extensions/AmbrosiaAudioSupport.kext: is a directory
    iMac-24:~ AlainV4$ (com.AmbrosiaSW.AudioSupport)
    -bash: com.AmbrosiaSW.AudioSupport: command not found
    iMac-24:~ AlainV4$ /System/Library/Extensions/Belcarra.USBLAN_netpart.kext
    -bash: /System/Library/Extensions/Belcarra.USBLAN_netpart.kext: is a directory
    iMac-24:~ AlainV4$ (com.Belcarra.iokit.USBLAN_netpart)
    -bash: com.Belcarra.iokit.USBLAN_netpart: command not found
    iMac-24:~ AlainV4$ /System/Library/Extensions/Belcarra.USBLAN_usbpart.kext
    -bash: /System/Library/Extensions/Belcarra.USBLAN_usbpart.kext: is a directory
    iMac-24:~ AlainV4$ (com.Belcarra.iokit.USBLAN_usbpart)
    -bash: com.Belcarra.iokit.USBLAN_usbpart: command not found
    iMac-24:~ AlainV4$ /System/Library/Extensions/BJUSBMP.kext
    -bash: /System/Library/Extensions/BJUSBMP.kext: is a directory
    iMac-24:~ AlainV4$ (jp.co.canon.bj.kext.BJUSBMP)
    -bash: jp.co.canon.bj.kext.BJUSBMP: command not found
    iMac-24:~ AlainV4$ /System/Library/Extensions/EyeTVAfaTechHidBlock.kext
    -bash: /System/Library/Extensions/EyeTVAfaTechHidBlock.kext: is a directory
    iMac-24:~ AlainV4$ (com.elgato.driver.DontMatchAfaTech)
    -bash: com.elgato.driver.DontMatchAfaTech: command not found
    iMac-24:~ AlainV4$ /System/Library/Extensions/EyeTVCinergy450AudioBlock.kext
    -bash: /System/Library/Extensions/EyeTVCinergy450AudioBlock.kext: is a directory
    iMac-24:~ AlainV4$ (com.elgato.driver.DontMatchCinergy450)
    -bash: com.elgato.driver.DontMatchCinergy450: command not found
    iMac-24:~ AlainV4$ /System/Library/Extensions/EyeTVCinergyXSAudioBlock.kext
    -bash: /System/Library/Extensions/EyeTVCinergyXSAudioBlock.kext: is a directory
    iMac-24:~ AlainV4$ (com.elgato.driver.DontMatchCinergyXS)
    -bash: com.elgato.driver.DontMatchCinergyXS: command not found
    iMac-24:~ AlainV4$ /System/Library/Extensions/EyeTVEmpiaAudioBlock.kext
    -bash: /System/Library/Extensions/EyeTVEmpiaAudioBlock.kext: is a directory
    iMac-24:~ AlainV4$ (com.elgato.driver.DontMatchEmpia)
    -bash: com.elgato.driver.DontMatchEmpia: command not found
    iMac-24:~ AlainV4$ /System/Library/Extensions/EyeTVVoyagerAudioBlock.kext
    -bash: /System/Library/Extensions/EyeTVVoyagerAudioBlock.kext: is a directory
    iMac-24:~ AlainV4$ (com.elgato.driver.DontMatchVoyager)
    -bash: com.elgato.driver.DontMatchVoyager: command not found
    iMac-24:~ AlainV4$ /System/Library/Extensions/HotSync Classic Seize.kext
    -bash: /System/Library/Extensions/HotSync: No such file or directory
    iMac-24:~ AlainV4$ (com.palm.ClassicNotSeizeDriver)
    -bash: com.palm.ClassicNotSeizeDriver: command not found
    iMac-24:~ AlainV4$ /System/Library/Extensions/hp_qc_io_enabler.kext
    -bash: /System/Library/Extensions/hp_qc_io_enabler.kext: is a directory
    iMac-24:~ AlainV4$ (com.hp.hpio.hp_psa530_630_io_enabler)
    -bash: com.hp.hpio.hp_psa530_630_io_enabler: command not found
    iMac-24:~ AlainV4$ /System/Library/Extensions/iavkfs.kext
    -bash: /System/Library/Extensions/iavkfs.kext: is a directory
    iMac-24:~ AlainV4$ (com.pctools.iantivirus.kfs)
    -bash: com.pctools.iantivirus.kfs: command not found
    iMac-24:~ AlainV4$ /System/Library/Extensions/IOFireWireWDHID.kext
    -bash: /System/Library/Extensions/IOFireWireWDHID.kext: is a directory
    iMac-24:~ AlainV4$ (com.wdc.driver.IOFireWireWDHID)
    -bash: com.wdc.driver.IOFireWireWDHID: command not found
    iMac-24:~ AlainV4$ /System/Library/Extensions/KeyspanUSAdriver.kext
    -bash: /System/Library/Extensions/KeyspanUSAdriver.kext: is a directory
    iMac-24:~ AlainV4$ (com.keyspan.iokit.usb.KeyspanUSAdriver)
    -bash: com.keyspan.iokit.usb.KeyspanUSAdriver: command not found
    iMac-24:~ AlainV4$ /System/Library/Extensions/RBIOKitHelper.kext
    -bash: /System/Library/Extensions/RBIOKitHelper.kext: is a directory
    iMac-24:~ AlainV4$ (com.iospirit.driver.rbiokithelper)
    -bash: com.iospirit.driver.rbiokithelper: command not found
    iMac-24:~ AlainV4$ /System/Library/Extensions/RemoteControl.USBLAN_usbpart.kext
    -bash: /System/Library/Extensions/RemoteControl.USBLAN_usbpart.kext: is a directory
    iMac-24:~ AlainV4$ (com.RemoteControl.USBLAN.usbpart)
    -bash: com.RemoteControl.USBLAN.usbpart: command not found
    iMac-24:~ AlainV4$ /System/Library/Extensions/Soundflower.kext
    -bash: /System/Library/Extensions/Soundflower.kext: is a directory
    iMac-24:~ AlainV4$ (com.Cycling74.driver.Soundflower)
    -bash: com.Cycling74.driver.Soundflower: command not found
    iMac-24:~ AlainV4$ /System/Library/Extensions/UsbEthernetGadget.kext
    -bash: /System/Library/Extensions/UsbEthernetGadget.kext: is a directory
    iMac-24:~ AlainV4$ (com.tomtom.driver.UsbEthernetGadget)
    -bash: com.tomtom.driver.UsbEthernetGadget: command not found
    iMac-24:~ AlainV4$ Library/Address Book Plug-Ins/SkypeABDialer.bundle
    -bash: Library/Address: No such file or directory
    iMac-24:~ AlainV4$ (com.skype.skypeabdialer)
    -bash: com.skype.skypeabdialer: command not found
    iMac-24:~ AlainV4$ Library/Address Book Plug-Ins/SkypeABSMS.bundle
    -bash: Library/Address: No such file or directory
    iMac-24:~ AlainV4$ (com.skype.skypeabsms)
    -bash: com.skype.skypeabsms: command not found
    iMac-24:~ AlainV4$ Library/Audio/Plug-Ins/Components/A52Codec.component
    -bash: Library/Audio/Plug-Ins/Components/A52Codec.component: is a directory
    iMac-24:~ AlainV4$ (com.shepmater.A52Codec)
    -bash: com.shepmater.A52Codec: command not found
    iMac-24:~ AlainV4$ Library/Internet Plug-Ins/Google Earth Web Plug-in.plugin
    -bash: Library/Internet: No such file or directory
    iMac-24:~ AlainV4$ (com.Google.GoogleEarthPlugin.plugin)
    -bash: com.Google.GoogleEarthPlugin.plugin: command not found
    iMac-24:~ AlainV4$ Library/PreferencePanes/CleanApp Logging Service.prefPane
    -bash: Library/PreferencePanes/CleanApp: No such file or directory
    iMac-24:~ AlainV4$ (com.syniumsoftware.CleanAppDaemon.PreferencePane)
    -bash: com.syniumsoftware.CleanAppDaemon.PreferencePane: command not found
    iMac-24:~ AlainV4$ Library/PreferencePanes/Perian.prefPane
    -bash: Library/PreferencePanes/Perian.prefPane: is a directory
    iMac-24:~ AlainV4$ (org.perian.PerianPane)
    -bash: org.perian.PerianPane: command not found
    iMac-24:~ AlainV4$ Library/Services/GraphicConverter.service
    -bash: Library/Services/GraphicConverter.service: is a directory
    iMac-24:~ AlainV4$ (com.lemkesoft.graphicconverter.GraphicConverter-Service)
    -bash: com.lemkesoft.graphicconverter.GraphicConverter-Service: command not found
    iMac-24:~ AlainV4$ Library/Services/ToastIt.service
    -bash: Library/Services/ToastIt.service: is a directory
    iMac-24:~ AlainV4$ (com.roxio.ToastItService)
    -bash: com.roxio.ToastItService: command not found
    iMac-24:~ AlainV4$ /Library/Address Book Plug-Ins/BTGoogleDirections.bundle
    -bash: /Library/Address: No such file or directory
    iMac-24:~ AlainV4$ (com.briantoth.addressbook.btgoogledirections)
    -bash: com.briantoth.addressbook.btgoogledirections: command not found
    iMac-24:~ AlainV4$ /Library/Address Book Plug-Ins/BTGoogleEarth.bundle
    -bash: /Library/Address: No such file or directory
    iMac-24:~ AlainV4$ (com.briantoth.addressbook.BTGoogleEarth)
    -bash: com.briantoth.addressbook.BTGoogleEarth: command not found
    iMac-24:~ AlainV4$ /Library/Address Book Plug-Ins/BTGoogleMaps.bundle
    -bash: /Library/Address: No such file or directory
    iMac-24:~ AlainV4$ (com.briantoth.addressbook.btgooglemaps)
    -bash: com.briantoth.addressbook.btgooglemaps: command not found
    iMac-24:~ AlainV4$ /Library/Address Book Plug-Ins/BTGooglePreferences.bundle
    -bash: /Library/Address: No such file or directory
    iMac-24:~ AlainV4$ (com.briantoth.addressbook.btgooglepreferences)
    -bash: com.briantoth.addressbook.btgooglepreferences: command not found
    iMac-24:~ AlainV4$ /Library/Audio/MIDI Drivers/EmagicUSBMIDIDriver.plugin
    -bash: /Library/Audio/MIDI: No such file or directory
    iMac-24:~ AlainV4$ (info.emagic.driver.unitor)
    -bash: info.emagic.driver.unitor: command not found
    iMac-24:~ AlainV4$ /Library/Audio/Plug-Ins/Components/A52Codec.component
    -bash: /Library/Audio/Plug-Ins/Components/A52Codec.component: is a directory
    iMac-24:~ AlainV4$ (com.shepmater.A52Codec)
    -bash: com.shepmater.A52Codec: command not found
    iMac-24:~ AlainV4$ /Library/Audio/Plug-Ins/Components/CamelCrusher.component
    -bash: /Library/Audio/Plug-Ins/Components/CamelCrusher.component: is a directory
    iMac-24:~ AlainV4$ (com.camelaudio.CamelCrusher)
    -bash: com.camelaudio.CamelCrusher: command not found
    iMac-24:~ AlainV4$ /Library/Audio/Plug-Ins/Components/CamelPhat.component
    -bash: /Library/Audio/Plug-Ins/Components/CamelPhat.component: is a directory
    iMac-24:~ AlainV4$ (com.camelaudio.CamelPhat)
    -bash: com.camelaudio.CamelPhat: command not found
    iMac-24:~ AlainV4$ /Library/Audio/Plug-Ins/Components/CamelSpace.component
    -bash: /Library/Audio/Plug-Ins/Components/CamelSpace.component: is a directory
    iMac-24:~ AlainV4$ (com.camelaudio.CamelSpace)
    -bash: com.camelaudio.CamelSpace: command not found
    iMac-24:~ AlainV4$ /Library/Audio/Plug-Ins/VST/CamelCrusher.vst
    -bash: /Library/Audio/Plug-Ins/VST/CamelCrusher.vst: is a directory
    iMac-24:~ AlainV4$ (com.camelaudio.CamelCrusher)
    -bash: com.camelaudio.CamelCrusher: command not found
    iMac-24:~ AlainV4$ /Library/Audio/Plug-Ins/VST/CamelPhat.vst
    -bash: /Library/Audio/Plug-Ins/VST/CamelPhat.vst: is a directory
    iMac-24:~ AlainV4$ (com.camelaudio.CamelPhat)
    -bash: com.camelaudio.CamelPhat: command not found
    iMac-24:~ AlainV4$ /Library/Audio/Plug-Ins/VST/CamelSpace.vst
    -bash: /Library/Audio/Plug-Ins/VST/CamelSpace.vst: is a directory
    iMac-24:~ AlainV4$ (com.camelaudio.CamelSpace)
    -bash: com.camelaudio.CamelSpace: command not found
    iMac-24:~ AlainV4$ /Library/Extensions/VBoxDrv.kext
    -bash: /Library/Extensions/VBoxDrv.kext: is a directory
    iMac-24:~ AlainV4$ (org.virtualbox.kext.VBoxDrv)
    -bash: org.virtualbox.kext.VBoxDrv: command not found
    iMac-24:~ AlainV4$ /Library/Extensions/VBoxNetAdp.kext
    -bash: /Library/Extensions/VBoxNetAdp.kext: is a directory
    iMac-24:~ AlainV4$ (org.virtualbox.kext.VBoxNetAdp)
    -bash: org.virtualbox.kext.VBoxNetAdp: command not found
    iMac-24:~ AlainV4$ /Library/Extensions/VBoxNetFlt.kext
    -bash: /Library/Extensions/VBoxNetFlt.kext: is a directory
    iMac-24:~ AlainV4$ (org.virtualbox.kext.VBoxNetFlt)
    -bash: org.virtualbox.kext.VBoxNetFlt: command not found
    iMac-24:~ AlainV4$ /Library/Extensions/VBoxUSB.kext
    -bash: /Library/Extensions/VBoxUSB.kext: is a directory
    iMac-24:~ AlainV4$ (org.virtualbox.kext.VBoxUSB)
    -bash: org.virtualbox.kext.VBoxUSB: command not found
    iMac-24:~ AlainV4$ /Library/InputManagers/1PasswdIM/1PasswdIM.bundle
    -bash: /Library/InputManagers/1PasswdIM/1PasswdIM.bundle: is a directory
    iMac-24:~ AlainV4$ (com.1passwd.InputManager)
    -bash: com.1passwd.InputManager: command not found
    iMac-24:~ AlainV4$ /Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle
    -bash: /Library/InputManagers/Smart: No such file or directory
    iMac-24:~ AlainV4$ (com.unsanity.smartcrashreports)
    -bash: com.unsanity.smartcrashreports: command not found
    iMac-24:~ AlainV4$ /Library/Intego/IntegoStatusItem.bundle
    -bash: /Library/Intego/IntegoStatusItem.bundle: is a directory
    iMac-24:~ AlainV4$ (com.intego.statusitem)
    -bash: com.intego.statusitem: command not found
    iMac-24:~ AlainV4$ /Library/Intego/netupdated.bundle
    -bash: /Library/Intego/netupdated.bundle: is a directory
    iMac-24:~ AlainV4$ (com.intego.NetUpdateDaemon)
    -bash: com.intego.NetUpdateDaemon: command not found
    iMac-24:~ AlainV4$ /Library/Intego/TaskManager/TM_Notifier.app
    -bash: /Library/Intego/TaskManager/TM_Notifier.app: is a directory
    iMac-24:~ AlainV4$ (com.intego.TM_Notifier)
    -bash: com.intego.TM_Notifier: command not found
    iMac-24:~ AlainV4$ /Library/Internet Plug-Ins/AdobePDFViewer.plugin
    -bash: /Library/Internet: No such file or directory
    iMac-24:~ AlainV4$ (com.adobe.acrobat.pdfviewer)
    -bash: com.adobe.acrobat.pdfviewer: command not found
    iMac-24:~ AlainV4$ /Library/Internet Plug-Ins/AdobePDFViewerNPAPI.plugin
    -bash: /Library/Internet: No such file or directory
    iMac-24:~ AlainV4$ (com.adobe.acrobat.pdfviewerNPAPI)
    -bash: com.adobe.acrobat.pdfviewerNPAPI: command not found
    iMac-24:~ AlainV4$ /Library/Internet Plug-Ins/Flash Player.plugin
    -bash: /Library/Internet: No such file or directory
    iMac-24:~ AlainV4$ (com.macromedia.Flash Player.plugin)
    -bash: com.macromedia.Flash: command not found
    iMac-24:~ AlainV4$ /Library/Internet Plug-Ins/Flip4Mac WMV Plugin.plugin
    -bash: /Library/Internet: No such file or directory
    iMac-24:~ AlainV4$ (net.telestream.wmv.plugin)
    -bash: net.telestream.wmv.plugin: command not found
    iMac-24:~ AlainV4$ /Library/Internet Plug-Ins/Flip4Mac WMV Plugin.webplugin
    -bash: /Library/Internet: No such file or directory
    iMac-24:~ AlainV4$ (net.telestream.wmv.webplugin)
    -bash: net.telestream.wmv.webplugin: command not found
    iMac-24:~ AlainV4$ /Library/Internet Plug-Ins/GarminGpsControl.plugin
    -bash: /Library/Internet: No such file or directory
    iMac-24:~ AlainV4$ (com.garmin.GarminGpsControl)
    -bash: com.garmin.GarminGpsControl: command not found
    iMac-24:~ AlainV4$ /Library/Internet Plug-Ins/Google Earth Web Plug-in.plugin
    -bash: /Library/Internet: No such file or directory
    iMac-24:~ AlainV4$ (com.Google.GoogleEarthPlugin.plugin)
    -bash: com.Google.GoogleEarthPlugin.plugin: command not found
    iMac-24:~ AlainV4$ /Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin
    -bash: /Library/Internet: No such file or directory
    iMac-24:~ AlainV4$ (com.microsoft.sharepoint.browserplugin)
    -bash: com.microsoft.sharepoint.browserplugin: command not found
    iMac-24:~ AlainV4$ /Library/Internet Plug-Ins/SharePointWebKitPlugin.webplugin
    -bash: /Library/Internet: No such file or directory
    iMac-24:~ AlainV4$ (com.microsoft.sharepoint.webkitplugin)
    -bash: com.microsoft.sharepoint.webkitplugin: command not found
    iMac-24:~ AlainV4$ /Library/Internet Plug-Ins/Silverlight.plugin
    -bash: /Library/Internet: No such file or directory
    iMac-24:~ AlainV4$ (com.microsoft.SilverlightPlugin)
    -bash: com.microsoft.SilverlightPlugin: command not found
    iMac-24:~ AlainV4$ /Library/PreferencePanes/Flash Player.prefPane
    -bash: /Library/PreferencePanes/Flash: No such file or directory
    iMac-24:~ AlainV4$ (com.adobe.flashplayerpreferences)
    -bash: com.adobe.flashplayerpreferences: command not found
    iMac-24:~ AlainV4$ /Library/PreferencePanes/Flip4Mac WMV.prefPane
    -bash: /Library/PreferencePanes/Flip4Mac: No such file or directory
    iMac-24:~ AlainV4$ (net.telestream.wmv.prefpane)
    -bash: net.telestream.wmv.prefpane: command not found
    iMac-24:~ AlainV4$ /Library/QuickLook/QuickLookEyeTV.qlgenerator
    -bash: /Library/QuickLook/QuickLookEyeTV.qlgenerator: is a directory
    iMac-24:~ AlainV4$ (com.elgato.eyetv.quicklookgenerator)
    -bash: com.elgato.eyetv.quicklookgenerator: command not found
    iMac-24:~ AlainV4$ /Library/QuickTime/DivX Decoder.component
    -bash: /Library/QuickTime/DivX: No such file or directory
    iMac-24:~ AlainV4$ (com.DivXInc.DivXDecoder)
    -bash: com.DivXInc.DivXDecoder: command not found
    iMac-24:~ AlainV4$ /Library/QuickTime/Elgato Turbo.component
    -bash: /Library/QuickTime/Elgato: No such file or directory
    iMac-24:~ AlainV4$ (com.elgato.Turbo.component)
    -bash: com.elgato.Turbo.component: command not found
    iMac-24:~ AlainV4$ /Library/QuickTime/EyeTV MPEG Support.component
    -bash: /Library/QuickTime/EyeTV: No such file or directory
    iMac-24:~ AlainV4$ (com.elgato.mpegsupport)
    -bash: com.elgato.mpegsupport: command not found
    iMac-24:~ AlainV4$ /Library/QuickTime/Flip4Mac WMV Advanced.component
    -bash: /Library/QuickTime/Flip4Mac: No such file or directory
    iMac-24:~ AlainV4$ (net.telestream.wmv.advanced)
    -bash: net.telestream.wmv.advanced: command not found
    iMac-24:~ AlainV4$ /Library/QuickTime/Flip4Mac WMV Export.component
    -bash: /Library/QuickTime/Flip4Mac: No such file or directory
    iMac-24:~ AlainV4$ (net.telestream.wmv.export)
    -bash: net.telestream.wmv.export: command not found
    iMac-24:~ AlainV4$ /Library/QuickTime/Flip4Mac WMV Import.component
    -bash: /Library/QuickTime/Flip4Mac: No such file or directory
    iMac-24:~ AlainV4$ (net.telestream.wmv.import)
    -bash: net.telestream.wmv.import: command not found
    iMac-24:~ AlainV4$ /Library/QuickTime/Save as AVI.component
    -bash: /Library/QuickTime/Save: No such file or directory
    iMac-24:~ AlainV4$ (com.squared5.SaveAsAVI)
    -bash: com.squared5.SaveAsAVI: command not found
    iMac-24:~ AlainV4$ /Library/ScriptingAdditions/IOFinderInjector.osax
    -bash: /Library/ScriptingAdditions/IOFinderInjector.osax: is a directory
    iMac-24:~ AlainV4$ (com.onecomfinder.injector)
    -bash: com.onecomfinder.injector: command not found
    iMac-24:~ AlainV4$ /Library/Services/VirusBarrier X5 Service.service
    -bash: /Library/Services/VirusBarrier: No such file or directory
    iMac-24:~ AlainV4$ (com.intego.VirusBarrier_X5_Service)
    -bash: com.intego.VirusBarrier_X5_Service: command not found
    iMac-24:~ AlainV4$ /Library/Spotlight/LogicPro.mdimporter
    -bash: /Library/Spotlight/LogicPro.mdimporter: is a directory
    iMac-24:~ AlainV4$ (File Doesn't Exist, Will Create: /Library/Spotlight/LogicPro.mdimporter/Contents/Info.plist)
    >
    > Unsigned shared libraries:
    > /usr/lib/libcurl.4.dylib (vom alten Mac)
    > /usr/local/lib/audacity/libmp3lame.dylib
    > /usr/local/lib/beidqt/plugins/imageformats/libbeidjpeg.dylib
    > /usr/local/lib/beidqt/QtCore
    > /usr/local/lib/beidqt/QtGui
    > /usr/local/lib/libbeid.2.7.4.dylib
    > /usr/local/lib/libbeidcardlayer.4.0.4.dylib
    > /usr/local/lib/libbeidcommon.1.0.0.dylib
    > /usr/local/lib/libbeidcommon.4.0.4.dylib
    > /usr/local/lib/libbeiddialogsQT.4.0.4.dylib
    > /usr/local/lib/libbeidgui.1.5.0.dylib
    > /usr/local/lib/libbeidlibjni.2.7.2.dylib
    > /usr/local/lib/libbeidlibopensc.2.2.0.dylib
    > /usr/local/lib/libbeidlibopenscinternal.2.2.0.dylib
    > /usr/local/lib/libbeidpkcs11.4.0.4.dylib
    > /usr/local/lib/libdmtx.0.dylib
    > /usr/local/lib/libexif.12.dylib
    > /usr/local/lib/libexpat.1.5.2.dylib
    > /usr/local/lib/libgdal.1.dylib
    > /usr/local/lib/libjasper.1.0.0.dylib
    > /usr/local/lib/libjpeg.8.dylib
    > /usr/local/lib/libproj.0.6.6.dylib
    > /usr/local/lib/libqt-mt.3.3.8.dylib
    > /usr/local/lib/libxerces-c-3.1.dylib
    > /usr/local/lib/libxerces-c.28.0.dylib
    > /usr/local/lib/siscardplugins/libsiscardplugin1__ACS__.dylib
    >
    > Font problems: 55
    >
    > Library/LaunchAgents:
    > ca.madefresh.BodegaAgent.plist
    > com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae.plist
    > com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.6DED349E-CE0B-44A9-89C8-2F C4F0FCC147.plist
    > com.apple.FolderActions.enabled.plist
    > com.apple.FolderActions.folders.plist
    > com.google.keystone.agent.plist
    > com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist
    > com.macpaw.CleanMyMac2Helper.scheduledScan.plist
    > com.macpaw.CleanMyMac2Helper.trashWatcher.plist
    > com.smithmicro.cleaning.schedulermailer.plist
    > ws.agile.1PasswordAgent.plist
    >
    > /Library/LaunchAgents:
    > com.intego.netupdate.agent.plist
    > com.intego.task.manager.notifier.plist
    > com.rosettastone.rosettastonedaemon.plist
    >
    > /Library/LaunchDaemons:
    > com.adobe.fpsaud.plist
    > com.ambrosiasw.ambrosiaaudiosupporthelper.daemon.plist
    > com.apple.aelwriter.plist
    > com.apple.qmaster.qmasterd.plist
    > com.intego.commonservices.daemon.plist
    > com.intego.task.manager.daemon.plist
    > com.macpaw.CleanMyMac2.Agent.plist
    > com.microsoft.office.licensing.helper.plist
    > com.noiseindustries.FxFactory.helper.plist
    > com.noiseindustries.FxFactory.plist
    > com.smithmicro.schedulerdaemon.plist
    > com.syniumsoftware.CleanAppDaemon.plist
    > org.opensc.pcscd.autostart.plist
    >
    > /Library/PrivilegedHelperTools:
    > NetUpdateAgent.app
    > com.macpaw.CleanMyMac2.Agent
    > com.microsoft.office.licensing.helper
    > com.noiseindustries.FxFactory
    > com.noiseindustries.FxFactory.helper
    >
    > /Library/StartupItems:
    > ProTec6
    >
    and this is what came out after step 2 :
    iMac-24:~ AlainV4$
    iMac-24:~ AlainV4$ Loaded extrinsic daemons:
    -bash: Loaded: command not found
    iMac-24:~ AlainV4$ com.ambrosiasw.snapz.image-exporter
    -bash: com.ambrosiasw.snapz.image-exporter: command not found
    iMac-24:~ AlainV4$ com.ambrosiasw.registration-helper
    -bash: com.ambrosiasw.registration-helper: command not found
    iMac-24:~ AlainV4$ org.opensc.pcscd.autostart
    -bash: org.opensc.pcscd.autostart: command not found
    iMac-24:~ AlainV4$ com.syniumsoftware.CleanAppDaemon
    -bash: com.syniumsoftware.CleanAppDaemon: command not found
    iMac-24:~ AlainV4$ com.smithmicro.schedulerdaemon
    -bash: com.smithmicro.schedulerdaemon: command not found
    iMac-24:~ AlainV4$ com.noiseindustries.FxFactory
    -bash: com.noiseindustries.FxFactory: command not found
    iMac-24:~ AlainV4$ com.noiseindustries.FxFactory.helper
    -bash: com.noiseindustries.FxFactory.helper: command not found
    iMac-24:~ AlainV4$ com.microsoft.office.licensing.helper
    -bash: com.microsoft.office.licensing.helper: command not found
    iMac-24:~ AlainV4$ com.macpaw.CleanMyMac2.Agent
    -bash: com.macpaw.CleanMyMac2.Agent: command not found
    iMac-24:~ AlainV4$ com.intego.task.manager.daemon
    -bash: com.intego.task.manager.daemon: command not found
    iMac-24:~ AlainV4$ com.intego.commonservices.daemon
    -bash: com.intego.commonservices.daemon: command not found
    iMac-24:~ AlainV4$ com.ambrosiasw.ambrosiaaudiosupporthelper.daemon
    -bash: com.ambrosiasw.ambrosiaaudiosupporthelper.daemon: command not found
    iMac-24:~ AlainV4$ com.adobe.fpsaud
    -bash: com.adobe.fpsaud: command not found
    iMac-24:~ AlainV4$
    iMac-24:~ AlainV4$ Log check:
    -bash: Log: command not found
    iMac-24:~ AlainV4$ Dec 23 10:23:47  kernel[0] <Debug>: BootCache: could not terminate cache, timed out with 1 caller in BC_strategy
    -bash: Debug: No such file or directory
    iMac-24:~ AlainV4$ Dec 23 12:07:06  kernel[0] <Debug>: (default pager): [KERNEL]: Switching ON Emergency paging segment
    -bash: syntax error near unexpected token `('
    iMac-24:~ AlainV4$ Dec 23 12:07:07  kernel[0] <Debug>: (default pager): [KERNEL]: Failed to recover emergency paging segment
    -bash: syntax error near unexpected token `('
    iMac-24:~ AlainV4$ Dec 25 02:19:17  kernel[0] <Debug>: AFP_VFS afpfs_DoReconnectfentlicher Ordnerime: 30 secs, Connect timeout: 15 secs for /Volumes/Myriams öf
    -bash: Debug: No such file or directory
    iMac-24:~ AlainV4$ Dec 27 09:33:30  kernel[0] <Debug>: BootCache: could not terminate cache, timed out with 1 caller in BC_strategy
    -bash: Debug: No such file or directory
    iMac-24:~ AlainV4$
    I hope I understood well what you meant.

Maybe you are looking for

  • Why does a 4x6 photo try to print in 81/2 x 11?

    HP Deskjet F4580 (wireless)   Windows 7 64-bit upgraded from HP Photosmart Essentials 3.5?  to HP Photo Creations When I tried to print a 4"x6" photo, it looked like HP Photo Creations was trying to print on an 81/2" x 11" sheet of paper.  I tried it

  • Is there a complete list of gestures anywhere?

    Gestures are mentioned in the User Guide, but I would like to find a complete list. For example, what is the difference between a swipe and a flick. And what is a long tap? Is that the same as touch and hold?

  • 4G LTE active with Wi-Fi connected

    Hello, In my past experience, when Wi-Fi is connected to an active network, 4G LTE greys out or disappears and becomes inactive until needed for things like visual voicemail and MMS. On my G3 it seems that LTE will stay on and even have some activity

  • Printer Built-in fonts in java

    Hello, I'm using Imaje 2000 Series Printer, when opening a new microsoft word document I can see some built in fonts specific to that printer like Imaje Arial, Imaje Times New Roman B, etc... I found out when printing with one of these fonts, the pri

  • Override values do not rollup to parent

    I'm getting some confusing results. i have an account for which i have overrides values. The children work nicely, the problem is that the parent does not add the override amounts, it calcs it own value based on the current exchange rate. Is that the