unyttig.INFO Your source to not so useless information

23Apr/0919

It works! Mkv2Vob in Linux

After a long time of trying to find a solution on how to play .mkv(x.264) on my PS3 when I'm running GNU/Linux on my main computer, Ive finally stumbled upon the solution. As many already know, for Windows there's already an application called mkv2vob and earlier it didn't seem to want to work well on GNU/Linux when run under wine. So the temporary solution has been to either dual-boot with Windows or run a virtual Windows through VirtualBox/VMserver or do the conversion by hand in CLI.

Now however its possible to run mkv2vob through wine following these few easy steps:

  1. Install the latest version of Wine
  2. Open terminal: wget http://www.kegel.com/wine/winetricks
  3. sh winetricks vb6run wsh56
  4. wget http://www.3r1c.eu/mkv2vob/mkv2vob.exe
  5. wine mkv2vob.exe INSTALLDIR="C:\\mkv2vob"
  6. Your all set, enjoy!

Source: http://www.mkv2vob.com/showthread.php?tid=27&page=1 (registration may be required)

  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • DZone
  • Reddit
  • Slashdot
  • StumbleUpon
  • Twitter
  • LinkedIn
  • RSS

Related posts:

  1. Worms for linux? Hedgewars!
  2. Which GNU/Linux distribution should i choose?
  3. Linksys WRT160NL – Official dd-wrt support
Comments (19) Trackbacks (2)
  1. This works great, thanks!

    In step 3 I had to do “sh winetricks vb6run wsh56″ but other than that, perfect.

    • If you “chmod +x winetricks” you make it runnable, then you can do ./wineticks.
      Even better, make it runnable and move it to /usr/bin/ then you can just type “winetricks” any time you need it.

  2. Awsome thanks, I too needed the sh for winetricks, Now I don’t have to re-boot into windows!

  3. I don’t know what version of wine you guys are using but mine didn’t work until I downloaded MSVBVM60.dll and extracted it too .wine/windows/system32 and ran wine mk2vob.exe

    just thought i would put this out there in case anyone else is having the same issues

  4. It worked for me as well,except the following:
    1.Do chmod +x winetricks
    2.Don’t forget to change the filename if you are using a newer EXE.

    That’s it.

  5. That’s fantastic. Been trying for ages. Thanks very much.

  6. I just bought a NAS (QNAP TS-219). I want to use this stuff on my nas, but unfortunately it goed wrong at step 3: sh winetricks vb6run wsh56. I receive an error about line 26 missing wine….?

    I don’t know a lot about linux, I am just a guy who uses the things I can find on internet. Hopefully somebody can help me with this issue…???

    kind regards,
    Richard

    • Hi there, the error you’re getting is because wine isn’t installed on your NAS. I am however uncertain about Qnap functions, and if its even possible to install wine on it. I suggest you ask around on the official Qnap forum about this. If its not possible to install wine, you will need to use some other type of converting. It might be possible to run PMS (Playstation Media Server) which can transcode the files on-the-fly when watching on a PS3, but if you aren’t planning on using a PS3 that wont work either.

  7. Martin! Thanks for the comment. Adding the DLL file to the proper location indeed allowed MKV2VOB to run in wine for me on Fedora 11.

  8. Hell yes! Works like a charm! Thanks very much.

  9. Excellent got it working, really impressed got sick of rebooting back into Windows

  10. Hooray, still works! Thanks :)


Leave a comment