Desired: GUI-to-CLI generator

General questions or discussion about HandBrake, Video and/or audio transcoding, trends etc.
markfilipak
Bright Spark User
Posts: 313
Joined: Thu Aug 01, 2019 8:58 pm

Desired: GUI-to-CLI generator

Post by markfilipak »

Description of problem or question:

I downloaded the CLI, but I don't understand the options -- the problem is one of interpretation, not video knowledge.

Is there a way to set up the GUI and then view the applicable CLI? Such a facility would go a long way towards understanding the CLI options. Also, such a facility would make it easy to turn GUI settings into a command line for script transcoding.

HandBrake version (e.g., 1.0.0):

1.2.2 (2019022300)

Operating system and version (e.g., Ubuntu 16.04 LTS, macOS 10.13 High Sierra, Windows 10 Creators Update):

Win10-1803

Warm Regards,
Mark.
mduell
Veteran User
Posts: 8187
Joined: Sat Apr 21, 2007 8:54 pm

Re: Desired: GUI-to-CLI generator

Post by mduell »

No, but you can use presets from the GUI with the CLI.
User avatar
BradleyS
Moderator
Posts: 1860
Joined: Thu Aug 09, 2007 12:16 pm

Re: Desired: GUI-to-CLI generator

Post by BradleyS »

Create a preset from the GUI, then invoke the CLI with --preset-import-gui --preset="My Preset Name".
markfilipak
Bright Spark User
Posts: 313
Joined: Thu Aug 01, 2019 8:58 pm

Re: Desired: GUI-to-CLI generator

Post by markfilipak »

BradleyS wrote: Mon Aug 05, 2019 1:00 am Create a preset from the GUI, then invoke the CLI with --preset-import-gui --preset="My Preset Name".
Thanks for that. It floats my boat. I'll try some experiements.

It seems there are more arguments for the CLI than options found in the GUI. Am I right?
Woodstock
Veteran User
Posts: 4614
Joined: Tue Aug 27, 2013 6:39 am

Re: Desired: GUI-to-CLI generator

Post by Woodstock »

There are a LOT of things the GUI does "with a click of a mouse" that would require multiple command line arguments, but yes, there are things you can do in the CLI that you cannot (easily) replicate in the GUI.

Not to mention that there are things you can do in one GUI that the GUI for a different operating system might not support.

The only way you can "do everything" handbrake can do involves learning the CLI, but the usual options aren't that hard to learn.
markfilipak
Bright Spark User
Posts: 313
Joined: Thu Aug 01, 2019 8:58 pm

Re: Desired: GUI-to-CLI generator

Post by markfilipak »

Hi Woodstock,

This is my 3rd day playing with HandBrake. I've spent the whole time, about 15 hours per day, making various MP4s. I must say that I'm impressed overall, though I have found some 'rough patches' in the weeds. I'm a retired electronic hardware engineer. At this point, I could dispense with all presets because I know pretty well what every GUI setting does and having to choose a preset seems to get in the way. I've also reviewed the log files that are created plus the presets files I've created.

I still think a GUI-to-CLI utility is needed and would be helpful.

Also, I'm frankly surprised by how sparse preset json files are.

I've had a lot of trouble with subtitles not appearing in the final MP4s. The source, "2001, A SPACE ODYSSEY", has 18 subtitles. I've not been able to get any of them to show up in the MP4 except one time English showed up and it was forced (though I did nothing to force it -- unless "Default" somehow means forced). During VLC play, subtitles are shown by context menu in VLC having the form '[mp4 mm-dd-yy hh-mm-ss]', not their actual languages. Selecting any one of them does nothing -- no subtitles. And there's only 5 of them instead of 18. I had to meticulously add & configure each of the 18 because the "Add All Remaining Tracks" function didn't work at all. I'm pretty frustrated by all this.

Also, it appears that HandBreak can't handle LPCM audio. That's rather shocking considering how close LPCM is to raw audio.

Well, that's what I done so far. Any tips you can give me will be quite welcome. Regards, Mark.
User avatar
BradleyS
Moderator
Posts: 1860
Joined: Thu Aug 09, 2007 12:16 pm

Re: Desired: GUI-to-CLI generator

Post by BradleyS »

You're probably running into a limitation of the MP4 format, which only supports timed text subtitles. DVD and Blu-ray subtitles (VOBSUB and PGS, respectively) are bitmap images of letters. Only one can be "burned in" the picture itself. The alternatives are to import SRT format subtitles found elsewhere, or switch to MKV format video.

LPCM is something I hope we can add soon. Note that this is also not officially supported in MP4. FLAC in MKV is effectively the same thing, losslessly compressed, so perhaps MKV is better all around for you.
markfilipak
Bright Spark User
Posts: 313
Joined: Thu Aug 01, 2019 8:58 pm

Re: Desired: GUI-to-CLI generator

Post by markfilipak »

Thank you, Bradley! In one small response, you cleared up a great number of issues. It's good to know what MP4 can do, but it's also good to know what it can't do (and why).

I'm a retired electronic hardware design engineer and can work 15 hour days on documentation. Is there anything in particular you'd like? Over the next few days I will be documenting every GUI control, every setting, every attibute (advantages & disavantages, much as you have done) but using exactly the same terminology as is found in the GUI. Is there a market for such documentation? Is there anything you've wanted to do that I can do for you?
mduell
Veteran User
Posts: 8187
Joined: Sat Apr 21, 2007 8:54 pm

Re: Desired: GUI-to-CLI generator

Post by mduell »

Where do we begin... read the forum, clueless users everywhere and nowhere good to point them to.

Also my own pet peeve the formatting of CLI options that take their own options.
markfilipak
Bright Spark User
Posts: 313
Joined: Thu Aug 01, 2019 8:58 pm

Re: Desired: GUI-to-CLI generator

Post by markfilipak »

I'm here to help.
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: Desired: GUI-to-CLI generator

Post by s55 »

Take a look at https://github.com/HandBrake/HandBrake-docs
which publishes to:

https://handbrake.fr/docs/

Any contributions are welcome and can be made as Pull Requests via GitHub.
markfilipak
Bright Spark User
Posts: 313
Joined: Thu Aug 01, 2019 8:58 pm

Re: Desired: GUI-to-CLI generator

Post by markfilipak »

Since Bradley produced what documentation there is, I'm going to 'use' him as the editor-in-chief. I will post back here, later today, with a rundown of all the GUI controls. It can be a start.

@s55
(You posted while I was composing.) I find git to be unfriendly. Can we stick to this forum? A sub-forum specifically for documentation development would suit me.
markfilipak
Bright Spark User
Posts: 313
Joined: Thu Aug 01, 2019 8:58 pm

Re: Desired: GUI-to-CLI generator

Post by markfilipak »

Bradley, if you're 'listening', I can document in text, or json, or xml. If the documentation is eventually wrapped into the code (for example: "PCM is not implemented yet"), which format (text, json, xml) would be the best for merging?
mduell
Veteran User
Posts: 8187
Joined: Sat Apr 21, 2007 8:54 pm

Re: Desired: GUI-to-CLI generator

Post by mduell »

A pull request on github would be best for merging; next best option would be a patchfile formatted diff.

The format for the online docs is markdown.
markfilipak
Bright Spark User
Posts: 313
Joined: Thu Aug 01, 2019 8:58 pm

Re: Desired: GUI-to-CLI generator

Post by markfilipak »

Here are the GUI controls that need to be documented. I propose to document them as follows:
Explanation/effects of the control.
Cross reference to other, related controls.
Hierarchy of effects (heaviest to lightest) of the control versus related controls.
References to related video/transcoding concepts, to be added to Bradley's fine work.

I think the documentation should be close-coupled with the code so that when a user operates a control, documentation for the control is also displayed and any inappropriate settings relative to the current preset's context are highlighted with an explanation of how the user's choice is inappropriate. To that end, the documentation should be in a form that's readily incorporated into the code (in other words, not HTML).

I also think that the in-code documentation should include a facility for users to add their own notes that are then saved with the documentation.

