Class/Object

org.matthicks.media4s.video.transcode

FFMPEGTranscoder

Related Docs: object FFMPEGTranscoder | package transcode

Permalink

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def an(): FFMPEGTranscoder

    Permalink

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

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def audioBitRate(bitRate: Long): FFMPEGTranscoder

    Permalink
  7. def audioCodec(c: AudioCodec): FFMPEGTranscoder

    Permalink
  8. def audioQuality(quality: Int): FFMPEGTranscoder

    Permalink
  9. object b

    Permalink
  10. def bufferSize(size: Long): FFMPEGTranscoder

    Permalink
  11. def bufsize(size: Long): FFMPEGTranscoder

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. object codec

    Permalink
  14. lazy val command: List[String]

    Permalink
  15. def disableAudio(): FFMPEGTranscoder

    Permalink
  16. def duration(seconds: Double): FFMPEGTranscoder

    Permalink
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def execute(monitor: Option[TranscodeListener] = None, nicePriority: Option[Int] = Some(10)): Unit

    Permalink
  20. def f(format: String): FFMPEGTranscoder

    Permalink
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def findArg(param: String): Option[FFMPEGArgument]

    Permalink
  23. def forceFormat(format: String): FFMPEGTranscoder

    Permalink
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. def i(file: File): FFMPEGTranscoder

    Permalink
  27. def id3v2_version(version: Int): FFMPEGTranscoder

    Permalink
  28. def input(file: File): FFMPEGTranscoder

    Permalink

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

  29. def inputDelay(seconds: Double): FFMPEGTranscoder

    Permalink
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. def itsoffset(seconds: Double): FFMPEGTranscoder

    Permalink
  32. def map(inId: Int, outId: Int): FFMPEGTranscoder

    Permalink
  33. def map(id: Int): FFMPEGTranscoder

    Permalink
  34. def map_metadata(id: Int): FFMPEGTranscoder

    Permalink
  35. def maxRate(bitRate: Long): FFMPEGTranscoder

    Permalink
  36. def maxrate(maxRate: Long): FFMPEGTranscoder

    Permalink
  37. def mp3(audioCodec: AudioCodec = AudioCodec.libmp3Lame, audioQuality: Int = 2, id3v2Version: Int = 4, poster: Option[File] = None): FFMPEGTranscoder

    Permalink
  38. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  41. def o(path: String): FFMPEGTranscoder

    Permalink
  42. def o(file: File): FFMPEGTranscoder

    Permalink
  43. def ogg(audioCodec: AudioCodec = AudioCodec.libvorbis, audioQuality: Int = 2, id3v2Version: Int = 4, poster: Option[File] = None): FFMPEGTranscoder

    Permalink
  44. def output(file: File): FFMPEGTranscoder

    Permalink
  45. def overwrite(value: Boolean): FFMPEGTranscoder

    Permalink
  46. def pass(pass: Int): FFMPEGTranscoder

    Permalink
  47. def preset(preset: Preset): FFMPEGTranscoder

    Permalink
  48. object profile

    Permalink
  49. object qscale

    Permalink
  50. def screenGrab(offset: Double): FFMPEGTranscoder

    Permalink
  51. def ss(seconds: Double): FFMPEGTranscoder

    Permalink
  52. def start(seconds: Double): FFMPEGTranscoder

    Permalink
  53. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  54. def t(seconds: Double): FFMPEGTranscoder

    Permalink
  55. def threads(threadCount: Int): FFMPEGTranscoder

    Permalink
  56. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  57. def vf(filters: List[VideoFilter]): FFMPEGTranscoder

    Permalink
  58. def vframes(frameCount: Int): FFMPEGTranscoder

    Permalink
  59. def videoBitRate(bitRate: Long): FFMPEGTranscoder

    Permalink
  60. def videoCodec(c: VideoCodec): FFMPEGTranscoder

    Permalink
  61. def videoFilters(filters: VideoFilter*): FFMPEGTranscoder

    Permalink
  62. def videoFrames(frameCount: Int): FFMPEGTranscoder

    Permalink
  63. def videoProfile(p: VideoProfile): FFMPEGTranscoder

    Permalink
  64. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. 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

    Permalink

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

  68. 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

    Permalink
  69. def withArgs(arguments: Any*): FFMPEGTranscoder

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped