User Name

Password


4GB Pandora Battery Kit $39.99

 
Forums
-
General Announcements
-Introduce Yourself
-
PSP News
-PVP's Archives
PSP Mod's and Hacks
-
Hardware
-
Firmware
-
PSP Custom Firmware
-
Sony PSP Homebrew
-
PSP General
-
PSP Emulation
-
PSP Wireless
PSP Games
-
PSP Games
-
PSP Game Reviews
-PSP Homebrew Rev
Entertainment
-
Other Consoles
-
Movies/Music On PSP
-
Movie/Music Reviews
-
Digital Art
-
PSP Scams
-PSPMOD Youtube
-PSP Demos
 
Recommended Sites
- Free PSP Demos

- PSP Hacks

- Pandora Battery
-
PSP Videos

- Buy Pandora Battery
- PSP Wallpapers
- Naruto for psp
- PSP Wallpapers

- PSP Downloads

- PSP Themes

- PSP Firmware

- PSP Video

- PSP News
 

Reply
 
Thread Tools Display Modes
Old Windows to Linux Common Software Guide. 10-28-2007, 02:27 AM   #16 (permalink)
Canada2113
Senior Member
PSP Elite Hacker
 
Join Date: Jul 2007
Location: South Eastern PA
Posts: 2,376
Firmware Installed: 371m33-4

Default Windows to Linux Common Software Guide.

anyone know of something like pspvideo9? i need to convert flv's to mp4. I know ffmpeg will do it, but i hate the command line.

Edit:
I found pspvc-0.3 but it wont install. it says to run ./install [/usr/local] but i get the message that ./install doesnt exist
__________________

Last edited by Canada2113 : 10-28-2007 at 03:30 AM.
Canada2113 is offline  
Reply With Quote
Old Windows to Linux Common Software Guide. 10-29-2007, 01:22 PM   #17 (permalink)
kmc77
Member
PSP User
 
Join Date: Apr 2007
Posts: 39

Default Windows to Linux Common Software Guide.