'Summary' 'Format' 'MP4'
'Summary' 'Format' 'MKV'
'Summary' 'Tracks'
'Summary' 'Filters'
'Summary' 'Size'
'Dimensions' 'Size' 'Source'
'Dimensions' 'Size' 'Width'
'Dimensions' 'Size' 'Height'
'Dimensions' 'Size' 'Anamorphic'
'Dimensions' 'Size' 'Modulus'
'Dimensions' 'Output' 'Display Size'
'Filters' 'Detelecine' 'Off'
'Filters' 'Detelecine' 'Custom'
'Filters' 'Detelecine' 'Default'
'Filters' 'Interlace Detection' 'Off'
'Filters' 'Interlace Detection' 'Custom'
'Filters' 'Interlace Detection' 'Default'
'Filters' 'Interlace Detection' 'LessSensitive'
'Filters' 'Interlace Detection' 'Fast'
'Filters' 'Deinterlace' 'Off'
'Filters' 'Deinterlace' 'Yadif'
'Filters' 'Deinterlace' 'Decomb'
'Filters' 'Denoise' 'hqdn3d'
'Filters' 'Denoise' 'NLMeans'
'Filters' 'Sharpen' 'UnSharp'
'Filters' 'Sharpen' 'LapSharp'
'Filters' 'Deblock' 'Off'
'Filters' 'Deblock' '5 to 15'
'Filters' 'Grayscale'
'Filters' 'Rotate' '0 90 180 270'
'Filters' 'Flip'
'Filters' 'Rotate' '
'Filters' 'Rotate' '
'Video' 'Video Codec' 'H.264 (x264)'
'Video' 'Video Codec' 'H.264 10-bit (x264)'
'Video' 'Video Codec' 'H.264 (Intel QSV)'
'Video' 'Video Codec' 'MPEG-4'
'Video' 'Video Codec' 'MPEG-2'
'Video' 'Video Codec' 'Theora'
'Video' 'Video Codec' 'H.265 (x265)'
'Video' 'Video Codec' 'H.265 10-bit (x265)'
'Video' 'Video Codec' 'H.265 12-bit (x265)'
'Video' 'Video Codec' 'H.265 (Intel QSV)'
'Video' 'Video Codec' 'VP8'
'Video' 'Video Codec' 'VP9'
'Video' 'Framerate (FPS)' 'Same as source'
'Video' 'Framerate (FPS)' '5 10 12 15 20'
'Video' 'Framerate (FPS)' '23.976 24'
'Video' 'Framerate (FPS)' '25'
'Video' 'Framerate (FPS)' '29.97 30'
'Video' 'Framerate (FPS)' '48'
'Video' 'Framerate (FPS)' '50'
'Video' 'Framerate (FPS)' '59.94 60'
'Video' 'Framerate (FPS)' '72 75 90 100 120'
'Video' 'Framerate (FPS)' 'Constant Framerate'
'Video' 'Framerate (FPS)' 'Variable Framerate'
'Video' 'Quality' 'Constant Quality' '0 to 51'
'Video' 'Quality' 'Avg Bitrate (kbps)'
'Video' 'Optimize Video' 'Encoder Preset' 'Speed'
'Video' 'Optimize Video' 'Encoder Preset' 'Balanced'
'Video' 'Optimize Video' 'Encoder Preset' 'Quality'
'Video' 'Optimize Video' 'Encoder Profile' 'Auto'
'Video' 'Optimize Video' 'Encoder Profile' 'High'
'Video' 'Optimize Video' 'Encoder Profile' 'Main'
'Video' 'Optimize Video' 'Encoder Profile' 'Baseline'
'Video' 'Optimize Video' 'Encoder Level' 'Auto'
'Video' 'Optimize Video' 'Encoder Level' '1.0 1b 1.1 1.2 1.3'
'Video' 'Optimize Video' 'Encoder Level' '2.0 2.1 2.2'
'Video' 'Optimize Video' 'Encoder Level' '3.0 3.1 3.2'
'Video' 'Optimize Video' 'Encoder Level' '4.0 4.1 4.2'
'Video' 'Optimize Video' 'Encoder Level' '5.0 5.1 5.2
'Video' 'Optimize Video' 'Extra Options'
'Audio' 'Add Track' 'Add New Track'
'Audio' 'Add Track' 'Add All Remaining Tracks'
'Audio' 'Add Track' 'Add All Remaining Selected Languages'
'Audio' 'Clear'
'Audio' 'Selection Behavior' [Audio Defaults] 'Track Selection Behavior' 'No Audio'
'Audio' 'Selection Behavior' [Audio Defaults] 'Track Selection Behavior' 'First Matching Selected Language'
'Audio' 'Selection Behavior' [Audio Defaults] 'Track Selection Behavior' 'All Matching Selected Languages'
'Audio' 'Selection Behavior' [Audio Defaults] 'For Additional Tracks' 'Use First Track as template'
'Audio' 'Selection Behavior' [Audio Defaults] 'For Additional Tracks' 'Use All Tracks as templates'
'Audio' 'Selection Behavior' [Audio Defaults] 'Choose Languages' 'Move Right'
'Audio' 'Selection Behavior' [Audio Defaults] 'Choose Languages' 'Move Left'
'Audio' 'Selection Behavior' [Audio Defaults] 'Choose Languages' 'Move Clear'
'Audio' 'Selection Behavior' [Audio Defaults] 'Auto Passthru Behavior'
'Audio' 'Selection Behavior' [Audio Defaults] 'Fallback encoder' 'AAC (avcodec)'
'Audio' 'Selection Behavior' [Audio Defaults] 'Fallback encoder' 'MP3'
'Audio' 'Selection Behavior' [Audio Defaults] 'Fallback encoder' 'AC3'
'Audio' 'Selection Behavior' [Audio Defaults] 'Fallback encoder' 'Vorbis'
'Audio' 'Selection Behavior' [Audio Defaults] 'Fallback encoder' 'FLAC 16-bit'
'Audio' 'Selection Behavior' [Audio Defaults] 'Fallback encoder' 'FLAC 24-bit'
'Audio' 'Selection Behavior' [Audio Defaults] 'Fallback encoder' 'Opus (libopus)'
'Audio' 'Selection Behavior' [Audio Defaults] 'Fallback encoder' 'None'
'Audio' 'Selection Behavior' [Audio Defaults] 'Add Track'
'Audio' 'Selection Behavior' [Audio Defaults] 'Clear'
'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'AAC (avcodec)'
'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'MP3'
'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'AC3'
'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'Auto Passthru'
'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'AC3 Passthru'
'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'E-AC3 Passthru'
'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'DTS Passthru'
'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'DTS-HD Passthru'
'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'TrueHD Passthru'
'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'AAC Passthru'
'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'MP3 Passthru'
'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'Vorbis Passthru'
'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'FLAC 16-bit'
'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'FLAC 24-bit'
'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'FLAC Passthru'
'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'Opus (libopus)'
'Audio' 'Selection Behavior' [Audio Defaults] 'Bitrate'
'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' 'None'
'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' 'Mono'
'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' 'Mono (Left only)'
'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' 'Mono (Right only)'
'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' 'Stereo'
'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' 'Dolby Surround'
'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' 'Dolby Pro Logic II'
'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' '5.1 Channels'
'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' '6.1 Channels'
'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' '7.1 Channels'
'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' '7.1 (5F/2R/LFE)'
'Audio' 'Selection Behavior' [Audio Defaults] 'Samplerate' 'Auto'
'Audio' 'Selection Behavior' [Audio Defaults] 'Samplerate' '8 12 16 24 32'
'Audio' 'Selection Behavior' [Audio Defaults] 'Samplerate' '11.025 22.05 44.1'
'Audio' 'Selection Behavior' [Audio Defaults] 'Samplerate' '48'
'Audio' 'Selection Behavior' [Audio Defaults] 'DRC'
'Audio' 'Selection Behavior' [Audio Defaults] 'Gain'
'Audio' 'Reload'
'Audio' [table] 'Codec' 'AAC (avcodec)'
'Audio' [table] 'Codec' 'MP3'
'Audio' [table] 'Codec' 'AC3'
'Audio' [table] 'Codec' 'Auto Passthru'
'Audio' [table] 'Codec' 'AC3 Passthru'
'Audio' [table] 'Codec' 'E-AC3 Passthru'
'Audio' [table] 'Codec' 'DTS Passthru'
'Audio' [table] 'Codec' 'DTS-HD Passthru'
'Audio' [table] 'Codec' 'TrueHD Passthru'
'Audio' [table] 'Codec' 'AAC Passthru'
'Audio' [table] 'Codec' 'MP3 Passthru'
'Audio' [table] 'Codec' 'Vorbis Passthru'
'Audio' [table] 'Codec' 'FLAC 16-bit'
'Audio' [table] 'Codec' 'FLAC 24-bit'
'Audio' [table] 'Codec' 'FLAC Passthru'
'Audio' [table] 'Codec' 'Opus (libopus)'
'Audio' [table] 'Bitrate'
'Audio' [table] 'Mixdown' 'Mono'
'Audio' [table] 'Mixdown' 'Mono (Left only)'
'Audio' [table] 'Mixdown' 'Mono (Right only)'
'Audio' [table] 'Mixdown' 'Stereo'
'Audio' [table] 'Mixdown' 'Dolby Surround'
'Audio' [table] 'Mixdown' 'Dolby Pro Logic II'
'Audio' [table] 'Mixdown' '5.1 Channels'
'Audio' [table] 'v'
'Audio' [table] 'v' 'Samplerate' 'Auto'
'Audio' [table] 'v' 'Samplerate' '8 12 16 24 32'
'Audio' [table] 'v' 'Samplerate' '11.025 22.05 44.1'
'Audio' [table] 'v' 'Samplerate' '48'
'Audio' [table] 'v' 'DRC'
'Audio' [table] 'v' 'Gain'
'Subtitles' 'Add Track' 'Add New Track'
'Subtitles' 'Add Track' 'Add All Remaining Tracks'
'Subtitles' 'Add Track' 'Add All Remaining Closed Captions'
'Subtitles' 'Add Track' 'Add All Remaining Selected Languages'
'Subtitles' 'Import SRT'
'Subtitles' 'Clear'
'Subtitles' 'Selection Behavior' [Subtitle Defaults] 'Track Selection Behavior' 'None'
'Subtitles' 'Selection Behavior' [Subtitle Defaults] 'Track Selection Behavior' 'First Matching Selected Language'
'Subtitles' 'Selection Behavior' [Subtitle Defaults] 'Track Selection Behavior' 'All Matching Selected Languages'
'Subtitles' 'Selection Behavior' [Subtitle Defaults] 'Add Closed Captions when available'
'Subtitles' 'Selection Behavior' [Subtitle Defaults] 'Add Foreign Audio Scan'
'Subtitles' 'Selection Behavior' [Subtitle Defaults] 'Move Right'
'Subtitles' 'Selection Behavior' [Subtitle Defaults] 'Move Left'
'Subtitles' 'Selection Behavior' [Subtitle Defaults] 'Clear'
'Subtitles' [table] 'Foreign Audio Scan'
'Subtitles' [table] 'Foreign Audio Scan' 'Forced Only'
'Subtitles' [table] 'Foreign Audio Scan' 'Burn In'
'Subtitles' [table] 'Foreign Audio Scan' 'Default'
'Chapters' '
markfilipak
Bright Spark User
Posts: 313
Joined: Thu Aug 01, 2019 8:58 pm

