Java
Java SE
Documentation
JMF Solutions
|
| Related Classes |
| How to run this sample |
| java Split <input URL> -a <audio ext> -v <video ext> where: <audio ext>: audio file extension for audio tracks. <video ext>: video file extension for video tracks. Example: java Split file:/c:/movies/amovie.avi -a .wav -v .mov will split the tracks of the input file and generate output files split-n.wav for the nth audio track and split-n.mov for the nth video track. |
| Source Code |