From: Good Guy Date: Tue, 29 Nov 2022 17:32:08 +0000 (-0700) Subject: fix small url problem X-Git-Tag: 2022-11^0 X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=commitdiff_plain;h=f3987a6dba8c011c034a3cb3a761b221d7afc335;hp=cbb8ce9ee782c87494808f38358b5ee3568bcc84 fix small url problem --- diff --git a/parts/Quickstart.tex b/parts/Quickstart.tex index ffbc003..b5a951d 100644 --- a/parts/Quickstart.tex +++ b/parts/Quickstart.tex @@ -380,8 +380,8 @@ We thus obtain a list of all frames in the analyzed media and their type. For ex \end{lstlisting} There are also 2 useful scripts that not only show the keyframe type but also show the GOP length of the media. They are zipped tars with readme's at: \newline -\small\url{https://cinelerra-gg.org/download/testing/getgop_byDanDennedy.tar.gz} \newline -\small\url{https://cinelerra-gg.org/download/testing/iframe-probe_byUseSparingly.tar.gz} +{\small\url{https://cinelerra-gg.org/download/testing/getgop_byDanDennedy.tar.gz}} \newline +{\small\url{https://cinelerra-gg.org/download/testing/iframe-probe_byUseSparingly.tar.gz}} We can now look at the timeline of \CGG{} to see the frames that give problems in playback. Using a codec of type Long GOP, it is probably the rare I-frames that give the freezes. To find a solution you can use MKVToolNix (\url{https://mkvtoolnix.download/}) to correct and insert new keyframes into the mkv file (matroska talks about \textit{cues data}). It can be done even without new encoding. Or you can use the \texttt{Transcode} tool within \CGG{} because during transcoding new keyframes are created that should correct errors.