NMMES / nmmes-cli

Node Modular Media Encoding System Command Line Frontend
23 stars 3 forks source link

A Question about External Media #15

Open SeanHorner opened 4 years ago

SeanHorner commented 4 years ago

Hey,

Loving the program so far, two quick questions:

1) Can nmmes pull media directly from DVD/BluRay discs? And

2) If I were wanting to build my own profiles to use: a) where would I put them? And b) can I pass them the same parameters as h265ize used to take or are there less/more arguments?

SeanHorner commented 4 years ago

So I've solved the second question, there is a folder for the profiles located at /src/profiles and as for available options, the --help parameter for nmmes is super well-organized and quite usefully lists all the available parameters. I've also been looking at the built-in profiles' files and the syntax for option selection is pretty straightforward, but what is the second block titled "messages:" for? For example, in the anime profile under messages it has " "level" : "info" " what does that do? Just curious at this point (also don't want to accidentally knee-cap any profiles I try to make).