Class MovieCreator


  • public class MovieCreator
    extends Object
    Shortcut to build a movie from an MP4 file.
    • Constructor Detail

      • MovieCreator

        public MovieCreator()
    • Method Detail

      • build

        public static Movie build​(ReadableByteChannel readableByteChannel,
                                  RandomAccessSource randomAccessSource,
                                  String name)
                           throws IOException
        Creates Movie object from a ReadableByteChannel.
        Parameters:
        name - track name to identify later
        readableByteChannel - the box structure is read from this channel
        randomAccessSource - the samples or read from this randomAccessSource
        Returns:
        a representation of the movie
        Throws:
        IOException - in case of I/O error during IsoFile creation