Main > Free Download Search >

Free dvd to psp converters software for linux

dvd to psp converters

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 628
PSP Video Converter 0.1

PSP Video Converter 0.1


PSP Video Converter project is a simple graphical frontend to ffmpeg to allow you to easily convert your videos to PSP format. more>>
PSP Video Converter project is a simple graphical frontend to ffmpeg to allow you to easily convert your videos to PSP compatibile format. Works for me, thought I may share.

Note: Created with Kommander 1.3, not sure if it works with earlier Kommander.

Note: There is no error checking for now, so make sure you have a working ffmpeg with necessary codecs installed.

Note: Looks like some PSPs cant open h264 videos encoded with ffmpeg.

<<less
Download (0.033MB)
Added: 2007-01-22 License: GPL (GNU General Public License) Price:
704 downloads
MS Word to plaintext converter 0.1

MS Word to plaintext converter 0.1


MS Word to plaintext converter is a service menue easily converts MS Word documents to plain text files. more>>
MS Word to plaintext converter is a service menue easily converts MS Word documents to plain text files. The generated text file is named *.doc.txt.

I hope it is as useful for you as it is for me.

<<less
Download (MB)
Added: 2006-04-26 License: GPL (GNU General Public License) Price:
1283 downloads
RTF to HTML convertor 3.6

RTF to HTML convertor 3.6


The RTF to HTML convertor converts RTF files to HTML file. more>>
The RTF to HTML convertor converts RTF files (in Windows-1250 encoding) to HTML file (in ISO-8859-2 encoding).
Main features:
- Bullets
- Superscript and subscript look bad in html document.
- Subscript is transformed to number. Superscript is transformed to "[number]".
- Text: bold, italic and underline
- Footnotes
- Alignments: left, center and right. "Justify" alignment
- looks bad - program use left alignment. Centered text is greater.
- Tables
- Links: text "aaa@bbb.cz" and "http://www.aaaaaa.cz" convert
- to html links.
- Unicode: Commentary with the character
- name is added to the non ISO Latin2 characters. The program htm2htm will
- convert html with commentaries to the unicode.
- Rtf commands sa and sb.
- (sa>0) or (sb>0) New paragraph - "p" html command
- (sa=0) and (sb=0) New paragraph (left aligned text) "< br >"
Enhancements:
- Processing was fixed in the RTF commands "fldinst", "fldrslt", "plain", "bkmkstart", and "bkmend".
<<less
Download (0.041MB)
Added: 2005-11-01 License: GPL (GNU General Public License) Price:
1456 downloads
Tamil Converters 2.7.1

Tamil Converters 2.7.1


Tamil Converters is a package containing five programs that convert Tamil text from ISCII to Unicode. more>>
Tamil Converters is a package containing five programs that convert Tamil text from ISCII to Unicode, Unicode to ISCII, ITRANS to ISCII, ITRANS to ISCII, and TSCII to Unicode.
All five programs provide fairly extensive checking of their input for errors and untranslatable codes. The ITRANS used is, by default, extended to include codes for the Tamil digits and to include HZ escapes (as defined in RFC 1843) that delimit the Tamil portion.
This allows processing of mixed Tamil and ASCII text. The extensions and use of HZ escapes can be disabled by command-line switches.
Enhancements:
- Several programs inadvertently omitted from the previous version of the package are now included.
- Several errors in the Makefile have been fixed.
<<less
Download (0.096MB)
Added: 2007-05-28 License: GPL (GNU General Public License) Price:
902 downloads
Capacitor Converter 1.0

Capacitor Converter 1.0


Capacitor Converter is an extension which converts capacitor values. more>>
Capacitor Converter is an extension which converts capacitor values.

Easy to use capacitor converter. Converts between pF, nF and uF in a flash. For those of you who didnt know you can make the toolbar disappear.

Just right-click(Windows) or ctrl+click(one button Macs) beside the address bar and select Capacitor Converter to make it disappear.

<<less
Download (0.002MB)
Added: 2007-04-12 License: MPL (Mozilla Public License) Price:
603 downloads
Sound Converter 0.9.7

Sound Converter 0.9.7


Sound Converter can convert sound files to other formats. more>>
Sound Converter project can convert sound files to other formats.

A simple sound converter application for the GNOME environment. It reads anything the GStreamer library can read, and writes WAV, FLAC, MP3, and Ogg Vorbis files.

<<less
Download (0.036MB)
Added: 2007-08-01 License: GPL v3 Price:
538 downloads
Html To Xhtml Convertor 0.7.7

Html To Xhtml Convertor 0.7.7


Html to Xhtml Convertor is a straight-forward Perl script to convert HTML pages into XHTML pages. more>>
Html to Xhtml Convertor is a straight-forward Perl script to convert HTML pages into XHTML pages.
It can process batches of files, convert Windows/Unix/Mac line breaks, and deal with attribute minimization, quoting of attribute values, and more.
Installation:
To install, simply run the following command as root: make install
Alternatively, simply move the htx file to wherever you would like. The command above installs it to /usr/local/bin/
Usage:
Use the following command to get usage information after installing:
htx --help
or if the htx file is in the current directory, try:
./htx --help
Example use:
htx --dos --verbose index.html index2.html
That will take a file with DOS line breaks, index.html, convert it
to XHTML as best it can and save the result as index2.html
Version restrictions:
- oes not check for closing < /p >, < /li > or other block-level tags.
- Assumes there are no < or > which are not part of tags, use < and >
- Does not distingish between block and inline tags.
Enhancements:
- Added the --tty option to dump output to STDOUT rather than a file
- Added detection of old ICRA data
- Improved handling of single quoted attribute values
- Removed updating of Pico version
- Fixed a typo with the years in the Changelog file
- Did a couple of very minor internal changes
<<less
Download (0.010MB)
Added: 2005-08-06 License: GPL (GNU General Public License) Price:
1543 downloads
ISO - DAX - CSO Converter 1.08

ISO - DAX - CSO Converter 1.08


ISO - DAX - CSO Converter is simple Kommander script for converting PSP UMD backups between three file formats ISO DAX and CSO. more>>
ISO - DAX - CSO Converter is simple Kommander script for converting PSP UMD backups between three file formats ISO DAX and CSO.
Script depends on:
Kommander
ciso v1.01
daxcr v0.3
kommander is part of kdewebdev3 packet
To compile ciso and daxcr gcc and zlib-devel packet must be installed.
Source for ciso is part of devhook SDK 0.46.0000 file is called dh046_SDK.rar and it can be found on various PSP forums and sites.
To compile ciso:
Extract source to some folder
in Konsole type:
gcc -o ciso ciso.c -lz
ciso will be created warnings are OK if there is no errors
to make ciso executable type:
chmod a+x ciso
copy ciso to path eg. "/usr/local/bin"
Source for daxcr is part of DAX ZISO loader and it can be found at http://dax.psp-tuts.net/DAXZISO_062.zip
To compile daxcr:
Extract source to some folder
in Konsole type:
make
daxcr will be created warnings are OK if there is no errors to make daxcr executable type:
chmod a+x daxcr
copy daxcr to path eg. "/usr/local/bin"
Enhancements:
- modification to POPStation part of GUI to support
- new Copstation v.2.21
- Rename POPstation to Copstation
- support for ISO extraction from EBOOT.PBP
<<less
Download (0.047MB)
Added: 2007-02-04 License: GPL (GNU General Public License) Price:
17852 downloads
Java Units Generator and Converter 0.1

Java Units Generator and Converter 0.1


Java Units Generator and Converter (JUGC) is a Java tool and library for converting between measuring units. more>>
Java Units Generator and Converter (JUGC) is a Java tool and library for converting between measuring units.
It makes it possible to define units, their relationships and translations in files, to generate code from those definitions and deploy the generated code as a library in a Java project.
The generated code can then be used to convert values from one unit to another.
Enhancements:
- This initial version does the basic conversions using double precision floating point.
<<less
Download (0.010MB)
Added: 2007-01-12 License: BSD License Price:
1015 downloads
PerlPoint::Converters 1.0205

PerlPoint::Converters 1.0205


PerlPoint::Converters is a Perl module that contains a README and common functions for PerlPoint converters. more>>
PerlPoint::Converters is a Perl module that contains a README and common functions for PerlPoint converters.

PerlPoint is a simple text format which allows easy typing of text with headlines, bullet lists, normal text paragraphs, indented paragraphs for code examples etc., from which slides for presentations can be generated by a script without the need of proprietary software.

Since there is a large variety of platforms which provide web browsers, HTML is a good choice for the output format. In principle, however, it is possible to generate each output format whose specification is known. At the moment there exist converters for HTML, LaTeX (alpha software) and SDF. The latter both may be used to generate printable output or to provide the basis for further processing.

<<less
Download (0.45MB)
Added: 2007-01-11 License: Perl Artistic License Price:
1016 downloads
Multimedia Converter 1.5

Multimedia Converter 1.5


Multimedia Converter project provides graphical environment to take full advantage some of the possibilities the ffmpeg & MPlaye more>>
Multimedia Converter project provides graphical environment to take full advantage some of the possibilities the ffmpeg and MPlayer.

So help to Convert between different media formats.

<<less
Download (0.30MB)
Added: 2007-07-01 License: GPL (GNU General Public License) Price:
894 downloads
DVD BacKup Express 5

DVD BacKup Express 5


DVD BacKup Express is a small Kommander Script to create a GUI for dvdbackup. more>>
DVD BacKup Express is a small Kommander Script to create a GUI for dvdbackup.

I made it because it can be run on any platform with kommander installed and dvdbackup available (which may be more platforms than kdvdbackup or other binary frontends are available for)

There is a lot of room for improvement here. Feel free to spruce it up a bit and send me the new .kmdr file and i will update this.

<<less
Download (0.004MB)
Added: 2006-02-15 License: GPL (GNU General Public License) Price:
1354 downloads
Kubuntu media converter 2.0 RC2

Kubuntu media converter 2.0 RC2


Kubuntu media converter is a Kommander script that can convert between multiple multimedia files. more>>
Kubuntu media converter is a Kommander script that can convert between multiple multimedia files.

It could be more improved..like multiple files converted..and a clean "map-format" ..because now is in a little bit of a mess...

If u like this prog check also:

-SoundKonverter
-Kvideoencoder

A big tnx to the Ubuntu italian community for support.

A special tan to almusaihij for makeing a Kubuntu .deb package and for sharing code and idea.

<<less
Download (0.036MB)
Added: 2007-02-26 License: GPL (GNU General Public License) Price:
996 downloads
PlayStation Portable Video Converter 0.3

PlayStation Portable Video Converter 0.3


PlayStation Portable Video Converter (PSPVC) is a FFMPEG front-end to convert video files for the PSP. more>>
PlayStation Portable Video Converter (PSPVC) is a FFMPEG front-end to convert video files for the PSP. PlayStation Portable Video Converter allow you to queue severals conversions with different parameters for each.

Formats:

* MPEG4/SP (all firmware)
* H264/AVC (firmware 2.0+)

<<less
Download (2.6MB)
Added: 2007-03-14 License: GPL (GNU General Public License) Price:
985 downloads
soundKonverter 0.3.4

soundKonverter 0.3.4


soundKonverter a frontend to various audio converters. more>>
soundKonverter project is a frontend to various audio converters.
Currently supported backends are oggenc, oggdec, flac, lame, ffmpeg (partly), mplayer (partly).
With soundKonverter you can convert between various audio file formats. Supported formats are: (encode/decode)
ogg (e/d)
flac (e/d)
mp3 (e/d)
wav (e/d)
wma (d)
Known problems:
-Starting soundKonverter with arguments will fail if there is already an active instance. Use dragndrop.
-The progressbar doesnt work fine.
-Calibrating the wma decoder only works one time per reboot for me.
-some small things.
Planned features:
-Profile manager.
-More audio formats.
If you have suggestions feel free to send me a mail. My English is not very well, so feel free to send me corrections of incongruous expressions.
This app is in a very early development stage. I just thought that some guys are waiting for an application like this (me for example). Furthermore it may still take some time to finish it.
Enhancements:
- Add: Polish translation (thanks to qla)
- Add: Brazilian Portuguese translation (thanks to Leandro Santiago da Silva)
- Add: Spanish translation (thanks to Adrian Capel)
- Add: Support for ttaenc and bonk
- Add: Support for wvgain
- Fix: Show Replay Gain of flac files correctly
- Fix: Dont recalculate Replay Gain, if all files in an album show the same gain
- Fix: Some minor fixes
- Remove: Plugin update feature because my website is down
<<less
Download (0.60MB)
Added: 2007-07-29 License: GPL (GNU General Public License) Price:
824 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5