Re: Desired: GUI-to-CLI generator

Post by markfilipak »

Please excuse the 2 redundant 'Filters' 'Rotate' ' entries.
User avatar
BradleyS
Moderator
Posts: 1860
Joined: Thu Aug 09, 2007 12:16 pm

Re: Desired: GUI-to-CLI generator

Post by BradleyS »

I hate to be a downer, but I've put a lot of work into making the documentation not be about defining buttons and other controls—even features. Instead, the focus is workflows, meaning the user has a common goal and we show them the steps to take to achieve their goal.

Anyway, you're welcome to contribute. Please read the contributing doc in the repository. Every article is written in Markdown with a YAML header, which the included build system converts to static HTML, applying a template and copying related assets in the process.
markfilipak
Bright Spark User
Posts: 313
Joined: Thu Aug 01, 2019 8:58 pm

Re: Desired: GUI-to-CLI generator

Post by markfilipak »

BradleyS wrote: Tue Aug 06, 2019 4:04 am I hate to be a downer, but I've put a lot of work into making the documentation not be about defining buttons and other controls—even features. Instead, the focus is workflows, meaning the user has a common goal and we show them the steps to take to achieve their goal.
And that makes sense to you. I realize that. But what about hackers like me who want to understand the application, not simply accomplish a short-term goal?

I've only moments ago discovered that almost all of the 'Video' choices are modal, based on the codec chosen. That was confusing me as choices seemed to disappear, then reappear as I made experimental transcodes. Then I discovered that almost everything is modal, including the 'Video', based on whether the output is to be MP4 or MKV.

My experience is that people are extremely visual and are very good at seeing patterns and following visual cues. Modal dialogs are great for programmers, not so good for users. Modal dialogs confuse users (and, I believe, they sometimes lure developers into 'stretching' a dialog function into areas that don't work ...and I'm sure it negatively impacts code coverage). If it was up to me, I'd put MP4 setup in one format, one color background, one border style, and I'd put MKV setup in a totally different format, different color background, different border style. Ditto for each of the 'Video' sections for each of the target video types: MP4 & MKV. But redesigning the GUI is not up to me, so I won't say anything more about it.

Bradley, your documentation is fine. I wouldn't change a word of it, but I would add a glossary as your documentation relies on nomenclature with which users will not be familiar. Regarding the approach I want to take, just trust me a bit. It will cost you nothing beyond answering a few basic questions -- something at which you obviously excel. For the style of most of what I want to document, topics will naturally link to modal-type explanations, but documenting the GUI in brutal detail will pay dividends, I'm sure of it.
Anyway, you're welcome to contribute. Please read the contributing doc in the repository. Every article is written in Markdown with a YAML header, which the included build system converts to static HTML, applying a template and copying related assets in the process.
I'd rather not have anything to do with git. I fervently believe that git is part of the problem. Can you suggest an alternative, more informal venue?
markfilipak
Bright Spark User
Posts: 313
Joined: Thu Aug 01, 2019 8:58 pm

Re: Desired: GUI-to-CLI generator

Post by markfilipak »

This is a bit more off-topic, but I'm here and the following really doesn't merit a separate topic. I'm curious what you all think of this statement from my architecture introduction (a separate project).
Note: This humble writer fails to see how the word "pixel" is better than "sample", or how "pel" is better than "dot". Since "pixels" (which most people think are on the TV screen) & "pels" (which is an unknown term to most people) are used inconsistently and produce much confusion, "sample" & "dot" are used here. Samples are what's on the disc. Dots are what's on the screen. Further, samples are arranged in lines, dots are arranged in rows. So a disc 'image' has lines of samples, a screen image has rows of dots.
By the way, HandBrake is using PAR in places where DAR or SAR should be used. I don't use either of them. I use these:
DR: dot ratio (dots:rows)
SR: sample ratio (samples:lines)
DSR: dot-to-sample ratio (aka PAR)
Some documents I've read call DAR "display aspect ratio", others call it "data aspect ratio".
Some documents I've read call SAR "screen aspect ratio", others call it "storage aspect ratio".
So you see that some 'authorities' have PAR = DAR/SAR, others have PAR = SAR/DAR.
That's the reason I go for
DSR = DR/SR
Any comments?
mduell
Veteran User
Posts: 8187
Joined: Sat Apr 21, 2007 8:54 pm

Re: Desired: GUI-to-CLI generator

Post by mduell »

markfilipak wrote: Tue Aug 06, 2019 4:53 amI fervently believe that git is part of the problem.
Oh boy. :popcorn:
Woodstock
Veteran User
Posts: 4614
Joined: Tue Aug 27, 2013 6:39 am

Re: Desired: GUI-to-CLI generator

Post by Woodstock »

markfilipak wrote: Tue Aug 06, 2019 4:53 amI'd rather not have anything to do with git. I fervently believe that git is part of the problem. Can you suggest an alternative, more informal venue?
Git is the defined way of doing things on this project. If you do not like doing it that way, there exists multiple alternatives, starting with making a "fork" of the existing project, managed on whatever platform is not "part of the problem", and take responsibility for maintaining it. The GPL allows you to do that.

There are many forks of projects started for far more trivial reasons than the source code manager being used.
markfilipak
Bright Spark User
Posts: 313
Joined: Thu Aug 01, 2019 8:58 pm

Re: Desired: GUI-to-CLI generator

Post by markfilipak »

In the face of the lack of enthusiasm here, I've decided there is no market for my documentation and I should not waste what time I have left on this planet.
video.baba
Novice
Posts: 59
Joined: Sun May 24, 2015 11:12 am

Re: Desired: GUI-to-CLI generator

Post by video.baba »

That's kind of 'deep'?
markfilipak
Bright Spark User
Posts: 313
Joined: Thu Aug 01, 2019 8:58 pm

Re: Desired: GUI-to-CLI generator

Post by markfilipak »

Well, when you're 72 years old and a 7 year cancer survivor, wasting time is the worst thing you can do. Try to understand.
markfilipak
Bright Spark User
Posts: 313
Joined: Thu Aug 01, 2019 8:58 pm

Re: Desired: GUI-to-CLI generator

Post by markfilipak »

Well, I produced this as preparation to confirm that each choice is appropriate to the task (sort of code coverage by documentaion). Perhaps having this list already available will save time for someone in the future.

'Dimensions' 'Size' 'Source' -- this should really be moved 'above the line' and put with the "Source:" statistics because where it is (in 'Dimensions') gives the impression that the user needs to tell
HandBreak what the source size is (in the 'Width:' & 'Height:' controls directly below) whereas 'Width:' & 'Height:' actually refer to the transcode target.

Source (Input) Pre-processing Options:
'Filters' 'Detelecine' 'Off'
'Filters' 'Detelecine' 'Custom'
'Filters' 'Detelecine' 'Default'
'Filters' 'Interlace Detection' 'Off'
'Filters' 'Interlace Detection' 'Custom'
'Filters' 'Interlace Detection' 'Default'
'Filters' 'Interlace Detection' 'LessSensitive'
'Filters' 'Interlace Detection' 'Fast'

