Skip to content

Controls

Matt McManis edited this page Nov 28, 2017 · 19 revisions
└── Input Path  
│
└── Batch Extension
│
└── Output Path  
│
└── Format 
│     ├── Container
│     │     ├── webm 
│     │     ├── mp4 
│     │     ├── webm  
│     │     ├── mp4  
│     │     ├── mkv  
│     │     ├── ogv  
│     │     ├── mp3  
│     │     ├── m4a
│     │     ├── ogg 
│     │     ├── flac 
│     │     ├── wav 
│     │     ├── jpg
│     │     └── png  
│     │
│     ├── Media Type
│     │     ├── Video 
│     │     ├── Audio
│     │     ├── Image 
│     │     └── Sequence  
│     │
│     ├── Video Codec
│     │     ├── x264 
│     │     ├── x265
│     │     ├── VP8
│     │     ├── VP9
│     │     ├── Theora
│     │     └── Copy
│     │
│     ├── Audio Codec
│     │     ├── AAC
│     │     ├── AC3
│     │     ├── Vorbis 
│     │     ├── Opus
│     │     ├── LAME
│     │     ├── FLAC
│     │     ├── PCM
│     │     └── Copy 
│     
└── Video
│     ├── Quality
│     │     ├── Auto
│     │     ├── Lossless
│     │     ├── Ultra
│     │     ├── High
│     │     ├── Medium
│     │     ├── Low
│     │     ├── Sub
│     │     └── Custom
│     │
│     ├── Bitrate
│     │
│     ├── CRF
│     │
│     ├── Encoding Pass
│     │     ├── CRF
│     │     ├── 1 Pass
│     │     └── 2 Pass
│     │
│     └── FPS
│           ├── auto
│           ├── 23.976
│           ├── 24
│           ├── 25
│           ├── 29.97
│           ├── 30
│           ├── 48
│           ├── 50
│           ├── 59.94
│           ├── 60
│           └── Custom
│     
└── Audio
│     ├── Quality
│     │     ├── 640
│     │     ├── 510
│     │     ├── 448
│     │     ├── 400
│     │     ├── 320
│     │     ├── 256
│     │     ├── 224
│     │     ├── 192
│     │     ├── 160
│     │     ├── 128
│     │     ├── 96
│     │     ├── Custom
│     │     └── Mute
│     │
│     ├── Bitrate
│     │
│     ├── VBR
│     │     ├── on
│     │     └── off
│     │
│     ├── Sample Rate
│     │     ├── auto
│     │     ├── 8k
│     │     ├── 11.025k
│     │     ├── 12k
│     │     ├── 16k
│     │     ├── 22.05k
│     │     ├── 24k
│     │     ├── 32k
│     │     ├── 44.1k
│     │     ├── 48k
│     │     ├── 64k
│     │     ├── 88.2k
│     │     └── 96k
│     │
│     └── Bit Depth
│           ├── auto
│           ├── 8
│           ├── 16
│           ├── 24
│           ├── 32
│           └── 64
│     
└── Channel
│     ├── Layout
│     │     ├── Source
│     │     ├── Stereo
│     │     ├── Joint Stereo
│     │     └── Mono
│     │
│     ├── Hard Limiter
│     │     ├── on
│     │     └── off
│     │
│     ├── Volume
│     │     └── 0-100+
│     │
│     └── Stream
│           ├── none
│           ├── all
│           └── 1-8
│     
└── Size
│     ├── Aspect
│     │     ├── Source
│     │     ├── 8K
│     │     ├── 4K
│     │     ├── 4K UHD
│     │     ├── 2K
│     │     ├── 1440p
│     │     ├── 1200p
│     │     ├── 1080p
│     │     ├── 720p
│     │     ├── 480p
│     │     ├── 320p
│     │     ├── 240p
│     │     └── Custom
│     │
│     ├── Width
│     │
│     ├── Hight
│     │
│     ├── Crop
│     │     ├── Width
│     │     ├── Height
│     │     ├── X
│     │     ├── Y
│     │     ├── Clear
│     │     └── Set
│     │
│     └── Crop Clear
│     
└── Cut
│     ├── Enable
│     │     ├── No
│     │     └── Yes
│     │
│     ├── Start Time
│     ├── End Time
│     ├── Start Frame
│     └── End Frame
│     
└── Options
│     ├── Preset
│     │     ├── DVD
│     │     ├── Blu-ray
│     │     ├── HD Video
│     │     ├── SD Video
│     │     ├── HTML5
│     │     ├── Windows Phone
│     │     ├── Android
│     │     ├── iOS
│     │     ├── iTunes
│     │     ├── PS3
│     │     ├── PS4
│     │     ├── Xbox 360
│     │     ├── Xbox One
│     │     └── Debug
│     │
│     ├── Subtitles
│     │     ├── none
│     │     ├── all
│     │     └── 1-8
│     │     
│     ├── Optimize
│     │     ├── none
│     │     ├── Advanced
│     │     ├── Web
│     │     ├── DVD
│     │     ├── Blu-ray
│     │     ├── Windows
│     │     ├── Apple
│     │     ├── Android
│     │     ├── PS3
│     │     ├── PS4
│     │     ├── Xbox 360
│     │     └── Xbox One
│     │     
│     └── Render Speed
│           ├── Placebo
│           ├── Very Slow
│           ├── Slower
│           ├── Slow
│           ├── Medium
│           ├── Fast
│           ├── Faster
│           ├── Very Fast
│           ├── Super Fast
│           └── Ultra Fast
│     
└── Info
│
└── Website
│
└── Update
│
└── Configure
│     ├── FFmpeg Path
│     ├── FFprobe Path
│     ├── Log Path
│     ├── Threads
│     ├── Theme
│     ├── Reset
│     └── Delete
│
└── Debug Console
│
└── Log Console
│
└── Log
│
└── Command Prompt
│
└── File Properties
│
└── Play File
│   
└── Script
│     ├── Save
│     ├── Copy
│     ├── Sort
│     ├── Run
│     └── Maximize
│  
└── Convert
Clone this wiki locally