Splitting Tracks from an Input
|
|
Problem
Given an input media file, the object is to generate
one output media file for each elemetary track in the original file.
Solution
A sample application is written. It accepts an input URL.
A Processor is created from this URL. Custom DataSources are then
created one for each SourceStream of the output DataSource from the
Processor. Each of these custom DataSource is then used to further create
a Processor. The outputs from these Processors are then connected
to different DataSinks to generate the final output files.
|
|
| Requirements |
|
| Platform: |
JDK 1.1.6 or later |
| JMF API: |
2.0 or later |
| Implementation: |
AJ, WPP, SPP * |
* AJ = All Java, WPP = Windows Performance Pack, SPP =
Solaris Performance Pack |
|