Hi all, i am sorry if you dont think this is relevant to the list... but i thought i could get help here...
I have a java application from which i am tryin to execute mplayer...
Runtime.getRuntime.exec("mplyaer -fs myfile.mpg");
when i do this i get full screen window of mplayer but the actual video is just a small square at the centre whereas if i execute the command directly from command line it works fine!!
if uv got any clues plz tell me...
-- Puneet