mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 17:00:46 +00:00
movie options
This commit is contained in:
@@ -26,10 +26,10 @@ Clips, tracks and markers in your session can contain additional information
|
|||||||
to make your ADR reports more complete and useful. You add this information
|
to make your ADR reports more complete and useful. You add this information
|
||||||
with :ref:`tagging<tags>`.
|
with :ref:`tagging<tags>`.
|
||||||
|
|
||||||
* Every ADR clip must have a unique cue number. After the name of each clip,
|
* **Every ADR clip must have a unique cue number.** After the name of each
|
||||||
add the letters ``$QN=`` and then a unique number (any combination of letters
|
clip, add the letters ``$QN=`` and then a unique number (any combination of
|
||||||
or numbers that don't contain a space). You can type these yourself or add
|
letters or numbers that don't contain a space). You can type these yourself
|
||||||
them with batch-renaming when you're done spotting.
|
or add them with batch-renaming when you're done spotting.
|
||||||
* ADR spots should usually have a reason indicated, so you can remember exactly
|
* ADR spots should usually have a reason indicated, so you can remember exactly
|
||||||
why you're replacing a particular line. Do this by adding the the text
|
why you're replacing a particular line. Do this by adding the the text
|
||||||
``{R=`` to your clip names after the prompt and then some short text
|
``{R=`` to your clip names after the prompt and then some short text
|
||||||
|
|||||||
@@ -41,6 +41,11 @@ def main():
|
|||||||
default='doc',
|
default='doc',
|
||||||
help='Set output format, `raw`, `tagged`, `doc`.')
|
help='Set output format, `raw`, `tagged`, `doc`.')
|
||||||
|
|
||||||
|
parser.add_option('-m', '--movie-opts',
|
||||||
|
dest='movie_opts',
|
||||||
|
metavar="MOVIE_OPTS",
|
||||||
|
help="Set movie options")
|
||||||
|
|
||||||
warn_options = OptionGroup(title="Warning and Validation Options",
|
warn_options = OptionGroup(title="Warning and Validation Options",
|
||||||
parser=parser)
|
parser=parser)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user