.Avi in my video library

I finally buyed iLife 08 and I'm a bit disapointed.. My Action Cam (Oregon Action Cam 2k) makes videos in .avi. Now I wanted to import older videos and it doesn't work..!
What can I do? cause this is the only camera to make movies like I like to do and i really want to do movies with the new iMovie!

You can use iSquint to convert all your old vids to mp4. If you really want to keep using that camera, iSquint can convert the .avi for you just by dragging it and dropping it on to the app. Other than that I don't think you are going to find a way in iMovie08 to import .avi.
http://isquint.com/

Similar Messages

  • I'm using Windows 8.  I have 2 folders in my videos library - movies and personal videos.  When I try to import a movie into iTunes, it puts it in the Home Video section and if I import a personal video, it puts it into the home video section.  what up?

    Im using Win8.  I originally had all my ripped movies in a movie folder listed in the videos library.  This imported into iTunes movies with no issue.  I later added a second folder t my library - personal videos where i put all my home videos.  I was able to import this into iTunes and it showed up in "Home Movies" - very cool and exactly what I wanted.  Now, if I add a new ripped movie and put it in my movie librairy and try to import it into iTunes, it places it in Home Movies.  And if I put a new personal video, it will also import into iTunes under 'Home Video?.  What is going on here??  Any help would be greatly appreciated - it seems like this is a bug in iTunes 11.

    I thank you for the response.  Apple does some assinine things sometimes and this is one of them.  Ask the planet the difference between a movie and a home video and with the exception of Apple, you'd get 100% consenus on the what difference is.  A home video is something that I shoot, like my kids birthday party.  A movie is something I urchased either via download or a DVD that I ripped.  Unbelievable!   The fact that Apple has chosen not to distinguish based upon which folder I tell it is Movies and which folder is Home Videos is really hard to fathom - sounds like something Windows would do. I find it funny that in my iTunes movies sub-section of the movies section, the movie icons have a cloud icon in upper right corner to distinguish it as bought from Apple iTunes versus no cloud icon for movies that I have ripped - so the distintion was already made and clearly visible.  Now - everything just defaults to "home videos" if I try to import a new ripped DVD - why even bother to have this distinction on the iTunes bar?  WOW!
    As for your direction, I do not understand what you are telling me - what Media Kind and what Options tab are you referring to?  I see no Options tab in iTunes.  Right licking on the movie icon does not yield media kind or options as well.  Gping to the source file does not yield these options either.
    Thanks again for your help.
    Clay

  • How do I transfer an old camera video that is on my old iPod  to my video library on my computer?

    How do I transfer an old camera video that is on my old iPod  to my video library on my computer?
    gsacraft

    I tried to go to my computer and open iPod device and it shows me only one item.  cannot find video from opening iPod from my computer.  If I open iTunes, it does not drop the video into my computer video folder.  unfortunately, things are still at a standstill. sorry 

  • I have installed the LATEST VERSION of itunes in my windows and i bought the new ipad with retina display ,i had moved music into the ipad from my windows through the itunes but I DONT KNOW HOW TO MOVE THE VIDEOS IN MY VIDEOS LIBRARY OF MY COMPUTER TO MY

    i have installed the LATEST VERSION of itunes in my windows and i bought the new ipad with retina display ,i had moved music into the ipad from my windows through the itunes but I DONT KNOW HOW TO MOVE THE VIDEOS IN MY VIDEOS LIBRARY OF MY COMPUTER TO MY

    Close your iTunes,
    Go to command Prompt -
    (Win 7/Vista) - START/ALL PROGRAMS/ACCESSORIES, right mouse click "Command Prompt", choose "Run as Administrator".
    (Win XP SP2 n above) - START/ALL PROGRAMS/ACCESSORIES/Command Prompt
    In the "Command Prompt" screen, type in
    netsh winsock reset
    Hit "ENTER" key
    Restart your computer.
    If you do get a prompt after restart windows to remap LSP, just click NO.
    Now launch your iTunes and see if it is working now.
    If you are still having these type of problems after trying the winsock reset, refer to this article to identify which software in your system is inserting LSP:
    Apple software on Windows: May see performance issues and blank iTunes Store
    http://support.apple.com/kb/TS4123?viewlocale=en_US

  • Adobe Video Library no longer accessible

    I'm using CS3 Design Premium, and after I recently upgraded to Mac OS 10.5.5 on my Mac Pro, I was no longer able to access the Adobe Video Library/Lynda.com training videos. I haven't tried it from other CS3 apps, but from InDesign when I click on Help, go to a topic, and click on a video link, it comes up and the progress bar appears to "progress," but nothing happens when I go to actually play it. I can't even click on the "background" window showing all the applications and lists of videos for each one. That becomes all grayed out.
    Does anyone have an idea of what might be happening and how to fix the situation?? I'd appreciate any suggestions.
    Terry

    Because Adobe uses Flash technology for all its videos, I'd reinstall the Flash Player. Here's a link to the latest version:
    http://www.versiontracker.com/dyn/moreinfo/macosx/11622

  • Rsync used STRICTLY for "photos and video" library back-up

    Hi,
    I'm hoping to get some guidance from some experienced users of rsync.
    I'm new to rsync, but have been learning about it.   I'm also new to Terminal.
    .....**For full system back-ups, I use CCC (Carbon Copy Cloner)....clean and simple.**
    However, for my large "photo & video library" (over 1 TB on an external drive), I found that CCC, while essentially doing the same as rsync, seems to take MUCH longer.  Rsync, on the other hand, is very fast.
    This leads me to FIVE questions.
    Q1:  Is this because CCC (which uses the rsync command, albeit modified), is doing a check-sum or sometime else behind the scenes?
    Also, looking through the various command lines that other contributors have suggested when using rsync, I am a little confused as to which optional commands are necessary for a PURELY "photo and video" library.
    For the optional commands, I think the ones that are a MUST for me are:
    -a  - "archive" rsync, includes ownership info and extended attributes extremely useful for moving large volumes of data and keeping AD/OD/POSIX permissions intact
    -v - "verbose" gives the user more information on the rsync display
    -x - prevents crossing filesystem boundaries
    -t   - preserves modified time
    --delete  
    This tells rsync to delete any files on the receiving side that aren't on the sending side. Files that are excluded from transfer are excluded from being deleted 
    ....Optionally, I could add the following to view the progress:
    --stats
    This tells rsync to print a verbose set of statistics on the file transfer, allowing you to tell how effective the rsync algorithm is for your data.
    Q2:  Is there anything else I should be adding?
    Q3:  Also, I saw that one contributor used "bash" at the start of the command line.  Is this necessary for my specific purpose?
    Q4:  Snow Leopard comes with rsync version 2.6.9 version 29.   I know that version 3.1.0 is already out, but this would require an installation step (possibly using come Terminal commands, or something like "MacPort"), then adding patches, and perhaps some steps that I haven't mentioned.  Is version 3.1.0 really necessary, and in what way?  Much faster?  Better Integrity of the back-up?  Other?  (o.k., that was more than one question) 
    Q5:  Is there a command to preserve the "CREATED" time of the photo?  Is this taken care of by the " -a " or the " -t "?
    Thanks,
    Sam

    sling74 wrote:
    sling74 wrote:
    Hi Tony,
    Thanks for your quick reply.  
    A few other questions:
    1.     What is the -N command for?  I could not see it on the rsync.samba.org website.
    2.     My friend does not have CCC.  She's also using Snow Leopard 10.6.8.  What are the steps to properly install the newest version of rsync?
    3.    For myself, what would be the disadvantage of using CCC directly rather than accessing it via Terminal?  When running CCC, what are the default commands being used?
    Thanks,
    Sam
    Hi Tony,
    Thanks for your quick reply.  
    A few other questions:
    1.     What is the -N command for?  I could not see it on the rsync.samba.org website.
    That's added with the crtimes patch:
         -N, --crtimes               preserve create times (newness)
    2.     My friend does not have CCC.  She's also using Snow Leopard 10.6.8.  What are the steps to properly install the newest version of rsync?
    Here's what I do:
    1. Download and unarchive rsync and its patches
        a. Move patches directory to rsync-3.1.0
        b. cd rsync-3.1.0
    2. Apply patches relevant to preserving Mac OS X metadata
           patch -p1 <patches/fileflags.diff
           patch -p1 <patches/crtimes.diff
    3. Apply patch relevant to preserving Mac OS X hfs+compression
          patch -p1 <patches/hfs-compression.diff
    4. Configure, make, install
            ./prepare-source
            ./configure
            make
            sudo make install
    5. Verify your installation
          rsync --version
    By default, rsync will be installed in /usr/local/bin.
    If that isn't in your path, you will need to call
    your new version of rsync by its absolute
    path in /usr/local/bin (you will most likely need to do this
    and --version will verify that you have the right version)
    (from: Configuring Mac OS X for Unattended Backup Using rsync and updated for hfs+compression patch)
    3.    For myself, what would be the disadvantage of using CCC directly rather than accessing it via Terminal?  When running CCC, what are the default commands being used?
    No disadvantages that I'm aware of. 
    I'm not sure what defaults that Mike is using now, but most of the the flags that I use and posted are from the link above from Mike a few years ago.

  • Please help "pull videos from Video library & play in my app"

    Hi ,
    Q1:I put videos in my ipad video library using itunes.I have it so the videos are pulled from the video library, once I click on the video it opens just not in my app  but in the video library.
    How do I get the videos to play on my app? not open and play in the video library?
    Q2: When I place the videos in the ipads photo library it works but then I have a problem, The videos can be shared/emailed..I don't want the videos to be taken when the ipad is passed around to others. I could go this route if somehow I can encrypt the videos or keep them from being taken... any suggestions?
    Note:
    We are using NSURL class refrence...everything has to be local.. also this is for private use not going on app store
    This has been stomping everyone, any suggestions are greatly appriciated

    This may or may not work, but is worth a try.
    Select the clip in the trash. Then click on the Gear box in the top area of the trash. See if it gives you the option to "Put Back". If so, that should do it.
    If not, you still may be able to drag the clip back to the Event that it came from. Then restart iMovie.

  • The video library is empty in iMovie on iOS after update to iCloud photo library

    I updated to iCloud photo library and all of my photos and videos are now in the cloud instead of my iDevice. When I open iMovie in iDevice, the photo/video library is empty. How can I use my videos in projects?

    iCloud photo library will be introduced as beta in an iOS 8 update scheduled for October.  Read under "Pricing & Availability" here: http://www.apple.com/pr/library/2014/09/09Apple-Announces-iOS-8-Available-Septem ber-17.html.

  • Creating a video library

    I am creating a video library of approximately 100 video
    clips - suggestions or thoughts from anyone who has done this
    before and the best way to do it, and best file format? I am
    leaning towards wmv simply because that is how the videos are now -
    and using a database to pull the file name for each link.
    It needs to be designed where it will fit in a fixed size
    player that users can resize.
    Thanks!

    oh yeah one more question - any suggestions or links to
    something that could automate this - i.e. a javascript or extension
    - where I wouldn't have to do much coding . . . yes lazy I
    know!

  • Creating a Video "Library" in Pr

    Hi,
    Recently I have decided to make the switch from Final Cut Pro X to premiere pro. This switch is mainly due to the cool dynamic link features in premiere.
    I generally edit video mashups/compilations as backdrop visuals for DJs. Some of my videos include clips from over 80 different sources. I'm currently using Final Cut Pro X to do all the editing and now feel I have outgrown it a bit. When I'm editing in FCPX I use my events and key tags as a means of organizing a wide variety of clips. What I like about this system is it allows me to bring in any of my key tagged clips into a current project. In an Ideal world I would have this same type of “library” of clips to pull from in premiere.
    So my two question are:
    1. Is there a way to easily access clips (including metadata)  from previous projects in premiere  so that I can add them to a current project?
    2. Do you have any advice about organizing a massive video library like this?
    As an important side note all of the videos I sample are by permission or a commercial Creative Commons license.
    I would love to hear a professional opinion on this, Thanks for the help!

    oh yeah one more question - any suggestions or links to
    something that could automate this - i.e. a javascript or extension
    - where I wouldn't have to do much coding . . . yes lazy I
    know!

  • Why wont my video library Load?

    Since updating to latest IOS 4.3.5 and Itunes 10.4, when I try to open my video library, the screen goes white for a while then back to home screen, I have Ipod tough 64GB 3rd  Gen with 142 video files, it used to work fine. I've taken some of the most recent videos off after the update but still the same problem any ideas?

    try resetting your settings:
    settings > general > reset > reset all settings

  • How to add my video library to iPad g3 from MacBook Pro?

    How to add my video library to iPad g3 from MacBook Pro?

    What sort of videos are they, and what app do you want to sync them to ? If they were taken with your camera and they are in a format supported by the iPad, then you could sync them to the Photos app - with the iPad connected and selected on the left-hand side of your computer's iTunes, you can use the Photos tab on the right-hand side of iTunes to sync photos and videos (there is an 'include videos' tickbox on that tab) to the Photos app.
    Or you can sync them to the Videos app. If you can add them to your iTunes library (File > Add To Library) you can then use Movies tab (instead of the Photos tab) to sync them to the Videos app. If you can add them to your library but they don't sync over because they aren't in a supported format then try doing Advanced > Create iPad Version and then try syncing those versions.

  • IPad 2 playing of all music videos in the folder is not possible. You can play a music video (all purchased from iTunes) but once is finished you have to manually select another one. This defeats the whole concept of having a music video library

    How could we play all music videos within the music folder in the iPad2 ? In other words, select all, choose random, and click play and all music videos will automatically play upon completion of the one been viewed without the user having to deselect another video manually (annoying interrupt).
    Currently you have to choose each music video and upon completion choose the next one manually. That defeats the whole concept of a music video library.
    This does not happen on previous iPad or MacBook Pro iTunes!!!!!
    Very annoying.
    Thanks,
    WMR

    You can try leaving feedback : http://www.apple.com/feedback/ipad.html

  • Can  I re-install imovie without loosing video library?

    Currently I can only import 3 video clips at a time. Any more than this, freezes the entire computer. I re-installed imovie on a different drive just to test the results of a fresh install. I was able to import a large number of clips without any problems, on the drive with the new install. This tells me that a new install should fix my current problem.
    The question is, how do I do it without loosing my current iMovie video library?

    Well, quit iMovie, trashed the playlist and relaunched. There were two; com.apple.iMovie7.plist, and com.apple.iMovie.plist. I attempted to import a dozen clips, and the computer froze as before.
    The clips I'm importing were originally dragged from the cameras hard drive to a desk top folder, because my iMovie06 didn't recognize the Sonny HDD camera, so at the advice of Sonny, I saved the files from the camera to the desktop folder, so I could deal with the files later, and not loose them completely.
    I then installed iMovie08, and attempted to import the MPEG2 files from the desk top. They were grayed out, so I couldn't import them. I then dragged the files back to the camera hard drive and attempted to import them. This is when this particular problem started. I have a feeling that iMovie just doesn't like these MPEG2 movie files after being dragged to the desk top and back to the camera again for import.
    The three at a time import method, though irritating, is a work around to this problem, I discovered.
    So I guess when I'm through importing these "problem files", in three's, I'll try "reseting the app. again as you suggested, and see if I can import the MPEG2 files directly from the camera, as it's meant to be done.

  • Problem trying to log on to my video library system

    hello.
    i am trying to log on to the video library system that i just developed. the LogOn program works to a certain extent (the appropriate programs are shown below). when i try to log onto my system time. a JOptionPane.ERROR_MESSAGE message appears on screen. when i press OK inside the message, the message disappears but the same one appears again. i press OK again + the JOptionPane messages stop appearing again. when i press ok after entering my login details in the text + password fields, a main menu (either an administrator menu or a user menu) should be displayed on screen. what should i do to make this problem go away?
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.border.*;
    public class HomeEntertainment extends JPanel implements ActionListener{
       private JTabbedPane jtp = new JTabbedPane();
       private JPanel cP1 = new JPanel();
       private JPanel cP2 = new JPanel();
       private JPanel cP3 = new JPanel();
       private JPanel bP1 = new JPanel();
       private JPanel bP2 = new JPanel();
       private JPanel bP3 = new JPanel();
       private JButton jbAdministratorLogOn = new JButton("Log On");
       private JButton jbNewUserRegister = new JButton("Register");
       private JButton jbExistingUserLogOn = new JButton("Log On");
       private JButton jbAdministratorExitTheSystem = new JButton("Exit the system");
       private JButton jbNewUserExitTheSystem = new JButton("Exit the system");
       private JButton jbExistingUserExitTheSystem = new JButton("Exit the system");
       public HomeEntertainment(){
          cP1.setLayout(new BorderLayout());
          cP2.setLayout(new BorderLayout());
          cP3.setLayout(new BorderLayout());
          bP1.setBorder(new TitledBorder("Make a choice"));
          bP2.setBorder(new TitledBorder("Make a choice"));
          bP3.setBorder(new TitledBorder("Make a choice"));
          bP1.add(jbAdministratorLogOn);
          bP2.add(jbNewUserRegister);
          bP3.add(jbExistingUserLogOn);
          bP1.add(jbAdministratorExitTheSystem);
          bP2.add(jbNewUserExitTheSystem);
          bP3.add(jbExistingUserExitTheSystem);
          cP1.add(bP1, BorderLayout.SOUTH);
          cP2.add(bP2, BorderLayout.SOUTH);
          cP3.add(bP3, BorderLayout.SOUTH);
          jtp.addTab("Administrator", cP1);
          jtp.addTab("New User", cP2);
          jtp.addTab("Existing User", cP3);
          JFrame jf = new JFrame("Home Entertainment");          
          jf.getContentPane().add(jtp, BorderLayout.CENTER);
          jf.setSize(500, 500);
          jf.setVisible(true);
          jbAdministratorLogOn.addActionListener(this);
          jbNewUserRegister.addActionListener(this);
          jbExistingUserLogOn.addActionListener(this);
          jbAdministratorExitTheSystem.addActionListener(this);
          jbNewUserExitTheSystem.addActionListener(this);
          jbExistingUserExitTheSystem.addActionListener(this);
       public void actionPerformed(ActionEvent e){
          if(e.getSource() == jbAdministratorLogOn){
             LogOn logOn = new LogOn();
             logOn.setVisible(true);
          if(e.getSource() == jbNewUserRegister){
             RegistrationForm r = new RegistrationForm();
             r.setVisible(true);
          if(e.getSource() == jbExistingUserLogOn){
             LogOn logOn = new LogOn();
             logOn.setVisible(true);
          if(e.getSource() == jbAdministratorExitTheSystem){
             System.exit(0);
          if(e.getSource() == jbNewUserExitTheSystem){
             System.exit(0);
          if(e.getSource() == jbExistingUserExitTheSystem){
             System.exit(0);
       public static void main(String[] args){
          new HomeEntertainment();
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class LogOn extends JFrame{
       JPanel pnlBody, pnlFooter;
       JLabel unLabel = new JLabel("Username: ");
       JLabel pwLabel = new JLabel("Password: ");
       JTextField jtfUN = new JTextField(20);
       JPasswordField jtfPW = new JPasswordField(20);
       JButton jbOK = new JButton("OK");
       JButton jbCancel = new JButton("Cancel");
       Container contentpane;
       public LogOn(){
          super("Welcome to Home Entertainment");
          contentpane = getContentPane();
          contentpane.setLayout(new BorderLayout());
          pnlBody = new JPanel();
          pnlFooter = new JPanel();
          pnlBody.add(unLabel);
          pnlBody.add(jtfUN);
          pnlBody.add(pwLabel);
          pnlBody.add(jtfPW);
          pnlFooter.add(jbOK);
          pnlFooter.add(jbCancel);
          contentpane.add(pnlBody,BorderLayout.NORTH);
          contentpane.add(pnlFooter,BorderLayout.CENTER);
          pack();
          setVisible(true);
          jbOK.addActionListener(new ActionListener(){
             public void actionPerformed(ActionEvent e){
                String username;
                String password;
                String[] userUsernameArray = {"Ann Smyth", "John Murphy"};
                String[] userPasswordArray = {"1", "2"};
                String[] adminUsernameArray = {"Administrator"};
                String[] adminPasswordArray = {"0"};
                username = jtfUN.getText().trim();
                password = new String(jtfPW.getPassword());
                if(username.equals(userUsernameArray) && password.equals(userPasswordArray)){
                   setVisible(false);     
                   UserMainMenu umm = new UserMainMenu();
                   umm.setVisible(true);
                else{
                     JOptionPane.showMessageDialog(null, "Error\n\nYou have entered an incorrect username and/or password\nPlease try again", null, JOptionPane.ERROR_MESSAGE);
                if(username.equals(adminUsernameArray) && password.equals(adminPasswordArray)){
                   setVisible(false);     
                   AdminMainMenu amm = new AdminMainMenu();
                   amm.setVisible(true);
                else{
                     JOptionPane.showMessageDialog(null, "Error\n\nYou have entered an incorrect username and/or password\nPlease try again", null, JOptionPane.ERROR_MESSAGE);
          jbCancel.addActionListener(new ActionListener(){
             public void actionPerformed(ActionEvent e){
                setVisible(false);
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class AdminMainMenu extends JFrame{
       JPanel pnlBody;
       JButton btnOrderSystem = new JButton("Order System");
       JButton btnMaintenance = new JButton("Maintenance");
       JButton btnAdminLogOff = new JButton("Log Off");
       Container contentpane;
       public AdminMainMenu(){
          super("Main Menu");
          contentpane = getContentPane();
          contentpane.setLayout(new BorderLayout());
          pnlBody = new JPanel();
          pnlBody.add(btnOrderSystem);
          pnlBody.add(btnMaintenance);
          pnlBody.add(btnAdminLogOff);
          contentpane.add(pnlBody,BorderLayout.CENTER);
          pack();
          setVisible(true);
          btnOrderSystem.addActionListener(new ActionListener(){
             public void actionPerformed(ActionEvent e){
                setVisible(false);  
                //OrderSystem os = new OrderSystem();
                //os.setVisible(true);    
          btnMaintenance.addActionListener(new ActionListener(){
             public void actionPerformed(ActionEvent e){
                setVisible(false);  
                //Maintenance m = new Maintenance();
                //m.setVisible(true);    
          btnAdminLogOff.addActionListener(new ActionListener(){
             public void actionPerformed(ActionEvent e){
                int result;
                result = JOptionPane.showConfirmDialog(null, "Are you sure you want to log off?", null, JOptionPane.YES_NO_OPTION, JOptionPane.QUESTION_MESSAGE);
                if(result == JOptionPane.YES_OPTION){
                   setVisible(false);
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class UserMainMenu extends JFrame{
       JPanel pnlBody;
       JButton btnUserProductMenu = new JButton("Product Menu");
       JButton btnUserMemberMenu = new JButton("Member Menu");
       JButton btnUserRentalMenu = new JButton("Rental Menu");
       JButton btnUserLogOff = new JButton("Log Off");
       Container contentpane;
       public UserMainMenu(){
          super("Main Menu");
          contentpane = getContentPane();
          contentpane.setLayout(new BorderLayout());
          pnlBody = new JPanel();
          pnlBody.add(btnUserProductMenu);
          pnlBody.add(btnUserMemberMenu);
          pnlBody.add(btnUserRentalMenu);
          pnlBody.add(btnUserLogOff);
          contentpane.add(pnlBody,BorderLayout.CENTER);
          pack();
          setVisible(true);
          btnUserProductMenu.addActionListener(new ActionListener(){
             public void actionPerformed(ActionEvent e){
                setVisible(false); 
                //UserProductMenu upm = new UserProductMenu();
                //upm.setVisible(true);    
          btnUserMemberMenu.addActionListener(new ActionListener(){
             public void actionPerformed(ActionEvent e){
                setVisible(false); 
                //UserMemberMenu umm = new UserMemberMenu();
                //umm.setVisible(true);  
          btnUserRentalMenu.addActionListener(new ActionListener(){
             public void actionPerformed(ActionEvent e){
                setVisible(false); 
                //UserRentalMenu urm = new UserRentalMenu();
                //urm.setVisible(true);  
          btnUserLogOff.addActionListener(new ActionListener(){
             public void actionPerformed(ActionEvent e){
                int result;
                result = JOptionPane.showConfirmDialog(null, "Are you sure you want to log off?", null, JOptionPane.YES_NO_OPTION, JOptionPane.QUESTION_MESSAGE);
                if(result == JOptionPane.YES_OPTION){
                   setVisible(false);
    }

    See my answer in your other posting on this topic.
    Please don't start new threads on the same problem; if you have new information (or a better code sample), just continue in the original thread.

Maybe you are looking for