Class FFMPEGWrapper

java.lang.Object
de.kosmos_lab.utils.FFMPEGWrapper

public class FFMPEGWrapper
extends Object
  • Field Details

  • Constructor Details

    • FFMPEGWrapper

      public FFMPEGWrapper()
  • Method Details

    • cutVideo

      public static void cutVideo​(File finalName, File tmpName, long skip, long duration)
    • mergeVideos

      public static void mergeVideos​(Collection<String> files, File finalName, long skip, long duration) throws IOException
      Throws:
      IOException