Post subject: FCEU Movie Files on Linux
Joined: 2/9/2010
Posts: 3
I have FCEU for Linux (Ubuntu), and I'm able to save movies and load movies in FCEU. The problem is, I want to convert the movies to AVIs, but I can't figure out where the actual FCM files are. Does anyone know where the movies are saved by default? Thanks.
Joined: 7/2/2007
Posts: 3960
FCM files are just lists of inputs at each frame of gameplay. They don't have video or audio encoded in them. What you'll need to do is capture the video and audio generated by the emulator while the movie is being played. I know the Windows version of FCEUX has a built-in facility for doing AVI capture. I don't know about the Linux version, though. If it does it'll be triggered by some commandline option.
Pyrel - an open-source rewrite of the Angband roguelike game in Python.
Player (36)
Joined: 9/11/2004
Posts: 2624
~/.fceux/movie
Build a man a fire, warm him for a day, Set a man on fire, warm him for the rest of his life.
Joined: 2/9/2010
Posts: 3
Thanks OmnipotentEntity, but I just have FCEU, not FCEUX. I had FCEUX and I could access the movie files in the directory you mentioned, but I wasn't able to configure the controls properly with FCEUX. Is there a similar directory where FCEU movies are saved?
Player (36)
Joined: 9/11/2004
Posts: 2624
~/.fceultra/fcm
Build a man a fire, warm him for a day, Set a man on fire, warm him for the rest of his life.
Joined: 2/9/2010
Posts: 3
Thanks so much! I found the movie files in the ~/.fceultra/fcs directory.