Packages

class FFMPEGTranscoder extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FFMPEGTranscoder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def an(): FFMPEGTranscoder

    ****** Standard Command-Line Args **********

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def audioBitRate(bitRate: Long): FFMPEGTranscoder
  7. def audioCodec(c: AudioCodec): FFMPEGTranscoder
  8. def audioQuality(quality: Int): FFMPEGTranscoder
  9. def bufferSize(size: Long): FFMPEGTranscoder
  10. def bufsize(size: Long): FFMPEGTranscoder
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  12. lazy val command: List[String]
  13. def disableAudio(): FFMPEGTranscoder
  14. def duration(seconds: Double): FFMPEGTranscoder
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def execute(monitor: Option[TranscodeListener] = None, nicePriority: Option[Int] = Some(10)): Unit
  18. def f(format: String): FFMPEGTranscoder
  19. def findArg(param: String): Option[FFMPEGArgument]
  20. def forceFormat(format: String): FFMPEGTranscoder
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def i(file: File): FFMPEGTranscoder
  24. def id3v2_version(version: Int): FFMPEGTranscoder
  25. def input(file: File): FFMPEGTranscoder

    ****** Convenience Command-Line Args **********

  26. def inputDelay(seconds: Double): FFMPEGTranscoder
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def itsoffset(seconds: Double): FFMPEGTranscoder
  29. def map(inId: Int, outId: Int): FFMPEGTranscoder
  30. def map(id: Int): FFMPEGTranscoder
  31. def map_metadata(id: Int): FFMPEGTranscoder
  32. def maxRate(bitRate: Long): FFMPEGTranscoder
  33. def maxrate(maxRate: Long): FFMPEGTranscoder
  34. def mp3(audioCodec: AudioCodec = AudioCodec.libmp3Lame, audioQuality: Int = 2, id3v2Version: Int = 4, poster: Option[File] = None): FFMPEGTranscoder
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. def o(path: String): FFMPEGTranscoder
  39. def o(file: File): FFMPEGTranscoder
  40. def ogg(audioCodec: AudioCodec = AudioCodec.libvorbis, audioQuality: Int = 2, id3v2Version: Int = 4, poster: Option[File] = None): FFMPEGTranscoder
  41. def output(file: File): FFMPEGTranscoder
  42. def overwrite(value: Boolean): FFMPEGTranscoder
  43. def pass(pass: Int): FFMPEGTranscoder
  44. def preset(preset: Preset): FFMPEGTranscoder
  45. def screenGrab(offset: Double): FFMPEGTranscoder
  46. def ss(seconds: Double): FFMPEGTranscoder
  47. def start(seconds: Double): FFMPEGTranscoder
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. def t(seconds: Double): FFMPEGTranscoder
  50. def threads(threadCount: Int): FFMPEGTranscoder
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. def vf(filters: List[VideoFilter]): FFMPEGTranscoder
  53. def vframes(frameCount: Int): FFMPEGTranscoder
  54. def videoBitRate(bitRate: Long): FFMPEGTranscoder
  55. def videoCodec(c: VideoCodec): FFMPEGTranscoder
  56. def videoFilters(filters: VideoFilter*): FFMPEGTranscoder
  57. def videoFrames(frameCount: Int): FFMPEGTranscoder
  58. def videoProfile(p: VideoProfile): FFMPEGTranscoder
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  61. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. def webH264(videoCodec: VideoCodec = VideoCodec.libx264, audioCodec: AudioCodec = AudioCodec.AAC, profile: VideoProfile = VideoProfile.High, preset: Preset = Preset.Slow, videoBitRate: Long = 500000L, audioBitRate: Long = 128000L, maxRate: Long = 500000L, bufferSize: Long = 1000000L, threads: Int = 0): FFMPEGTranscoder

    ****** Preset Command-Line Args **********

  63. def webm(videoCodec: VideoCodec = VideoCodec.libvpx_vp9, audioCodec: AudioCodec = AudioCodec.libvorbis, videoBitRate: Long = 500000L, audioBitRate: Long = 128000L, maxRate: Long = 500000L, bufferSize: Long = 1000000L, threads: Int = 0): FFMPEGTranscoder
  64. def withArgs(arguments: Any*): FFMPEGTranscoder
  65. object b
  66. object codec
  67. object profile
  68. object qscale

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped