convert video to pocket pc format
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5099
Convert Video To Nokia 5800 and others 0.1
Easily convert videos to a Nokia 5800XM mobile phone more>>
Convert Video To Nokia 5800 and others 0.1 is created as a simple service menu entry to easily convert videos to a Nokia 5800XM mobile phone using ffmpeg or convert the files to mpeg4 with aac.
Installation note:
- The default folder to put the file is/home/user/.kde/share/kde4/services/ServiceMenus (for user specific)or/usr/share/kde4/services/ServiceMenus (for system wide). If for some reason your folders are different use command kde4-config --path services to find out the right folders.
- You can easily change the ffmpeg command just by opening the file with a text editor. Currently the command is:ffmpeg -i %u -f mp4 -vcodec mpeg4 -r 30 -b 2200k -s 640x360 -acodec libfaac -r 32000 -ab 128k -ac 2 -async 1 %u.mp4
Requirements:
- KDE
Added: 2009-07-07 License: GPL Price: FREE
12 downloads
Convert::Braille::Ethiopic 0.05
Convert::Braille::Ethiopic is a Perl module that can convert Between Braille Encodings. more>>
Convert::Braille::Ethiopic is a Perl module that can convert Between Braille Encodings.
SYNOPSIS
use Convert::Braille::Ethiopic;
print brailleAsciiToEthiopic ( "S5LAM" ), "n";
print brailleDotsToEthiopic ( "234261231134" ), "n";
EXPORTS
ethiopicToBrailleUnicode
ethiopicToBrailleAscii
ethiopicToBrailleDots
brailleAsciiToEthiopic
brailleDotsToEthiopic
brailleUnicodeToEthiopic
<<lessSYNOPSIS
use Convert::Braille::Ethiopic;
print brailleAsciiToEthiopic ( "S5LAM" ), "n";
print brailleDotsToEthiopic ( "234261231134" ), "n";
EXPORTS
ethiopicToBrailleUnicode
ethiopicToBrailleAscii
ethiopicToBrailleDots
brailleAsciiToEthiopic
brailleDotsToEthiopic
brailleUnicodeToEthiopic
Download (0.008MB)
Added: 2006-08-03 License: Perl Artistic License Price:
1177 downloads
Mortgage Video And Search Tool 1
The world of mortgages and real estate can be extremely confusing to the newcomer. The mortgage industry is a lot more competitive than it used to be... more>> <<less
Download (1113KB)
Added: 2009-04-12 License: Freeware Price: Free
194 downloads
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+)
<<lessFormats:
* MPEG4/SP (all firmware)
* H264/AVC (firmware 2.0+)
Download (2.6MB)
Added: 2007-03-14 License: GPL (GNU General Public License) Price:
985 downloads
Convert::CharMap 0.01
Convert::CharMap is a Perl module that can conversion between Unicode Character Maps. more>>
Convert::CharMap is a Perl module that can conversion between Unicode Character Maps.
SYNOPSIS
use Convert::CharMap;
my $map = Convert::CharMap->load(CharMapML => test.xml);
$map->save(UCM => test.ucm);
This module transforms between unicode character map formats, using an in-memory representation of CharMapML as the intermediate format.
Currently is supports the CharMapML, YAML and UCM (write-only) backends; ENC, Iconv and other maps are also planned.
<<lessSYNOPSIS
use Convert::CharMap;
my $map = Convert::CharMap->load(CharMapML => test.xml);
$map->save(UCM => test.ucm);
This module transforms between unicode character map formats, using an in-memory representation of CharMapML as the intermediate format.
Currently is supports the CharMapML, YAML and UCM (write-only) backends; ENC, Iconv and other maps are also planned.
Download (0.004MB)
Added: 2006-08-18 License: Perl Artistic License Price:
1164 downloads
Google Video Downloader 1.1
Google Video Downloader is a Firefox extension that adds a button in the status bar. more>>
Google Video Downloader is a Firefox extension that adds a button in the status bar. You can download the source .flv or .avi file directly in two clicks
If You:
- Would like to download files from other videohostings;
- Have DownThemAll od FlashGot;
- Would like to permanently choose preferred Google Video format.
<<lessIf You:
- Would like to download files from other videohostings;
- Have DownThemAll od FlashGot;
- Would like to permanently choose preferred Google Video format.
Download (0.003MB)
Added: 2007-06-28 License: MPL (Mozilla Public License) Price:
826 downloads
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.
<<lessNote: 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.
Download (0.033MB)
Added: 2007-01-22 License: GPL (GNU General Public License) Price:
704 downloads
Rainbyte Video Converter 0.01 Beta
Rainbyte Video Converter is a Kommander script which helps you convert video and audio in an easy way. more>>
Rainbyte Video Converter is a Kommander script which helps you convert video and audio in an easy way.
Its based on Kommander, mencoder and ffmpeg and you can convert from/to any format supported by those programs.
Well, I hope that it will be usefull for you, thanks for all.
<<lessIts based on Kommander, mencoder and ffmpeg and you can convert from/to any format supported by those programs.
Well, I hope that it will be usefull for you, thanks for all.
Download (0.012MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
985 downloads
Convert::Wiki 0.05
Convert::Wiki is a Perl module that can convert HTML/POD/txt from/to Wiki code. more>>
Convert::Wiki is a Perl module that can convert HTML/POD/txt from/to Wiki code.
SYNOPSIS
use Convert::Wiki;
my $wiki = Convert::Wiki->new();
$wiki->from_txt ( $txt );
die ("Error: " . $wiki->error()) if $wiki->error;
print $wiki->as_wiki();
$wiki->from_html ( $html );
die ("Error: " . $wiki->error()) if $wiki->error;
print $wiki->as_wiki();
# clear the object manually
$wiki->clear();
$wiki->add_txt ( $txt );
die ("Error: " . $wiki->error()) if $wiki->error;
print $wiki->as_wiki();
Convert::Wiki converts from various formats to various Wiki formats.
Input can come as HTML, POD or plain TXT (like it is written in many READMEs). The data will be converted to an internal, node based format and can then be converted to Wikicode as used by many wikis like the Wikipedia.
<<lessSYNOPSIS
use Convert::Wiki;
my $wiki = Convert::Wiki->new();
$wiki->from_txt ( $txt );
die ("Error: " . $wiki->error()) if $wiki->error;
print $wiki->as_wiki();
$wiki->from_html ( $html );
die ("Error: " . $wiki->error()) if $wiki->error;
print $wiki->as_wiki();
# clear the object manually
$wiki->clear();
$wiki->add_txt ( $txt );
die ("Error: " . $wiki->error()) if $wiki->error;
print $wiki->as_wiki();
Convert::Wiki converts from various formats to various Wiki formats.
Input can come as HTML, POD or plain TXT (like it is written in many READMEs). The data will be converted to an internal, node based format and can then be converted to Wikicode as used by many wikis like the Wikipedia.
Download (0.019MB)
Added: 2006-08-04 License: Perl Artistic License Price:
1176 downloads
Mail::Message::Convert::HtmlFormatPS 2.066
Mail::Message::Convert::HtmlFormatPS can convert HTML into PostScript. more>>
Mail::Message::Convert::HtmlFormatPS can convert HTML into PostScript.
INHERITANCE
Mail::Message::Convert::HtmlFormatPS
is a Mail::Message::Convert
is a Mail::Reporter
SYNOPSIS
use Mail::Message::Convert::HtmlFormatPS;
my $af = Mail::Message::Convert::HtmlFormatPS->new;
my $postscript = $af->format($body);
Translate an HTML/XHTML message body into a postscript body using HTML::FormatPS.
<<lessINHERITANCE
Mail::Message::Convert::HtmlFormatPS
is a Mail::Message::Convert
is a Mail::Reporter
SYNOPSIS
use Mail::Message::Convert::HtmlFormatPS;
my $af = Mail::Message::Convert::HtmlFormatPS->new;
my $postscript = $af->format($body);
Translate an HTML/XHTML message body into a postscript body using HTML::FormatPS.
Download (0.57MB)
Added: 2006-08-03 License: Perl Artistic License Price:
1178 downloads
3gp converter 0.6
3gp converter is a Kommander script that uses ffmpeg as a backend and allows you convert the video files in 3gp format. more>>
3gp converter is a GUI (Kommander script) that uses ffmpeg as a backend and allows you convert the video files in 3gp format, which used at mobile phones.
You must have ffmpeg installed at you system compilled with AMR audio-codec fupport (check up ffmpeg manuals for instructions). Also you need Kommander installed(at least kommender executor).
You can set custom parameters of encoding,for video stream: resolution, bitrate, framerate, used codec (h263,mpeg4), one or two pass encoding.
For audio stream:bitrate,samplerate (AAC only), audio codec (amr_nb,AAC).
Enhancements:
- updated homepage and added some info
- sliders fix (now sliders moves when you set values manually)
- added prevew backend switch(ffplay/mplayer)
- added "exit" button
- added "stop" buttons for prevew
<<lessYou must have ffmpeg installed at you system compilled with AMR audio-codec fupport (check up ffmpeg manuals for instructions). Also you need Kommander installed(at least kommender executor).
You can set custom parameters of encoding,for video stream: resolution, bitrate, framerate, used codec (h263,mpeg4), one or two pass encoding.
For audio stream:bitrate,samplerate (AAC only), audio codec (amr_nb,AAC).
Enhancements:
- updated homepage and added some info
- sliders fix (now sliders moves when you set values manually)
- added prevew backend switch(ffplay/mplayer)
- added "exit" button
- added "stop" buttons for prevew
Download (0.035MB)
Added: 2007-05-13 License: GPL (GNU General Public License) Price:
1432 downloads
Linux Video Maker 0.2.0
Linux Video Maker is useful for DVD/(S)VCD structure generating, ready for record on CD/DVD. more>>
Linux Video Maker is useful for DVD/(S)VCD structure generating, ready for record on CD/DVD. Its in fact graphics interface (GUI) for transcode, mplex, DVDAuthor and few other programs...
Using of these programs for this purpose is uncomfortable and sometimes difficult especially for beginners because it involves a lot of knowledge about DVD/(S)VCD technology and video converting.
Linux Video Maker binds funcionality of 8 exterior programs and prevents from making many mistakes mainly in conversion process which can take a lot of time as AVI files uses complicated video algorithms (DIVX).
Program doesnt contain yet too many advanced options but it allow generate a standard DVD/(S)VCD structure without any problems.
Program in 2 GUI languages: english and polish !
<<lessUsing of these programs for this purpose is uncomfortable and sometimes difficult especially for beginners because it involves a lot of knowledge about DVD/(S)VCD technology and video converting.
Linux Video Maker binds funcionality of 8 exterior programs and prevents from making many mistakes mainly in conversion process which can take a lot of time as AVI files uses complicated video algorithms (DIVX).
Program doesnt contain yet too many advanced options but it allow generate a standard DVD/(S)VCD structure without any problems.
Program in 2 GUI languages: english and polish !
Download (0.38MB)
Added: 2006-02-16 License: Open Software License Price:
1366 downloads
Pocket PC System Controller 0.1-1
Pocket PC System Controller is a client-server package that will allow you to use your pocket pc as a remote controller. more>>
Pocket PC System Controller is a client-server package that will allow you to use your pocket pc as a remote controller for your desktop by sending voice commands.
Installation:
This is the server part of the software which you can install on a linux system.
See the INSTALL file in the ppc-system-controller-linux directory for more information.
<<lessInstallation:
This is the server part of the software which you can install on a linux system.
See the INSTALL file in the ppc-system-controller-linux directory for more information.
Download (0.018MB)
Added: 2006-09-19 License: Freeware Price:
1134 downloads
Convert::ASCII::Armor 1.4
Convert::ASCII::Armor is a Perl module that can convert binary octets into ASCII armoured messages. more>>
Convert::ASCII::Armor is a Perl module that can convert binary octets into ASCII armoured messages.
SYNOPSIS
See SYNOPSIS in Convert::ASCII::Armour.
Empty subclass of Convert::ASCII::Armour for American English speakers.
<<lessSYNOPSIS
See SYNOPSIS in Convert::ASCII::Armour.
Empty subclass of Convert::ASCII::Armour for American English speakers.
Download (0.006MB)
Added: 2006-08-04 License: Perl Artistic License Price:
1182 downloads
Konverter 0.93
Konverter is an easy to use but powerfull KDE video conversion tool. more>>
Konverter is an easy to use but powerfull KDE video conversion tool. Konverter helps to convert almost every videofile into the most common different videoformats and codecs.
Beside converting, Konverter is also able to scale/crop your videos, change codec details or just changes the audio format of your file.
Also other features like splitting and concat videos, integrated realtime preview are included.
<<lessBeside converting, Konverter is also able to scale/crop your videos, change codec details or just changes the audio format of your file.
Also other features like splitting and concat videos, integrated realtime preview are included.
Download (0.18MB)
Added: 2005-06-24 License: GPL (GNU General Public License) Price:
1588 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above convert video to pocket pc format search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed