From: Спицын Андрей Date: Sun, 17 Nov 2019 16:32:26 +0000 (+0300) Subject: Utf problem fix X-Git-Tag: 2021-05~159 X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=commitdiff_plain;h=ac2ffcadc5d323d1bd6518cb817d7e5a8026671e Utf problem fix --- 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}). diff --git a/parts/Instalation.tex b/parts/Instalation.tex index 74545c3..0059bc7 100644 --- a/parts/Instalation.tex +++ b/parts/Instalation.tex @@ -21,7 +21,7 @@ The majority of the files are installed in the standard system paths, but some c The single user build allows for running completely out of a local user directory so it doesn't affect the system. We recommend the single-user version when possible. -It makes it very easy to install a new version without having to delete the older version in case you want it for backup – once you are happy with the new version, all you have to do is delete the entire old directory path. +It makes it very easy to install a new version without having to delete the older version in case you want it for backup - once you are happy with the new version, all you have to do is delete the entire old directory path. Also, if you install a new Operating System version and if you have Cinelerra on separate disk space that is preserved, you won't have to reinstall Cinelerra. In addition for purposes of having the ability to interrupt or to see any possible error messages, if you start the application from a terminal window command line you will have more control to catch problems. However, the system builds can be useful in a university lab setting where there are possibly multiple users, or multiple versions. @@ -132,12 +132,12 @@ These procedures and the Cinelerra-GG Infinity software have all been run as “ To see the full list of features use: \begin{lstlisting}[language=bash] -$ ./configure –help +$ ./configure -help \end{lstlisting} The default build is a system build which uses: \begin{lstlisting}[language=bash] -$ ./configure –without-single-user +$ ./configure -without-single-user \end{lstlisting} In the single-user build, the target directory is always “cin”. @@ -163,7 +163,7 @@ The home configuration directory can also be set, but default location is \textt For example: \begin{lstlisting}[language=bash] -$ ./configure –with-config-dir=/myusername/.bcast5 +$ ./configure -with-config-dir=/myusername/.bcast5 \end{lstlisting} NOTE: when you specify parameters to the configure program, it will create a make file as a consequence. @@ -240,7 +240,7 @@ There may be several libraries which need special treatment. An example of a problem you might encounter with your customized installation is with “\texttt{a52dec}” which has probes line \texttt{(CHECK\_LIB/CHECK\_HEADER)} in \texttt{configure.ac}, but \texttt{djbfft} does not. In this case, \texttt{djbfft} is only built because \texttt{a52dec} is built, so if your system has \texttt{a52dec}, set \texttt{a52dec} to auto and see if that problem is solved by retrying the build with: \begin{lstlisting}[language=bash] -$ ./confgure --with-single-user –enable-a52dec=auto . +$ ./confgure --with-single-user -enable-a52dec=auto . \end{lstlisting} With persistence, you can get results, but it may take several tries to stabilize the build. @@ -376,7 +376,7 @@ $ ./bld.sh Then, to run as a developer in the debugger: \begin{lstlisting}[language=bash] -$ CFLAGS=”-O2 -ggdb” make -j8 rebuild_all +$ CFLAGS="-O2 -ggdb" make -j8 rebuild_all $ cd cinelerra $ gdb ./ci \end{lstlisting} @@ -447,12 +447,12 @@ If repository problems, usually you can manually do an install by using: wget https://cinelerra-gg.org/download/pkgs/{substitute_name}/cin_5.1..deb and install it manually, for example: dpkg -i cin_5.1.{substitute_filename}.deb -# GENTOO – courtesy Dominque Michel +# GENTOO - courtesy Dominque Michel # There is an ebuild package at this time as of 01/03/2019 at: # https://svnweb.tuxfamily.org/listing.php?repname=proaudio%2Fproaudio&path= # %2Ftrunk%2Foverlays%2Fproaudio%2Fmedia-video%2Fcinelerra%2F&#ab000caf7024d83112f42a7e8285f2f29 -# FREEBSD – courtesy Yuri +# FREEBSD - courtesy Yuri # There is a port available at: https://www.freshports.org/multimedia/cinelerra-gg/ # To use this port: cd /usr/ports/multimedia/cinelerra-gg && make install clean # and then install this precompiled package via: pkg install cinelerra-gg diff --git a/parts/Plugins.tex b/parts/Plugins.tex index c792a6d..8e6cf25 100644 --- a/parts/Plugins.tex +++ b/parts/Plugins.tex @@ -2484,8 +2484,8 @@ Then start cinelerra from a terminal window to see the fonts being loaded and pr \vspace{1ex} \begin{lstlisting}[language=bash] -export BC_FONT_PATH=: (the : “colon” removes all automatic system and cinelerra fonts) -export BC_FONT_PATH=:/usr/share/fonts (remove all fonts and then add /usr/shar/fonts) +export BC_FONT_PATH=: #(the : "colon" removes all automatic system and cinelerra fonts) +export BC_FONT_PATH=:/usr/share/fonts #(remove all fonts and then add /usr/shar/fonts) \end{lstlisting} One last item of information about fonts that may lead to some confusion. The checkbox for Bold and Italic will occasionally be ghosted out if no bold or italic version of the selected font is available. This is no guarantee, but currently as good as it can get due to inconsistency in the creation of fonts. It is mostly just a hint. If boxes are checkmarked, but ghosted, you can not uncheck until you change to a font that does not ghost out the boxes. If you use the popup helper with the boxes checked, and attempt to keyin a font that does not have the bold/italic attribute as checked, the font will be considered illegal. @@ -2692,7 +2692,7 @@ Because of the build size of opencv, it is not normally included in the thirdpar To build findobject and the other plugins using opencv, access the src using git: \begin{lstlisting}[language=bash] -git clone –depth 1 "git://git.cinelerra-gg.org/goodguy/cinelerra.git" cinelerra5 +git clone -depth 1 "git://git.cinelerra-gg.org/goodguy/cinelerra.git" cinelerra5 \end{lstlisting} then configure the build, but add the \texttt{- -with-opencv} configure parameter.