X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=parts%2FDVD.tex;h=c7f29acd5cfb4ff712292fcc5fc5465b8e78723b;hp=af2d82eed7ebbe875543f9b7cdd0bce3f77e3051;hb=171dd1055e0a148862f4b082e277c9971621b244;hpb=755b437bdba7ee8553425ecb038624976812a585 diff --git a/parts/DVD.tex b/parts/DVD.tex index af2d82e..c7f29ac 100644 --- a/parts/DVD.tex +++ b/parts/DVD.tex @@ -624,7 +624,7 @@ The basic idea is to use playlist-0 as a menu or directions to use the bluray pl \item Use BD Create to render your short Title video. \item Next is the most complicated part which is to run \texttt{mkudffs} with a sufficient amount of disk space to hold all of the \texttt{bd.m2ts} files \textit{plus a little more!} To calculate this, you can record the sizes from having run BD Create mkudffs. This number is displayed on the terminal screen when using the command line interface each time and add them together. Or recalculate the size of each bd.m2ts using the formula below and adding them all together. This is the number of blocks used to make a bluray image space for bdwrite to use. For many files, this could require a huge amount of space, so check first. \begin{lstlisting}[language=bash] - Total size = File0 size in bytes / 2048 + 4094 “+” File1 size in bytes / 2048 + 4094 “+” ... + Total size = File0 size in bytes / 2048 + 4094 "+" File1 size in bytes / 2048 + 4094 "+" ... \end{lstlisting} Now create the image file via: \texttt{mkudffs image } where image or udfs is the image name. \item Loop mount the disk image (refer to Section 13.7\todo{idem as above}).