|
Copyright 2013-01-06 Werner Randelshofer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.monte.iodemo.ConcatDemoMain
public class ConcatDemoMain
Demonstrates how to concatenate multiple movie files without re-encoding the media data.
Caveat: If an input file has multiple tracks of different durations, then the audio/video sync of subsequent input file will drift. On the upside this allows to merge a file which only contains video with a file that only contains audio.
| Constructor Summary | |
|---|---|
ConcatDemoMain()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Main function. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConcatDemoMain()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
Takes one output file and one or more input files as arguments. Concatenates all input files into the output file.
ConcatDemo [-o outputfile] [-i inputfile ...]
args - the command line arguments
|
Copyright 2013-01-06 Werner Randelshofer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||