Class TranscodeAudioAndVideo

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Transcodes a media file into a new media file, guessing parameters and codecs based on the file names.
      static void transcode​(java.lang.String sourceUrl, java.lang.String destinationUrl)
      Transcode a source url to a destination url.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Transcodes a media file into a new media file, guessing parameters and codecs based on the file names.
        Parameters:
        args - 2 strings; an input file and an output file.
      • transcode

        public static void transcode​(java.lang.String sourceUrl,
                                     java.lang.String destinationUrl)
        Transcode a source url to a destination url. Really. That's all this does.