Post subject: running smv videos under linux
Joined: 7/26/2008
Posts: 3
Hey guys. I want to watch some of the speedruns from tasvideos.org The problem is that i have no idea how to open the *.smv video files under linux. are the any linux users here who can tell me how it works? i would appreciate it a lot. :)
Post subject: Re: running smv videos under linux
Editor, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
Just a hunch, but have you tried reading the FAQ?
Former player
Joined: 12/5/2007
Posts: 716
Follow the section "Acquiring and compiling Snes9x 1.43" from this page. After you've entered the directory snes9x, type something like
./snes9x -autodemo /path/to/your.smv /path/to/the/rom.smc
/edit: I've gotten way too slow :/ Alternatively you can also download the encoded runs via bittorrent and watch them with mplayer or vlc.
Joined: 7/26/2008
Posts: 3
thx for your answers do i also have to do the video conversion stuff if i just wanna watch the video via snes9x? i already installed snes9x version 1.43 on my system (and deleted 1.51). i think i got the right rom version because of the "checksum ok". here is what i did:
snes9x a.smv a.smc
Rate: 22050, Buffer size: 2048, 16-bit: yes, Stereo: yes, Encoded: no
Found ROM file header (and ignored it).
"CHRONO TRIGGER" [checksum ok] HiROM, 32Mbits, Type: ROM+RAM+BAT, Mode: 21, TV: NTSC, S-RAM: 8KB, ROMId: ACTE Company: C3 CRC32: 2D206BF7
but it still just runs the game instead of running the video.
Joined: 7/26/2008
Posts: 3
hmm, i did something wrong during my first attempt. i compiled version 1.43 again. the problem is, that now the binary file isn't even capable of playing a normal rom with "snes9x a.smc". is it normal, that the patched version of snes9x can't start normal roms?
Former player
Joined: 12/5/2007
Posts: 716
You forgot to put the "-autodemo" parameter in front of the .smv file.