add 19
[goodguy/cin-manual-latex.git] / parts / DVD.tex
index 817996653683480fa29cce9f912e247ec5229a1b..805db10698be1651359257350e324b3ac75d0f82 100644 (file)
@@ -400,7 +400,7 @@ This section contains helpful hints, how to initially check the results, and som
 
 For blu-ray creation, \texttt{cd /workpath/bd\_date-time} directory and look for similar files:
 
-\texttt{bd.jobs        \qquad  bd.m2ts \qquad   bd.sh  \qquad  bd.udfs \qquad    bd.xml}
+\texttt{bd.jobs        \quad   bd.m2ts \quad   bd.sh   \quad   bd.udfs \quad    bd.xml}
 
 \texttt{udfs} directory which is used as a loopback mount point
 
@@ -408,7 +408,7 @@ Note that the size of \textit{bd.udfs} should be larger than \texttt{bd.m2ts} be
 
 For DVD creation, \texttt{cd /workpath/dvd\_date-time} directory and look for similar files:
 
-\texttt{dvd.ac3 \qquad dvd.jobs \qquad dvd.m2v \qquad dvd.mpg \qquad   dvd.sh  \qquad  dvd.xml}
+\texttt{dvd.ac3 \quad  dvd.jobs \quad  dvd.m2v \quad dvd.mpg \quad     dvd.sh  \quad   dvd.xml}
 \texttt{iso} directory with VIDEO\_TS and AUDIO\_TS subdirectories of non-zero size.
 
 Note that there will be no files in the actual AUDIO\_TS directory.
@@ -430,7 +430,7 @@ Note that there will be no files in the actual AUDIO\_TS directory.
 \label{ssub:checklist_troubleshooting}
 
 \begin{itemize}
-    \item Are you logged in as root?  This is required in order to loopback mount files for bluray and to write media on \texttt{/dev/hardware}.  See section 8.3.5 \todo{What are you referring to?} for a workaround for normal user mode.
+    \item Are you logged in as root?  This is required in order to loopback mount files for bluray and to write media on \texttt{/dev/hardware}.  See section \hyperref[sec:bluray_workaround_mount_umount]{13.7} for a workaround for normal user mode.
     \item Did you startup cinelerra from a terminal window so you can see informative messages?
     \item Is udftools installed for BD and dvdauthor installed for SD?
     \item Do you have loopback not enabled for bluray?  At least temporarily, disable automount via:
@@ -624,10 +624,10 @@ 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 <Total size>}  where image or udfs is the image name.
-    \item Loop mount the disk image (refer to Sections 8.3.4 and 8.3.5 \todo{idem as above}).
+    \item Loop mount the disk image (refer to Section \hyperref[sec:bluray_workaround_mount_umount]{13.7}).
     \item Then actually write your multiple bd.m2ts type files onto the \textit{image} where \texttt{<cin\_path>} is the location of the cinelerra binary \textit{bdwrite} file and \texttt{<path>} is your directory path.  Below is a single line that wrapped around with 4 Titles.
     \begin{lstlisting}[language=bash]
     <cin_path>/bin/bdwrite image /<path>menu_titles.m2ts --- /<path>/bd1.m2ts -- /<path>/bd2.m2ts -- /<path>/bd3.m2ts -- /<path>bd4.m2ts