How to Install PSP Movie Converter PSPVC on Ubuntu
Posted on: Oct-03-2007 08:08:53 PM by Stevan Ljuljdurovic
This will be a quick tutorial on how to install a PSP Movie Converter for linux. A few days ago I installed this and had a bit of trouble getting all the details on how to do it properly. So to make it easy for everyone here is what you do:
Note: I do not take any responsibility if you damage your system in any way, use instructions at your own risk
Click here to go to the website and download the file, its the one with install in the name and get the latest version.
Get the libraries that you need! What you need to do is go to your terminal and type:
"sudo apt-get install LIBRARY_NAME" replace LIBRARY_NAME with these libraries * nasm * libfaac * libxvidcore * liba52 * gtk+2.0 * Don't include the star, its only there to separate the library names. Do one at a time, this way you will know where your problem is if something doesn't work.
Now take that package you downloaded earlier and extract it to a folder in your Home directory. If you know how to use the command line a bit you can extract it wherever you want, but if not, then just follow the instructions.
After it has been extracted, open a terminal and type "cd /home/USERNAME/pspvc-install-0.3"
This will navigate you to a the folder you extracted your content in. The current version is 0.3, if it is upgraded then just upgrade the version in that last bit of code. now that you are in the directory type "ls". This will show you a list of whats in that folder. You should see install.sh.
If you have got here without problems then be happy because your almost done. To install it now simply type "sudo sh install.sh"
This might take a couple minutes to finish but that should be it. Hope this helped some people and I appreciate any comments or website suggestions.
Related Information:
Comments
snake Posted on: 2007-10-08 23:22:20
hey, stevan, is that spam u deleted urself or by the website itself?
Stevan Ljuljdurovic Posted on: 2007-10-08 23:53:20
If any spam gets by my amazing 2+3 filter, then I delete it myself.
snake Posted on: 2007-10-10 09:44:03
haha, good job
Matthew Barrett Posted on: 2007-10-11 05:00:04
Thanks. I had been looking around everywhere for this. :)
Stevan Ljuljdurovic Posted on: 2007-10-13 16:07:22
No problem Matt :) I wish I had this when I was installing it to haha.
Tauno Toikka Posted on: 2008-04-23 15:49:35
Hi. I have a broblem. I got this kind error message when I dryed to install this PSP Movie Converter:
ERROR: XviD not found
If you think configure made a mistake, make sure you are using the latest
version from SVN. If the latest version fails, report the problem to the
ffmpeg-devel@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.err" produced by configure as this will help
solving the problem.
ERROR during configure FFMPEG
Can U help? Why XviD not found?
DMR Posted on: 2008-07-07 18:33:51
You need to install the dev files as well.
\"sudo apt-get install nasm libfaac-dev libxvidcore-dev libgtk2.0-dev liba52-dev\"
Nick L Posted on: 2009-01-21 21:42:49
I get the errors "E: Couldn't find package libfaac"
and "E: Couldn't find package liba52"
and "E: Couldn't find package gtk+2.0"
Umm... do I need to add extra repositories?
wapa Posted on: 2009-01-27 21:17:57
This isn't as good as the last tutorial on this I found. But I can't seem to find the url again, but it's helpful enough, thanks.
Xaver Posted on: 2009-11-04 09:46:13
Hello Guys
First of all thank u very much but it seem i got a problem. Ok i am very new to linux + ubuntu and stuff but i done everything right step by step no error and stuff but after the whole installation i cant FIND the app. i look in applications >> sound/video and everywhere also in home folder i just cant find it maybe someone can help me. Thx alot
wolverineinrage Posted on: 2009-12-17 05:03:22
I get the errors "E: Couldn't find package libfaac" and "E: Couldn't find package liba52" and "E: Couldn't find package gtk+2.0", what do i need to do to fix this?
thx
Post a comment!