Which distro. and DM are you using. I wrote a script (don't worry, it has a GUI) that I use. I'd be happy to get you a copy.
kmc77 is offline  
Reply With Quote
Old Windows to Linux Common Software Guide. 10-29-2007, 07:01 PM   #18 (permalink)
Canada2113
Senior Member
PSP Elite Hacker
 
Join Date: Jul 2007
Location: South Eastern PA
Posts: 2,376
Firmware Installed: 371m33-4

Default Windows to Linux Common Software Guide.

Im running Ubuntu Gusty. Gnome 2.20. Cant stand KDE its too cluttered.
__________________
Canada2113 is offline  
Reply With Quote
Old Windows to Linux Common Software Guide. 10-30-2007, 12:30 AM   #19 (permalink)
kmc77
Member
PSP User
 
Join Date: Apr 2007
Posts: 39

Default Windows to Linux Common Software Guide.

Quote:
Originally Posted by Canada2113 View Post
Im running Ubuntu Gusty. Gnome 2.20. Cant stand KDE its too cluttered.
Good, I'm running 7.04 / Gnome myself, so every thing should be good. Make sure that you have ffmpeg installed (the actual encoder), Mplayer installed (my code uses it to determine video length), and Zentiy installed (the GUI portion of my code uses this). All 3 can be installed with "apt-get install". Then just run the script using "sh" or edit the script properties to make it executable, and just double click it. Down load it HERE. Please excuse the crappy website. I'm in the process of finishing a better one. Feel free to PM me if you have any trouble.
kmc77 is offline  
Reply With Quote
Old Windows to Linux Common Software Guide. 10-30-2007, 01:45 AM   #20 (permalink)
Canada2113
Senior Member
PSP Elite Hacker
 
Join Date: Jul 2007
Location: South Eastern PA
Posts: 2,376
Firmware Installed: 371m33-4

Default Windows to Linux Common Software Guide.

How does one recompile ffmpeg with xvid support? I have the newest ffmpeg package installed as well as everything else you said. Maybe im just linux-tarded...
__________________
Canada2113 is offline  
Reply With Quote
Old Windows to Linux Common Software Guide. 10-30-2007, 03:07 AM   #21 (permalink)
kmc77
Member
PSP User
 
Join Date: Apr 2007
Posts: 39

Default Windows to Linux Common Software Guide.

Quote:
Originally Posted by Canada2113 View Post
How does one recompile ffmpeg with xvid support? I have the newest ffmpeg package installed as well as everything else you said. Maybe im just linux-tarded...
Uninstall ffmpeg and do:
Code:
sudo apt-get build-dep ffmpeg
sudo apt-get install ffmpeg
sudo apt-get install liblame-dev libfaad2-dev libfaac-dev libxvidcore4-dev liba52-0.7.4 liba52-0.7.4-dev libx264-dev
That should compile with xvid support
kmc77 is offline  
Reply With Quote
Old Windows to Linux Common Software Guide. 10-30-2007, 03:17 AM   #22 (permalink)
Canada2113
Senior Member
PSP Elite Hacker
 
Join Date: Jul 2007
Location: South Eastern PA
Posts: 2,376
Firmware Installed: 371m33-4

Default Windows to Linux Common Software Guide.

lol, sorry im being a pain in the ass, but this is what i get:

steven@steven-desktop:~$ sudo apt-get build-dep ffmpeg
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to find a source package for ffmpeg
steven@steven-desktop:~$

I really not trying to make this difficult, i just suck at linux.
__________________
Canada2113 is offline  
Reply With Quote
Old Windows to Linux Common Software Guide. 10-30-2007, 04:42 AM   #23 (permalink)
kmc77
Member
PSP User
 
Join Date: Apr 2007
Posts: 39

Default Windows to Linux Common Software Guide.

Quote:
Originally Posted by Canada2113 View Post
lol, sorry im being a pain in the ass, but this is what i get:

steven@steven-desktop:~$ sudo apt-get build-dep ffmpeg
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to find a source package for ffmpeg
steven@steven-desktop:~$

I really not trying to make this difficult, i just suck at linux.
Not a problem. This is what forums are for.

Have you added the Non-free repositories yet? (Non-free doesn't mean that they cost anything, it is just how they refer to codecs and libraries that they can't include in an install because they might step on some toes. MP3, xvid, etc.)

If you haven't, go to: System > Administration > Software sources. Click on the "third-party software" tab and check the medibuntu.org (non-free) box. I'm pretty sure that the ffmpeg packages will be in that one. If that doesn't work then we'll have to manually add some repositories.

Note - This will probably be my last post for the night. Time for bed.
kmc77 is offline  
Reply With Quote
Old Windows to Linux Common Software Guide. 10-30-2007, 12:38 PM   #24 (permalink)
Canada2113
Senior Member
PSP Elite Hacker
 
Join Date: Jul 2007
Location: South Eastern PA
Posts: 2,376
Firmware Installed: 371m33-4

Default Windows to Linux Common Software Guide.

i dont have the medibuntu option in my third party list, but im sure i can find what they are and add them manually before you read this so ill go ahead and do that. Thanks for the help, i really appreciate it.
__________________
Canada2113 is offline  
Reply With Quote
Old Windows to Linux Common Software Guide. 03-12-2009, 10:54 PM   #25 (permalink)
x.x.x.m
Junior Member
 
Join Date: Mar 2009
Posts: 1

Red face Windows to Linux Common Software Guide.

Cool Hts Greet
x.x.x.m is offline  
Reply With Quote
Old Windows to Linux Common Software Guide. 03-30-2009, 12:15 AM   #26 (permalink)
TR1X
Senior Member
I Modded My PSP
 
TR1X's Avatar
 
Join Date: Apr 2008
Location: No where you need to know.
Posts: 381
Firmware Installed: 5.00m33-6
Send a message via AIM to TR1X Send a message via Skype™ to TR1X
Default Windows to Linux Common Software Guide.

Just use google
__________________
My Gaming Blog

March 29th 09' = My 300th Post

My Baby
TR1X is offline  
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT. The time now is 02:23 PM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.0.0 RC8