This is very easy to add grass text in photo shop, each and every step he explained with screen shots by using this content we can prepare grungy backgrounds. So for more click
First Step:
To convert rm to wav file format we need Mencoder codec, it has command line option to convert the rm input format to wav output format. This is the command for that conversion
command: mplayer d:\films\rm1.rm -ao pcm:file=rm1.wav -vc dummy -vo null
Download link for mplayer codecs. At this stage we can get the .wav file as the output, from now we can convert this file into any format.
Second Step:
This is the last step to convert Real media into mp3 format. The lame Encoder is the powerful encoder to do this process.
Command:
lame -h prefix-of-music-file_01.wav song.mp3 High Quality
To download the Lame
there only we can find some more options like -h(this is for High Quality).
Till now we know how to convert the rm into mp3 format, use this information write a
Java program, by using java's command exec we can run mplayer and lame commands through
a java program.
The Lame and Mplayer provides libraries for windows and Linux so you can run the Java
program on any platform with these libraries. Mplayer is the most powerful tool for media
if you want to use some more options find, can here
the JAVA Program is:
//Give the file name with absolute path
//Executing this program install both the exe files
class converter{
public static void main(String args[])throws IOException{
String command1="mplayer "+args[0]+" -ao pcm:file=rm1.wav -vc dummy -vo null";
String command2= "lame -hProcess "+rm1.wav+" "+rm1.mp3;Processchild = Runtime.getRuntime().exec(command1);child = Runtime.getRuntime().exec(command2);
}
}
This is amazing now there is no need of internet connection and Netbeans to build mash ups with jmaki components. Now they released Html version just download the Html version webtop and we can use that with minimum System configuration.
https://jmaki-webtop.dev.java.net/servlets/ProjectDocumentList
This is the link to download the html version webtop with minimum number of components. Go with that and have fun.
Hey this is the time to get cool prizes with little effort, just spend few minutes to answer JAVA Questions using "NetBeans Quiz plugin". So test your skills as well as your luck.
follow this link you will understand http://www.netbeans.org/quiz/.
please follow the rules to participate in this program, if you couldn't find the rules on the page, follow this link http://www.netbeans.org/quiz/rules.html
Procedure:
Download the NetBeans IDE and get the netbeans quiz plugin from the update Center. Here you have to answer the JAVA questions and submit from that plugin only.
This week prize: Ipod touch
E-papers in Telugu:
http://epaper.eenadu.net
http://epaper.andhrajyothy.com
http://www.vaarttha.com
http://epaper.sakshi.com
Build Custom JSF components with Ajax Capabilities(well Described by Gail Anderson)
Posted by J.Naveen in JSF
http://www.javapassion.com/handsonlabs/jsfcustom/#Exercise_3:_Provide_AJAX_Capabilities_to
Before going into this material please find out the reason to build the custom tags and about Ajax. Before applying Ajax Capabilities try for Ajax4Jsf Library.(Get some information about xmlHTTP Request from wikipedia). There are some other packages to apply Ajax(DWR)
link : http://jmaki.com/webtop/
Procedure:
After following this link there you can find toolbar with " Add Widgets" menu Click on that you will get a pallet with rich widgets. The thing you have to do is Drag and Drop each widget on your page and keep that where you want
Changing Properties :
To change the properties go for " i " symbol on the widget menu.
The only thing it needs bandwidth...
AboutMe
- J.Naveen
- I am a Java Developer, Now I am working on a JSF based Project in Delhi. I spend my most of the time on Web-Crawling and Text processing Programs.