Categories
Apple Software Windows

Fraps to iMovie

How to successfully import a movie recorded using Fraps into iMovie;

  1. Get Fraps, record whatever you want
  2. Get XviD4PSP (freeware) & install
  3. Import your avi files recorded using Fraps into XviD4PSP (drag & drop)
  4. Pick the encoding you want on the left. x264 q21 DXVA-SD-Insane seemed to be an acceptable quality.
  5. Click enqueue (and repeat 3->5 for multiple files)
  6. Click encode
  7. … wait …
  8. This will create .mp4 files; transfer those to your Mac
  9. Open iMovie, File -> Import -> Movies -> select the mp4 files
  10. … wait … A couple of hours
  11. Your movie should now be in iMovie, and you should be able to edit it
  12. Edit whatever you want to edit, share and export and have fun.

A little hint, if your video is cropped (parts cut off), click your movie sequence -> on the left corner of your sequence a little “gear” will appear -> Cropping & Rotation -> in your right display window click “fit” to make it full size.

Took me quite some time before I managed to do it, but hey, now I know… 😉

Categories
Apple Software

EyeTV + ffmpegX = iMovie

EyeTV is a cool application that let’s you watch TV on your Mac. I happen to have the “lite” version, because it was significantly cheaper than the other version.

The cool thing is, you can easily record films or TV episodes with it, but with this version, there is no way to export it to a iMovie project, or to play the recording in a QuickTime based application.

When recording, it creates a folder “Live Recording – $date $time.eyetv”. And when double clicking it, it will open EyeTV.

Now if you would go into that folder (rather than opening it), for example with Terminal, you would see four files.

1
2
3
4
5
6
7
Nazgul:Desktop yeri$ cd Live\ Recording\ -\ 31-01-2008\ 21_54.eyetv/
Nazgul:Live Recording - 31-01-2008 21_54.eyetv yeri$ ls -ls
total 1515968173
6 -rw-r--r--  1 yeri  yeri     886080 Jan 31 22:08 000000000d526cf1.eyetvi
8 -rw-r--r--  1 yeri  yeri       1137 Jan 31 22:08 000000000d526cf1.eyetvp
8 -rw-r--r--  1 yeri  yeri       1950 Jan 31 23:48 000000000d526cf1.eyetvr
1514216 -rw-r--r--  1 yeri  yeri  775275716 Jan 31 22:08 000000000d526cf1.mpg

The only important file is the .mpg file. You can open it with QuickTime, but you won’t have any sound.

To move your .mpg file to, e.g., your Movies directory, use (change $You with your username):

1
Nazgul:Live Recording - 21_54.eyetv yeri$ mv *.mpg /Users/$You/Movies/

The only player that plays the file correctly is VLC. No way to import it in iMovie, edit it, or share it. But, have no fear, there’s a workaround using ffmpegX. Download and install it (follow the instructions on the website, you’ll need to install 3 extra binaries too).

When installed, open the program, import the .mpg file, and export it to, for example, a .mov (-mpeg4) file.

ffmpegX

Converting might take a while.

All you then have to do, is to import it in iMovie.

iMovie

Follow the steps on the screen. iMovie will ask you a few things, and then you’ll be ready to edit your recording!

With iMovie ’08, you can even directly share your records on YouTube, cool stuff!

iMovie