MP4 Target (Output) Options:
'Summary' 'Format' 'MP4'
'Summary' 'Format' 'MP4' 'Web Optimized'
'Summary' 'Format' 'MP4' 'Align A/V Start'
'Summary' 'Format' 'MP4' 'iPod 5G Support'
'Summary' 'Tracks'
'Summary' 'Filters'
'Summary' 'Size'
[MP4] 'Dimensions' 'Size' 'Width'
[MP4] 'Dimensions' 'Size' 'Height'
[MP4] 'Dimensions' 'Size' 'Anamorphic'
[MP4] 'Dimensions' 'Size' 'Modulus'
[MP4] 'Dimensions' 'Output' 'Display Size'
[MP4] 'Filters' 'Deinterlace' 'Off'
[MP4] 'Filters' 'Deinterlace' 'Yadif'
[MP4] 'Filters' 'Deinterlace' 'Decomb'
[MP4] 'Filters' 'Denoise' 'hqdn3d'
[MP4] 'Filters' 'Denoise' 'NLMeans'
[MP4] 'Filters' 'Sharpen' 'UnSharp'
[MP4] 'Filters' 'Sharpen' 'LapSharp'
[MP4] 'Filters' 'Deblock' 'Off'
[MP4] 'Filters' 'Deblock' '5 to 15'
[MP4] 'Filters' 'Grayscale'
[MP4] 'Filters' 'Rotate' '0 90 180 270'
[MP4] 'Filters' 'Flip'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Quality' 'Constant Quality RF' '0 to 51'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Quality' 'Avg Bitrate (kbps)'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Preset' 'Ultrafast'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Preset' 'Superfast'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Preset' 'Veryfast'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Preset' 'Faster'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Preset' 'Fast'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Preset' 'Medium'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Preset' 'Slow'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Preset' 'Slower'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Preset' 'VerySlow'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Preset' 'Placebo'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Tune' 'None'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Tune' 'Film'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Tune' 'Animation'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Tune' 'Grain'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Tune' 'Still Image'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Tune' 'PSNR'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Tune' 'SSIM'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Tune' 'Zero Latency'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Profile' 'Auto'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Profile' 'High'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Profile' 'Main'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Profile' 'Baseline'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Level' 'Auto'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Level' '1.0 1b 1.1 1.2 1.3'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Level' '2.0 2.1 2.2'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Level' '3.0 3.1 3.2'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Level' '4.0 4.1 4.2'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Level' '5.0 5.1 5.2'
[MP4] 'Video' 'Video Codec' 'H.264 (x264)' 'Extra Options'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Quality' 'Constant Quality RF' '0 to 51'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Quality' 'Avg Bitrate (kbps)'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Preset' 'Ultrafast'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Preset' 'Superfast'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Preset' 'Veryfast'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Preset' 'Faster'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Preset' 'Fast'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Preset' 'Medium'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Preset' 'Slow'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Preset' 'Slower'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Preset' 'VerySlow'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Preset' 'Placebo'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Tune' 'None'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Tune' 'Film'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Tune' 'Animation'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Tune' 'Grain'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Tune' 'Still Image'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Tune' 'PSNR'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Tune' 'SSIM'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Tune' 'Zero Latency'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Profile' 'Auto'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Profile' 'high10'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Level' 'Auto'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Level' '1.0 1b 1.1 1.2 1.3'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Level' '2.0 2.1 2.2'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Level' '3.0 3.1 3.2'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Level' '4.0 4.1 4.2'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Level' '5.0 5.1 5.2'
[MP4] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Extra Options'
[MP4] 'Video' 'Video Codec' 'H.264 (Intel QSV)'
[MP4] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Quality' 'Constant Quality QP' '0 to 51'
[MP4] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Quality' 'Avg Bitrate (kbps)'
[MP4] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Encoder Preset' 'Speed'
[MP4] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Encoder Preset' 'Balanced'
[MP4] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Encoder Preset' 'Quality'
[MP4] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Encoder Profile' 'Auto'
[MP4] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Encoder Profile' 'High'
[MP4] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Encoder Profile' 'Main'
[MP4] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Encoder Profile' 'Baseline'
[MP4] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Encoder Level' 'Auto'
[MP4] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Encoder Level' '1.0 1b 1.1 1.2 1.3'
[MP4] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Encoder Level' '2.0 2.1 2.2'
[MP4] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Encoder Level' '3.0 3.1 3.2'
[MP4] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Encoder Level' '4.0 4.1 4.2'
[MP4] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Encoder Level' '5.0 5.1 5.2'
[MP4] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Extra Options'
[MP4] 'Video' 'Video Codec' 'MPEG-4'
[MP4] 'Video' 'Video Codec' 'MPEG-4' 'Quality' 'Constant Quality QP' '1 to 31'
[MP4] 'Video' 'Video Codec' 'MPEG-4' 'Quality' 'Avg Bitrate (kbps)'
[MP4] 'Video' 'Video Codec' 'MPEG-4' 'Extra Options'
[MP4] 'Video' 'Video Codec' 'MPEG-2'
[MP4] 'Video' 'Video Codec' 'MPEG-2' 'Quality' 'Constant Quality QP' '1 to 31'
[MP4] 'Video' 'Video Codec' 'MPEG-2' 'Quality' 'Avg Bitrate (kbps)'
[MP4] 'Video' 'Video Codec' 'MPEG-2' 'Extra Options'
[MP4] 'Video' 'Video Codec' 'Theora'
[MP4] 'Video' 'Video Codec' 'Theora' 'Extra Options'
[MP4] 'Video' 'Video Codec' 'H.265 (x265)'
[MP4] 'Video' 'Video Codec' 'H.265 (x265)' 'Quality' 'Constant Quality RF' '0 to 51'
[MP4] 'Video' 'Video Codec' 'H.265 (x265)' 'Quality' 'Avg Bitrate (kbps)'
[MP4] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Preset' 'Ultrafast'
[MP4] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Preset' 'Superfast'
[MP4] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Preset' 'Veryfast'
[MP4] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Preset' 'Faster'
[MP4] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Preset' 'Fast'
[MP4] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Preset' 'Medium'
[MP4] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Preset' 'Slow'
[MP4] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Preset' 'Slower'
[MP4] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Preset' 'VerySlow'
[MP4] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Preset' 'Placebo'
[MP4] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Tune' 'None'
[MP4] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Tune' 'PSNR'
[MP4] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Tune' 'SSIM'
[MP4] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Tune' 'Grain'
[MP4] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Tune' 'Zero Latency'
[MP4] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Profile' 'Auto'
[MP4] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Profile' 'Main'
[MP4] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Profile' 'Main Still Picture'
[MP4] 'Video' 'Video Codec' 'H.265 (x265)' 'Extra Options'
[MP4] 'Video' 'Video Codec' 'H.265 12-bit (x265)'
[MP4] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Quality' 'Constant Quality RF' '0 to 51'
[MP4] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Quality' 'Avg Bitrate (kbps)'
[MP4] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Preset' 'Ultrafast'
[MP4] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Preset' 'Superfast'
[MP4] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Preset' 'Veryfast'
[MP4] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Preset' 'Faster'
[MP4] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Preset' 'Fast'
[MP4] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Preset' 'Medium'
[MP4] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Preset' 'Slow'
[MP4] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Preset' 'Slower'
[MP4] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Preset' 'VerySlow'
[MP4] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Preset' 'Placebo'
[MP4] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Tune' 'None'
[MP4] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Tune' 'PSNR'
[MP4] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Tune' 'SSIM'
[MP4] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Tune' 'Grain'
[MP4] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Tune' 'Zero Latency'
[MP4] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Profile' 'Auto'
[MP4] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Profile' 'Main 12'
[MP4] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Profile' 'Main 12-intra'
[MP4] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Extra Options'
[MP4] 'Video' 'Video Codec' 'H.265 10-bit (x265)'
[MP4] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Quality' 'Constant Quality RF' '0 to 51'
[MP4] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Quality' 'Avg Bitrate (kbps)'
[MP4] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Preset' 'Ultrafast'
[MP4] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Preset' 'Superfast'
[MP4] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Preset' 'Veryfast'
[MP4] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Preset' 'Faster'
[MP4] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Preset' 'Fast'
[MP4] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Preset' 'Medium'
[MP4] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Preset' 'Slow'
[MP4] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Preset' 'Slower'
[MP4] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Preset' 'VerySlow'
[MP4] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Preset' 'Placebo'
[MP4] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Tune' 'None'
[MP4] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Tune' 'PSNR'
[MP4] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Tune' 'SSIM'
[MP4] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Tune' 'Grain'
[MP4] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Tune' 'Zero Latency'
[MP4] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Profile' 'Auto'
[MP4] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Profile' 'Main 10'
[MP4] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Profile' 'Main 10-intra'
[MP4] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Extra Options'
[MP4] 'Video' 'Video Codec' 'H.265 (Intel QSV)'
[MP4] 'Video' 'Video Codec' 'H.265 (Intel QSV)' 'Quality' 'Constant Quality RF' '0 to 51'
[MP4] 'Video' 'Video Codec' 'H.265 (Intel QSV)' 'Quality' 'Avg Bitrate (kbps)'
[MP4] 'Video' 'Video Codec' 'H.265 (Intel QSV)' 'Encoder Preset' 'Speed'
[MP4] 'Video' 'Video Codec' 'H.265 (Intel QSV)' 'Encoder Preset' 'Balanced'
[MP4] 'Video' 'Video Codec' 'H.265 (Intel QSV)' 'Encoder Preset' 'Quality'
[MP4] 'Video' 'Video Codec' 'H.265 (Intel QSV)' 'Encoder Level' 'Auto'
[MP4] 'Video' 'Video Codec' 'H.265 (Intel QSV)' 'Encoder Level' '1.0'
[MP4] 'Video' 'Video Codec' 'H.265 (Intel QSV)' 'Encoder Level' '2.0 2.1'
[MP4] 'Video' 'Video Codec' 'H.265 (Intel QSV)' 'Encoder Level' '3.0 3.1'
[MP4] 'Video' 'Video Codec' 'H.265 (Intel QSV)' 'Encoder Level' '4.0 4.1'
[MP4] 'Video' 'Video Codec' 'H.265 (Intel QSV)' 'Encoder Level' '5.0 5.1 5.2'
[MP4] 'Video' 'Video Codec' 'H.265 (Intel QSV)' 'Encoder Level' '6.0 6.1 6.2'
[MP4] 'Video' 'Video Codec' 'H.265 (Intel QSV)' 'Extra Options'
[MP4] 'Video' 'Framerate (FPS)' 'Same as source'
[MP4] 'Video' 'Framerate (FPS)' '5 10 12 15 20 72 75 90'
[MP4] 'Video' 'Framerate (FPS)' '23.976 24 48'
[MP4] 'Video' 'Framerate (FPS)' '25 50 100'
[MP4] 'Video' 'Framerate (FPS)' '29.97 30 59.94 60 120'
[MP4] 'Video' 'Framerate (FPS)' 'Constant Framerate'
[MP4] 'Video' 'Framerate (FPS)' 'Variable Framerate'
[MP4] 'Video' 'Quality' ...set 'Video' 'Video Codec' first, then follow the steps from there.
[MP4] 'Video' 'Optimize Video' ...set 'Video' 'Video Codec' first, then follow the steps from there.
[MP4] 'Audio' 'Add Track' 'Add New Track'
[MP4] 'Audio' 'Add Track' 'Add All Remaining Tracks'
[MP4] 'Audio' 'Add Track' 'Add All Remaining Selected Languages'
[MP4] 'Audio' 'Clear'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Track Selection Behavior' 'No Audio'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Track Selection Behavior' 'First Matching Selected Language'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Track Selection Behavior' 'All Matching Selected Languages'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'For Additional Tracks' 'Use First Track as template'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'For Additional Tracks' 'Use All Tracks as templates'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Choose Languages' 'Move Right'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Choose Languages' 'Move Left'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Choose Languages' 'Move Clear'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Auto Passthru Behavior'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Fallback encoder' 'AAC (avcodec)'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Fallback encoder' 'MP3'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Fallback encoder' 'AC3'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Fallback encoder' 'Vorbis'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Fallback encoder' 'FLAC 16-bit'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Fallback encoder' 'FLAC 24-bit'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Fallback encoder' 'Opus (libopus)'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Fallback encoder' 'None'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Add Track'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Clear'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'AAC (avcodec)'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'MP3'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'AC3'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'Auto Passthru'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'AC3 Passthru'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'E-AC3 Passthru'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'DTS Passthru'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'DTS-HD Passthru'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'TrueHD Passthru'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'AAC Passthru'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'MP3 Passthru'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'Vorbis Passthru'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'FLAC 16-bit'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'FLAC 24-bit'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'FLAC Passthru'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'Opus (libopus)'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Bitrate'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' 'None'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' 'Mono'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' 'Mono (Left only)'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' 'Mono (Right only)'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' 'Stereo'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' 'Dolby Surround'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' 'Dolby Pro Logic II'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' '5.1 Channels'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' '6.1 Channels'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' '7.1 Channels'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' '7.1 (5F/2R/LFE)'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Samplerate' 'Auto'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Samplerate' '8 12 16 24 32'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Samplerate' '11.025 22.05 44.1'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Samplerate' '48'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'DRC'
[MP4] 'Audio' 'Selection Behavior' [Audio Defaults] 'Gain'
[MP4] 'Audio' 'Reload'
[MP4] 'Audio' [table] 'Codec' 'AAC (avcodec)'
[MP4] 'Audio' [table] 'Codec' 'MP3'
[MP4] 'Audio' [table] 'Codec' 'AC3'
[MP4] 'Audio' [table] 'Codec' 'Auto Passthru'
[MP4] 'Audio' [table] 'Codec' 'AC3 Passthru'
[MP4] 'Audio' [table] 'Codec' 'E-AC3 Passthru'
[MP4] 'Audio' [table] 'Codec' 'DTS Passthru'
[MP4] 'Audio' [table] 'Codec' 'DTS-HD Passthru'
[MP4] 'Audio' [table] 'Codec' 'TrueHD Passthru'
[MP4] 'Audio' [table] 'Codec' 'AAC Passthru'
[MP4] 'Audio' [table] 'Codec' 'MP3 Passthru'
[MP4] 'Audio' [table] 'Codec' 'Vorbis Passthru'
[MP4] 'Audio' [table] 'Codec' 'FLAC 16-bit'
[MP4] 'Audio' [table] 'Codec' 'FLAC 24-bit'
[MP4] 'Audio' [table] 'Codec' 'FLAC Passthru'
[MP4] 'Audio' [table] 'Codec' 'Opus (libopus)'
[MP4] 'Audio' [table] 'Bitrate'
[MP4] 'Audio' [table] 'Mixdown' 'Mono'
[MP4] 'Audio' [table] 'Mixdown' 'Mono (Left only)'
[MP4] 'Audio' [table] 'Mixdown' 'Mono (Right only)'
[MP4] 'Audio' [table] 'Mixdown' 'Stereo'
[MP4] 'Audio' [table] 'Mixdown' 'Dolby Surround'
[MP4] 'Audio' [table] 'Mixdown' 'Dolby Pro Logic II'
[MP4] 'Audio' [table] 'Mixdown' '5.1 Channels'
[MP4] 'Audio' [table] 'v'
[MP4] 'Audio' [table] 'v' 'Samplerate' 'Auto'
[MP4] 'Audio' [table] 'v' 'Samplerate' '8 12 16 24 32'
[MP4] 'Audio' [table] 'v' 'Samplerate' '11.025 22.05 44.1'
[MP4] 'Audio' [table] 'v' 'Samplerate' '48'
[MP4] 'Audio' [table] 'v' 'DRC'
[MP4] 'Audio' [table] 'v' 'Gain'
[MP4] 'Subtitles' 'Add Track' 'Add New Track'
[MP4] 'Subtitles' 'Add Track' 'Add All Remaining Tracks'
[MP4] 'Subtitles' 'Add Track' 'Add All Remaining Closed Captions'
[MP4] 'Subtitles' 'Add Track' 'Add All Remaining Selected Languages'
[MP4] 'Subtitles' 'Import SRT'
[MP4] 'Subtitles' 'Clear'
[MP4] 'Subtitles' 'Selection Behavior' [Subtitle Defaults] 'Track Selection Behavior' 'None'
[MP4] 'Subtitles' 'Selection Behavior' [Subtitle Defaults] 'Track Selection Behavior' 'First Matching Selected Language'
[MP4] 'Subtitles' 'Selection Behavior' [Subtitle Defaults] 'Track Selection Behavior' 'All Matching Selected Languages'
[MP4] 'Subtitles' 'Selection Behavior' [Subtitle Defaults] 'Add Closed Captions when available'
[MP4] 'Subtitles' 'Selection Behavior' [Subtitle Defaults] 'Add Foreign Audio Scan'
[MP4] 'Subtitles' 'Selection Behavior' [Subtitle Defaults] 'Move Right'
[MP4] 'Subtitles' 'Selection Behavior' [Subtitle Defaults] 'Move Left'
[MP4] 'Subtitles' 'Selection Behavior' [Subtitle Defaults] 'Clear'
[MP4] 'Subtitles' [table] 'Foreign Audio Scan'
[MP4] 'Subtitles' [table] 'Foreign Audio Scan' 'Forced Only'
[MP4] 'Subtitles' [table] 'Foreign Audio Scan' 'Burn In'
[MP4] 'Subtitles' [table] 'Foreign Audio Scan' 'Default'
[MP4] 'Chapters'

MKV Target (Output) Options:
'Summary' 'Format' 'MKV'
'Summary' 'Tracks'
'Summary' 'Filters'
'Summary' 'Size'
'Dimensions' 'Size' 'Width'
'Dimensions' 'Size' 'Height'
'Dimensions' 'Size' 'Anamorphic'
'Dimensions' 'Size' 'Modulus'
'Dimensions' 'Output' 'Display Size'
[MKV] 'Filters' 'Deinterlace' 'Off'
[MKV] 'Filters' 'Deinterlace' 'Yadif'
[MKV] 'Filters' 'Deinterlace' 'Decomb'
[MKV] 'Filters' 'Denoise' 'hqdn3d'
[MKV] 'Filters' 'Denoise' 'NLMeans'
[MKV] 'Filters' 'Sharpen' 'UnSharp'
[MKV] 'Filters' 'Sharpen' 'LapSharp'
[MKV] 'Filters' 'Deblock' 'Off'
[MKV] 'Filters' 'Deblock' '5 to 15'
[MKV] 'Filters' 'Grayscale'
[MKV] 'Filters' 'Rotate' '0 90 180 270'
[MKV] 'Filters' 'Flip'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Quality' 'Constant Quality RF' '0 to 51'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Quality' 'Avg Bitrate (kbps)'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Preset' 'Ultrafast'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Preset' 'Superfast'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Preset' 'Veryfast'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Preset' 'Faster'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Preset' 'Fast'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Preset' 'Medium'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Preset' 'Slow'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Preset' 'Slower'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Preset' 'VerySlow'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Preset' 'Placebo'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Tune' 'None'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Tune' 'Film'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Tune' 'Animation'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Tune' 'Grain'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Tune' 'Still Image'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Tune' 'PSNR'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Tune' 'SSIM'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Tune' 'Zero Latency'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Profile' 'Auto'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Profile' 'High'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Profile' 'Main'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Profile' 'Baseline'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Level' 'Auto'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Level' '1.0 1b 1.1 1.2 1.3'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Level' '2.0 2.1 2.2'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Level' '3.0 3.1 3.2'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Level' '4.0 4.1 4.2'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Encoder Level' '5.0 5.1 5.2'
[MKV] 'Video' 'Video Codec' 'H.264 (x264)' 'Extra Options'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Quality' 'Constant Quality RF' '0 to 51'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Quality' 'Avg Bitrate (kbps)'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Preset' 'Ultrafast'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Preset' 'Superfast'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Preset' 'Veryfast'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Preset' 'Faster'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Preset' 'Fast'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Preset' 'Medium'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Preset' 'Slow'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Preset' 'Slower'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Preset' 'VerySlow'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Preset' 'Placebo'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Tune' 'None'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Tune' 'Film'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Tune' 'Animation'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Tune' 'Grain'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Tune' 'Still Image'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Tune' 'PSNR'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Tune' 'SSIM'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Tune' 'Zero Latency'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Profile' 'Auto'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Profile' 'high10'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Level' 'Auto'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Level' '1.0 1b 1.1 1.2 1.3'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Level' '2.0 2.1 2.2'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Level' '3.0 3.1 3.2'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Level' '4.0 4.1 4.2'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Encoder Level' '5.0 5.1 5.2'
[MKV] 'Video' 'Video Codec' 'H.264 10-bit (x264)' 'Extra Options'
[MKV] 'Video' 'Video Codec' 'H.264 (Intel QSV)'
[MKV] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Quality' 'Constant Quality QP' '0 to 51'
[MKV] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Quality' 'Avg Bitrate (kbps)'
[MKV] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Encoder Preset' 'Speed'
[MKV] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Encoder Preset' 'Balanced'
[MKV] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Encoder Preset' 'Quality'
[MKV] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Encoder Profile' 'Auto'
[MKV] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Encoder Profile' 'High'
[MKV] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Encoder Profile' 'Main'
[MKV] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Encoder Profile' 'Baseline'
[MKV] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Encoder Level' 'Auto'
[MKV] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Encoder Level' '1.0 1b 1.1 1.2 1.3'
[MKV] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Encoder Level' '2.0 2.1 2.2'
[MKV] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Encoder Level' '3.0 3.1 3.2'
[MKV] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Encoder Level' '4.0 4.1 4.2'
[MKV] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Encoder Level' '5.0 5.1 5.2'
[MKV] 'Video' 'Video Codec' 'H.264 (Intel QSV)' 'Extra Options'
[MKV] 'Video' 'Video Codec' 'MPEG-4'
[MKV] 'Video' 'Video Codec' 'MPEG-4' 'Quality' 'Constant Quality QP' '1 to 31'
[MKV] 'Video' 'Video Codec' 'MPEG-4' 'Quality' 'Avg Bitrate (kbps)'
[MKV] 'Video' 'Video Codec' 'MPEG-4' 'Extra Options'
[MKV] 'Video' 'Video Codec' 'MPEG-2'
[MKV] 'Video' 'Video Codec' 'MPEG-2' 'Quality' 'Constant Quality QP' '1 to 31'
[MKV] 'Video' 'Video Codec' 'MPEG-2' 'Quality' 'Avg Bitrate (kbps)'
[MKV] 'Video' 'Video Codec' 'MPEG-2' 'Extra Options'
[MKV] 'Video' 'Video Codec' 'Theora'
[MKV] 'Video' 'Video Codec' 'Theora' 'Extra Options'
[MKV] 'Video' 'Video Codec' 'H.265 (x265)'
[MKV] 'Video' 'Video Codec' 'H.265 (x265)' 'Quality' 'Constant Quality RF' '0 to 51'
[MKV] 'Video' 'Video Codec' 'H.265 (x265)' 'Quality' 'Avg Bitrate (kbps)'
[MKV] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Preset' 'Ultrafast'
[MKV] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Preset' 'Superfast'
[MKV] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Preset' 'Veryfast'
[MKV] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Preset' 'Faster'
[MKV] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Preset' 'Fast'
[MKV] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Preset' 'Medium'
[MKV] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Preset' 'Slow'
[MKV] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Preset' 'Slower'
[MKV] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Preset' 'VerySlow'
[MKV] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Preset' 'Placebo'
[MKV] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Tune' 'None'
[MKV] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Tune' 'PSNR'
[MKV] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Tune' 'SSIM'
[MKV] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Tune' 'Grain'
[MKV] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Tune' 'Zero Latency'
[MKV] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Profile' 'Auto'
[MKV] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Profile' 'Main'
[MKV] 'Video' 'Video Codec' 'H.265 (x265)' 'Encoder Profile' 'Main Still Picture'
[MKV] 'Video' 'Video Codec' 'H.265 (x265)' 'Extra Options'
[MKV] 'Video' 'Video Codec' 'H.265 12-bit (x265)'
[MKV] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Quality' 'Constant Quality RF' '0 to 51'
[MKV] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Quality' 'Avg Bitrate (kbps)'
[MKV] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Preset' 'Ultrafast'
[MKV] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Preset' 'Superfast'
[MKV] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Preset' 'Veryfast'
[MKV] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Preset' 'Faster'
[MKV] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Preset' 'Fast'
[MKV] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Preset' 'Medium'
[MKV] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Preset' 'Slow'
[MKV] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Preset' 'Slower'
[MKV] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Preset' 'VerySlow'
[MKV] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Preset' 'Placebo'
[MKV] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Tune' 'None'
[MKV] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Tune' 'PSNR'
[MKV] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Tune' 'SSIM'
[MKV] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Tune' 'Grain'
[MKV] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Tune' 'Zero Latency'
[MKV] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Profile' 'Auto'
[MKV] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Profile' 'Main 12'
[MKV] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Encoder Profile' 'Main 12-intra'
[MKV] 'Video' 'Video Codec' 'H.265 12-bit (x265)' 'Extra Options'
[MKV] 'Video' 'Video Codec' 'H.265 10-bit (x265)'
[MKV] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Quality' 'Constant Quality RF' '0 to 51'
[MKV] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Quality' 'Avg Bitrate (kbps)'
[MKV] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Preset' 'Ultrafast'
[MKV] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Preset' 'Superfast'
[MKV] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Preset' 'Veryfast'
[MKV] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Preset' 'Faster'
[MKV] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Preset' 'Fast'
[MKV] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Preset' 'Medium'
[MKV] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Preset' 'Slow'
[MKV] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Preset' 'Slower'
[MKV] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Preset' 'VerySlow'
[MKV] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Preset' 'Placebo'
[MKV] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Tune' 'None'
[MKV] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Tune' 'PSNR'
[MKV] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Tune' 'SSIM'
[MKV] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Tune' 'Grain'
[MKV] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Tune' 'Zero Latency'
[MKV] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Profile' 'Auto'
[MKV] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Profile' 'Main 10'
[MKV] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Encoder Profile' 'Main 10-intra'
[MKV] 'Video' 'Video Codec' 'H.265 10-bit (x265)' 'Extra Options'
[MKV] 'Video' 'Video Codec' 'H.265 (Intel QSV)'
[MKV] 'Video' 'Video Codec' 'H.265 (Intel QSV)' 'Quality' 'Constant Quality RF' '0 to 51'
[MKV] 'Video' 'Video Codec' 'H.265 (Intel QSV)' 'Quality' 'Avg Bitrate (kbps)'
[MKV] 'Video' 'Video Codec' 'H.265 (Intel QSV)' 'Encoder Preset' 'Speed'
[MKV] 'Video' 'Video Codec' 'H.265 (Intel QSV)' 'Encoder Preset' 'Balanced'
[MKV] 'Video' 'Video Codec' 'H.265 (Intel QSV)' 'Encoder Preset' 'Quality'
[MKV] 'Video' 'Video Codec' 'H.265 (Intel QSV)' 'Encoder Level' 'Auto'
[MKV] 'Video' 'Video Codec' 'H.265 (Intel QSV)' 'Encoder Level' '1.0'
[MKV] 'Video' 'Video Codec' 'H.265 (Intel QSV)' 'Encoder Level' '2.0 2.1'
[MKV] 'Video' 'Video Codec' 'H.265 (Intel QSV)' 'Encoder Level' '3.0 3.1'
[MKV] 'Video' 'Video Codec' 'H.265 (Intel QSV)' 'Encoder Level' '4.0 4.1'
[MKV] 'Video' 'Video Codec' 'H.265 (Intel QSV)' 'Encoder Level' '5.0 5.1 5.2'
[MKV] 'Video' 'Video Codec' 'H.265 (Intel QSV)' 'Encoder Level' '6.0 6.1 6.2'
[MKV] 'Video' 'Video Codec' 'H.265 (Intel QSV)' 'Extra Options'
[MKV] 'Video' 'Video Codec' 'VP8'
[MKV] 'Video' 'Video Codec' 'VP8' 'Quality' 'Constant Quality QP' '0 to 63'
[MKV] 'Video' 'Video Codec' 'VP8' 'Encoder Preset' 'Veryfast'
[MKV] 'Video' 'Video Codec' 'VP8' 'Encoder Preset' 'Faster'
[MKV] 'Video' 'Video Codec' 'VP8' 'Encoder Preset' 'Fast'
[MKV] 'Video' 'Video Codec' 'VP8' 'Encoder Preset' 'Medium'
[MKV] 'Video' 'Video Codec' 'VP8' 'Encoder Preset' 'Slow'
[MKV] 'Video' 'Video Codec' 'VP8' 'Encoder Preset' 'Slower'
[MKV] 'Video' 'Video Codec' 'VP8' 'Encoder Preset' 'VerySlow'
[MKV] 'Video' 'Video Codec' 'VP8' 'Extra Options'
[MKV] 'Video' 'Video Codec' 'VP9'
[MKV] 'Video' 'Video Codec' 'VP9' 'Quality' 'Constant Quality QP' '0 to 63'
[MKV] 'Video' 'Video Codec' 'VP9' 'Encoder Preset' 'Veryfast'
[MKV] 'Video' 'Video Codec' 'VP9' 'Encoder Preset' 'Faster'
[MKV] 'Video' 'Video Codec' 'VP9' 'Encoder Preset' 'Fast'
[MKV] 'Video' 'Video Codec' 'VP9' 'Encoder Preset' 'Medium'
[MKV] 'Video' 'Video Codec' 'VP9' 'Encoder Preset' 'Slow'
[MKV] 'Video' 'Video Codec' 'VP9' 'Encoder Preset' 'Slower'
[MKV] 'Video' 'Video Codec' 'VP9' 'Encoder Preset' 'VerySlow'
[MKV] 'Video' 'Video Codec' 'VP9' 'Extra Options'
[MKV] 'Video' 'Framerate (FPS)' 'Same as source'
[MKV] 'Video' 'Framerate (FPS)' '5 10 12 15 20 72 75 90'
[MKV] 'Video' 'Framerate (FPS)' '23.976 24 48'
[MKV] 'Video' 'Framerate (FPS)' '25 50 100'
[MKV] 'Video' 'Framerate (FPS)' '29.97 30 59.94 60 120'
[MKV] 'Video' 'Framerate (FPS)' 'Constant Framerate'
[MKV] 'Video' 'Framerate (FPS)' 'Variable Framerate'
[MKV] 'Video' 'Quality' ...set 'Video' 'Video Codec' first, then follow the steps from there.
[MKV] 'Video' 'Optimize Video' ...set 'Video' 'Video Codec' first, then follow the steps from there.
[MKV] 'Audio' 'Add Track' 'Add New Track'
[MKV] 'Audio' 'Add Track' 'Add All Remaining Tracks'
[MKV] 'Audio' 'Add Track' 'Add All Remaining Selected Languages'
[MKV] 'Audio' 'Clear'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Track Selection Behavior' 'No Audio'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Track Selection Behavior' 'First Matching Selected Language'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Track Selection Behavior' 'All Matching Selected Languages'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'For Additional Tracks' 'Use First Track as template'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'For Additional Tracks' 'Use All Tracks as templates'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Choose Languages' 'Move Right'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Choose Languages' 'Move Left'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Choose Languages' 'Move Clear'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Auto Passthru Behavior'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Fallback encoder' 'AAC (avcodec)'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Fallback encoder' 'MP3'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Fallback encoder' 'AC3'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Fallback encoder' 'Vorbis'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Fallback encoder' 'FLAC 16-bit'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Fallback encoder' 'FLAC 24-bit'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Fallback encoder' 'Opus (libopus)'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Fallback encoder' 'None'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Add Track'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Clear'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'AAC (avcodec)'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'MP3'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'AC3'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'Auto Passthru'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'AC3 Passthru'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'E-AC3 Passthru'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'DTS Passthru'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'DTS-HD Passthru'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'TrueHD Passthru'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'AAC Passthru'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'MP3 Passthru'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'Vorbis Passthru'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'FLAC 16-bit'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'FLAC 24-bit'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'FLAC Passthru'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Codec' 'Opus (libopus)'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Bitrate'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' 'None'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' 'Mono'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' 'Mono (Left only)'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' 'Mono (Right only)'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' 'Stereo'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' 'Dolby Surround'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' 'Dolby Pro Logic II'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' '5.1 Channels'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' '6.1 Channels'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' '7.1 Channels'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Mixdown' '7.1 (5F/2R/LFE)'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Samplerate' 'Auto'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Samplerate' '8 12 16 24 32'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Samplerate' '11.025 22.05 44.1'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Samplerate' '48'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'DRC'
[MKV] 'Audio' 'Selection Behavior' [Audio Defaults] 'Gain'
[MKV] 'Audio' 'Reload'
[MKV] 'Audio' [table] 'Codec' 'AAC (avcodec)'
[MKV] 'Audio' [table] 'Codec' 'MP3'
[MKV] 'Audio' [table] 'Codec' 'AC3'
[MKV] 'Audio' [table] 'Codec' 'Auto Passthru'
[MKV] 'Audio' [table] 'Codec' 'AC3 Passthru'
[MKV] 'Audio' [table] 'Codec' 'E-AC3 Passthru'
[MKV] 'Audio' [table] 'Codec' 'DTS Passthru'
[MKV] 'Audio' [table] 'Codec' 'DTS-HD Passthru'
[MKV] 'Audio' [table] 'Codec' 'TrueHD Passthru'
[MKV] 'Audio' [table] 'Codec' 'AAC Passthru'
[MKV] 'Audio' [table] 'Codec' 'MP3 Passthru'
[MKV] 'Audio' [table] 'Codec' 'Vorbis Passthru'
[MKV] 'Audio' [table] 'Codec' 'FLAC 16-bit'
[MKV] 'Audio' [table] 'Codec' 'FLAC 24-bit'
[MKV] 'Audio' [table] 'Codec' 'FLAC Passthru'
[MKV] 'Audio' [table] 'Codec' 'Opus (libopus)'
[MKV] 'Audio' [table] 'Bitrate'
[MKV] 'Audio' [table] 'Mixdown' 'Mono'
[MKV] 'Audio' [table] 'Mixdown' 'Mono (Left only)'
[MKV] 'Audio' [table] 'Mixdown' 'Mono (Right only)'
[MKV] 'Audio' [table] 'Mixdown' 'Stereo'
[MKV] 'Audio' [table] 'Mixdown' 'Dolby Surround'
[MKV] 'Audio' [table] 'Mixdown' 'Dolby Pro Logic II'
[MKV] 'Audio' [table] 'Mixdown' '5.1 Channels'
[MKV] 'Audio' [table] 'v'
[MKV] 'Audio' [table] 'v' 'Samplerate' 'Auto'
[MKV] 'Audio' [table] 'v' 'Samplerate' '8 12 16 24 32'
[MKV] 'Audio' [table] 'v' 'Samplerate' '11.025 22.05 44.1'
[MKV] 'Audio' [table] 'v' 'Samplerate' '48'
[MKV] 'Audio' [table] 'v' 'DRC'
[MKV] 'Audio' [table] 'v' 'Gain'
[MKV] 'Subtitles' 'Add Track' 'Add New Track'
[MKV] 'Subtitles' 'Add Track' 'Add All Remaining Tracks'
[MKV] 'Subtitles' 'Add Track' 'Add All Remaining Closed Captions'
[MKV] 'Subtitles' 'Add Track' 'Add All Remaining Selected Languages'
[MKV] 'Subtitles' 'Import SRT'
[MKV] 'Subtitles' 'Clear'
[MKV] 'Subtitles' 'Selection Behavior' [Subtitle Defaults] 'Track Selection Behavior' 'None'
[MKV] 'Subtitles' 'Selection Behavior' [Subtitle Defaults] 'Track Selection Behavior' 'First Matching Selected Language'
[MKV] 'Subtitles' 'Selection Behavior' [Subtitle Defaults] 'Track Selection Behavior' 'All Matching Selected Languages'
[MKV] 'Subtitles' 'Selection Behavior' [Subtitle Defaults] 'Add Closed Captions when available'
[MKV] 'Subtitles' 'Selection Behavior' [Subtitle Defaults] 'Add Foreign Audio Scan'
[MKV] 'Subtitles' 'Selection Behavior' [Subtitle Defaults] 'Move Right'
[MKV] 'Subtitles' 'Selection Behavior' [Subtitle Defaults] 'Move Left'
[MKV] 'Subtitles' 'Selection Behavior' [Subtitle Defaults] 'Clear'
[MKV] 'Subtitles' [table] 'Foreign Audio Scan'
[MKV] 'Subtitles' [table] 'Foreign Audio Scan' 'Forced Only'
[MKV] 'Subtitles' [table] 'Foreign Audio Scan' 'Burn In'
[MKV] 'Subtitles' [table] 'Foreign Audio Scan' 'Default'
[MKV] 'Chapters'
Post Reply