aspose file tools
The moose likes JSP and the fly likes Using Commands in java program Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Using Commands in java program" Watch "Using Commands in java program" New topic
Author

Using Commands in java program

swetha karicheti
Greenhorn

Joined: Dec 16, 2008
Posts: 1
Hi,

I used the below code to convert the video file into an image.When i run that below code it didn't shows any errors and also didn't convert the video into an image.When i use the command "ffmpeg -i sample.wmv -f image2 -t 0.001 -ss 3 sssssss.jpg in command prompt it works fine and it convert the video into image.But it didn't work in java program.Please tell the solution what changes i have to made in my program


Bauke Scholtz
Ranch Hand

Joined: Oct 08, 2006
Posts: 2458
Start reading this: http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html


Code depot of a Java EE / JSF developer | JSF / Eclipse / Tomcat kickoff tutorial | DAO kickoff tutorial | I ♥ Unicode
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Using Commands in java program
 
Similar Threads
FLV to MP4 convertor
struts video file upload
java wrapper for ffmpeg (video conversions)
FFmpeg has stopped working
Can anyone help me with video conversion in java ?