Andrea rework Rendering and Subtitles + index entries changes
[goodguy/cin-manual-latex.git] / parts / Quickstart.tex
index e81a02c7f9439453139c5411b704a2f38fa273d9..5e74fee033d5d226eb82e2a86d3afa331ac8dc49 100644 (file)
@@ -266,56 +266,3 @@ At this time, or even earlier if you think you might make a mistake or if you ar
 \label{sub:play_your_new_media}
 
 The file you created in the Render step should now be playable.  You can test this in \CGG{} most easily by going to the Resource window in the lower right corner, clicking on the Media folder, and dragging and dropping the last video to the Viewer window.  There is a separate set of transport buttons on the bottom on that screen to use for playing.
-
-\section{YouTube with \CGG{}}%
-\label{sec:youtube_with_cinelerra}
-\index{rendering!youtube preset}
-
-To create a youtube or dailymotion video, you can easily follow the steps below.  You will have to learn a lot more about \CGG{} to take full advantage of its capabilities and make some really special videos, but this is just to get a start and to see the possibilities.
-
-\begin{enumerate}
-       \item Start \CGG{}; usually you can do this by clicking on \CGG{} icon or key in \texttt{{cin\_path}/bin/cin}.
-       \item In the Program window on the lower left side of your screen, left mouse click the \textit{File} pulldown.
-       \item You will see \textit{Load files} as the second choice so left mouse click this and find your video file to
-       load, highlight it, and check the green checkmark in the lower left hand corner to get it loaded.
-       \item Edit your video in the Program window using the basic commands of:
-       \begin{itemize}
-               \item play and then stop using the space bar
-               \item move the mouse and then left click to move the insertion (location) pointer
-               \item cut a section out by holding down the left mouse and drag, then key in “x” to cut or “c” to copy
-               \item paste a copy or cut section by moving the insertion pointer, then key in “v”
-       \end{itemize}
-    \item Add a title by highlighting the \textit{Video Effects} in the right hand side Resources window; then
-    highlighting the \textit{Title} icon and dragging it to the Program window video track and dropping.
-    \item Click on the middle icon button (looks like a magnifying glass) on the brown colored Title bar to
-    bring up the Title window bottom text box and key in a title.
-    \item Use the \textit{File} pulldown to select \textit{Render} to create the desired video.  In the \textit{Render} window just next to the empty box to the right of the \textit{ffmpeg} file format, click on the down arrow shown there
-    to see the choices and pick \textit{youtube}.  Then move back up to key in the path and filename to render
-    to.  It will pick all of the defaults automatically for you so then just click on the green checkmark to
-    have it start.  There is a progress bar in the main window, very bottom of the right hand side.
-    \item Key in “q” in the main window to get out of \CGG{} and yes or no to save your edit session.
-\end{enumerate}
-
-Youtube will allow the upload of the resulting rendered file as named.  However, Dailymotion requires that the file be named with an acceptable extension so you must rename the output file to have the extension of .webm instead of .youtube
-
-There are currently 6 specific variations within the ffmpeg (file format) / youtube (file type) for different video options.  You see these when you click on the wrench to the right of the word Video and then the Compression down arrow in the Video Preset window.  The first 3 are based on Webm/Vp9\protect\footnote{credit by Frederic Roenitz} and contain basic comments of usage and where to find more information.
-
-The first 3 below, plus any of the VP9 files under the file type of \textit{webm} are the recommended options to use because they are freely usable in any circumstance.
-
-\begin{center}
-       \begin{tabular}{l p{8cm}}
-               sd.youtube & Standard Definition use with default audio/Opus stereo.youtube \\
-               hd.youtube & High Definition “ “ \\
-               uhd.youtube & Ultra High Definition “ “ \\
-       \end{tabular}
-\end{center}
-
-Alternatives based on h264 and for non-commercial use are listed below.  For Dailymotion, these must be renamed to have a different extension of .mp4 instead of .youtube before uploading.
-
-\begin{center}
-       \begin{tabular}{l p{8cm}}
-               sd\_h264.youtube & Standard Definition – must change to audio stereo\_with\_h264.youtube \\
-               hd\_h264.youtube & High Definition -          “ “ \\
-               uhd\_u264.youtube & Ultra High Definition - “ “ \\
-       \end{tabular}
-\end{center}