Re: [Cin] CinGG manual to Latex

2019-05-30 Thread Спицын Андрей

Add glossary.


Good job! I've made small changes in chapter 8 (approx. 1 line) and pushed into 
my repo.


--
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] CinGG manual to Latex

2019-05-30 Thread Andrea paz
Add glossary.
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] CinGG manual to Latex

2019-05-28 Thread Andrea paz
Hi einhander.
Add chapter 8.
The glossary odt has many entries and long descriptions (good work
Phyllis!). Can you make a separate file to include as you do with
chapters, instead of searching for words in the text and entering the
relevant entry just below? And if you can do so, you can enter
multiple entries and only last give the command MakeIndex and then
compile the pdf? or you have to do away with for single entry added?
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] CinGG manual to Latex

2019-05-28 Thread Phyllis Smith
The glossary is checked in as part of the Appendix so it can be removed
from there and made into a separate section for a Latex Glossary.  I do not
recommend starting from scratch because the goal was to only put in words
necessary for specific Cinelerra clarification.

Do you have an odt from the glossary or does it have to start from scratch?
> --
>
>
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] CinGG manual to Latex

2019-05-28 Thread Спицын Андрей

Hi Andrea,


On page 91 (105) of the pdf, the wrapfigure narrows the text for 3-4
consecutive pages, instead of returning to normal width after the
figure. Is there anything I can do? I can't.


The fix is in my repo.  It's wrapfigure feature, it create box in lists
environments and not always correctly. The best that I can do is
manually close environment and start it again with proper numeration.
In case of description environment it's really easy. I don't know any
other ways to correct that behavior.

--
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] CinGG manual to Latex

2019-05-28 Thread Andrea paz
@einhander
On page 91 (105) of the pdf, the wrapfigure narrows the text for 3-4
consecutive pages, instead of returning to normal width after the
figure. Is there anything I can do? I can't.
@Phyllis
Do you have an odt from the glossary or does it have to start from scratch?
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] CinGG manual to Latex

2019-05-28 Thread Andrea paz
I've synchronized my repo with yours, both locally and on the web. Now
I start working on chapter 8. I apologize for the problems I have
created (and still don't understand). I hope they don't happen again.

Il giorno lun 27 mag 2019 alle ore 15:54 Andrea paz
 ha scritto:
>
> It seems to me to have mixed "push" with "pull" of the various
> branches, with the result of having double code in the various "*.tex"
> (For example, there are both the "verbatim" and the "longtable" of the
> trim.). Perhaps the best thing is to delete the last commits and start
> again from what you did yesterday, when you inserted and revised
> chapters 6 and 7. Can you do it? And what am I supposed to do?
> Unfortunately, I can't figure out where I'm going wrong. Can you check
> my branch to find out what's wrong? Do you need information?
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] CinGG manual to Latex

2019-05-27 Thread Andrea paz
It seems to me to have mixed "push" with "pull" of the various
branches, with the result of having double code in the various "*.tex"
(For example, there are both the "verbatim" and the "longtable" of the
trim.). Perhaps the best thing is to delete the last commits and start
again from what you did yesterday, when you inserted and revised
chapters 6 and 7. Can you do it? And what am I supposed to do?
Unfortunately, I can't figure out where I'm going wrong. Can you check
my branch to find out what's wrong? Do you need information?
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] CinGG manual to Latex

2019-05-27 Thread Andrea paz
> Hi Andrea,
>
> Your last commit has conflicting merge. See  lines in .tex
> files. We have to deal with it manually.
> I've made my changes based on your version.
> I can sync our versions again based on your version.
>
No, don't merge my branch into yours. I could no longer sync your
repository with a pull request on the web. I think I managed to do it
with the terminal following your instructions (there was no "git
fetch" to be able to continue). Now I'm in sync with you, but by
opening "CinelerraGG_Manual.tex" I get a lot of errors and I don't
compile the pdf. I've definitely made a mistake, but I don't know
where. In any case your repository should be correct, the problem is
mine (I think), so don't merge.

I try to make corrections manually, and then I'll let you know.
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] CinGG manual to Latex

2019-05-27 Thread Спицын Андрей

Hi Andrea,

Your last commit has conflicting merge. See  lines in .tex
files. We have to deal with it manually.
I've made my changes based on your version. 
I can sync our versions again based on your version.


--
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] CinGG manual to Latex

2019-05-26 Thread Спицын Андрей

Hi,

I'm finished with review of your chapters and added them into my
repo. I also add a todo package to write nice looking todo.
Now we have lists of tables, figures and todos.
About glossary. I added a glossary package and test item.
To use the glossary, you have to create custom command in texstudio.
In brief, go to the preferences and add custom command or edit the
existing for glossary.
The command: makeindex %.nlo  -s nomencl.ist -o %.nls

It detailed here:
https://tex.stackexchange.com/questions/161304/makeindex-no-nls-file/161381#161381

Remember to use the newly created glossary command after you add a new word in 
your
glossary, and recompile.

Feel free to ask me about a commands or preferences in texstudio.
--
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] CinGG manual to Latex

2019-05-22 Thread Andrea paz
Add chapter 7.
>
> I noticed that you are using \noindent. That the purpose of use it?

It's just my personal taste: after a list, especially if the following
paragraph is of only one line, I don't like the similar indent of the
last item of the list and of the first line of the following section.
But only in this case, so I will stop doing it because a global change
is not necessary.
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] CinGG manual to Latex

2019-05-22 Thread Спицын Андрей

Hi,

Added chapter 6.

Great!

I uploaded my version of Chapter 5 into GH repo.
If you finished with Chapter 6, then I will start editing it.

I noticed that you are using \noindent. That the purpose of use it?
If you want to not break a paragraph, then just remove empty line before
\end{figure} and following text.
If you want to remove indent after chapter heading then it must done a
globally for a whole document. It can be done by a package. I can do it
if needed.


--
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] CinGG manual to Latex

2019-05-21 Thread Andrea paz
Added chapter 6.
I had problems with git and I could not synchronize our two
repositories. I downloaded yours and updated mine locally. Then I
uploaded it back to git. I hope it's okay now.
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] CinGG manual to Latex

2019-05-19 Thread Спицын Андрей

Hi,

uploaded to github my latest revision of chapter 5 (now it is complete).

I'm starting to merge my changes into your version.


- Same Caption error

Place caption inside longtable environment  or table environment  (in
case of float table). Note table environment creates only a box for table, table
itself creates tabular environment like figure is a box for \includeimage 
command.


- How to colorize (red) some words inside the tables of the Shuttle?

To colorize some text you should  use a \color command like this:
{\color{red} SOME TEXT }

--
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] CinGG manual to Latex

2019-05-19 Thread Andrea paz
Hi,
uploaded to github my latest revision of chapter 5 (now it is complete).
- Same Caption error
- How to colorize (red) some words inside the tables of the Shuttle?

PS: good news the Glossary!
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] CinGG manual to Latex

2019-05-19 Thread Андрей Спицын
> glossary would be nice.

LaTeX has special package for glossary creation.
Texstudio should be reconfigured to use that package. I will add an
example, and instruction for texstudio.

>
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] CinGG manual to Latex

2019-05-19 Thread Phyllis Smith
@Andrea:

> No, I think to leave the table because it contains more information
> than the colored image (as the trim was encoded in CinGG). The
> rendering is not beautiful but not even unsightly.  See image of the
> page with the table, so you can get an idea.
>
That looks pretty good to me and much, much better than the original fixed
text.


> The Shuttle tables are not finished yet, but they are coming well, so
> they are not a problem.
>
Good to know.

FYI: as you had suggested weeks ago, a glossary would be nice.  I have
added that to the Appendix and checked it into the gg documentation branch
as the usual odt with the jpeg's replaced by png-s.  I found a few wording
and spelling errors and typos that I hate to see so fixed those, but I do
not think anything else in the Appendix needs to be fixed any more.

@All:
I am trying to start from the back of the manual on sections that I have
not yet seen in the
   Master GIT at:
https://github.com/einhander/cin-manual-latex/tree/master/parts
so that I do not generate extra work in the LaTex creation (let me know if
I am wrong).

There is a lot there!! and eventually I hope to learn it all but keeping up
with MantisBT and trying to make sure GG is working on high priority bugs
and features is so time-consuming.
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] CinGG manual to Latex

2019-05-19 Thread Andrea paz
 > I will look at that again and see if I can find something better.
Or maybe I should make a png instead?  What do you think?  Phyllis
>
No, I think to leave the table because it contains more information
than the colored image (as the trim was encoded in CinGG). The
rendering is not beautiful but not even unsightly.  See image of the
page with the table, so you can get an idea. We could talk about it
later.
https://i.postimg.cc/nryVVmxn/trim.jpg
The Shuttle tables are not finished yet, but they are coming well, so
they are not a problem.
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] CinGG manual to Latex

2019-05-19 Thread Phyllis Smith
Andrea:

> - I can't create trim and shuttle tables. (sec. 5.7.5 and 5.8.3). I
> > get bad results.
>
> >I tried to create the table for section 5.7.5 but I don't like the
> >result very much. Do you have any advice?
>
> As you know, the trim table was totally created by you in all of its
colorful and attractiveness.  It was far beyond my skills.

The shuttle table is just plain text, with a lot of miscellaneous and
inconsistent spacing (i.e. done with my very limited documenting skills).
I do not have any advice -- spacing was just meant to help physically
locate the actual key with its meaning and I did not know any other method
of doing that.  It came from the original code that was in cv.  I will look
at that again and see if I can find something better.  Or maybe I should
make a png instead?  What do you think?  Phyllis
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] CinGG manual to Latex

2019-05-19 Thread Спицын Андрей

Hi,

I'm sorry for my disappearance, a lot of work lately.
About your questions.


- "Wrapfigures" have too much white space on the sides, but I don't
know how to fix it. (instead of vertical spaces I know how to change
them).

I see that you are using wrapfloat environment, but it's leave much
space behind it. So I suggest using wrapfigure environment with optional
parameters like this:


\begin{wrapfigure}[16]{O}{0.3\linewidth}
%  |   || width of block for figure 
%  |   |_ placement (can be r,l - right or left; O,I - outside or inside in booklike document 
%  |_ vertical length of block for figures (in lines)
   \vspace{-1ex} % change here for vertical alignment of figure, 
 % values can be negative, to reduce space above

 % figure.
   \centering
   \includegraphics[width=0.9\linewidth]{images/cut.png}
%|___ width of figure relative to block 
% width. You can use an absolute values 
% cm,mm but it's unflexible then you change page size of format.

...
\end{wrapfigure}


- I can't create trim and shuttle tables. (sec. 5.7.5 and 5.8.3). I
get bad results.



I tried to create the table for section 5.7.5 but I don't like the
result very much. Do you have any advice?


There is already colorful figure for this.
I'm think it's better than a table 
It's better to ask Phyllis or GG that should be used here.




- Put a subtitle to a section (5.8). I used "footnotesize" because I
don't know the right way.

I used \footnote here (see my code).


- When using "\begin{lstlisting}" can you make the lines end with the
code instead of continuing to the edge?

I'm think it's impossible or I don't know how to do it.


I also tried with tables for section 5.8.3 but you need the package
"sidewaystable" to rotate the table and I do not know if you should
add it and how to do it. I left the code that uses sidewaystable to
show you, but so produces error, of course. It also gives me error for
the caption of the table and I do not understand why.


You can use any packages from TexLive distribution. 
Simply add a line contains \usepackage{NAME} in common/packages.tex

file. The package name for sidewaystable is rotating.
But instead of use sidewaystable I prefer to use landscape environment.
It creates landscape page just like sidewaystable doi, but text placed
horizontally to reader (page is rotated initially).
The captions can be used on defined types of environments, figures,
tables, longtables and so on. Sidewaystable isn't a table so caption
does not work. Sidewaystable is like rotated box for table.

I've made some edits to your previous version, please mail me then you
are done with this chapter so I can merge the two versions.


--
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] CinGG manual to Latex

2019-05-18 Thread Andrea paz
Hi,
I tried to create the table for section 5.7.5 but I don't like the
result very much. Do you have any advice?
I also tried with tables for section 5.8.3 but you need the package
"sidewaystable" to rotate the table and I do not know if you should
add it and how to do it. I left the code that uses sidewaystable to
show you, but so produces error, of course. It also gives me error for
the caption of the table and I do not understand why.
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] CinGG manual to Latex

2019-05-16 Thread Andrea paz
I have error to upload new files in git (git push). See append file.
Now, upload is OK.
I apologize for the delay and the problems.

After git push
Enumerating objects: 33, fatto.
Counting objects: 100% (33/33), fatto.
Delta compression using up to 8 threads
Compressing objects: 100% (28/28), fatto.
Writing objects: 100% (28/28), 5.24 MiB | 85.00 KiB/s, fatto.
Total 28 (delta 5), reused 0 (delta 0)
error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104
fatal: the remote partner has unexpectedly closed the connection
fatal: the remote partner has unexpectedly closed the connection
Everything up-to-date

other error message:
To https://github.com/Andrea-Paz/cin-manual-latex
 ! [rejected]master -> master (fetch first)
error: failed to push some refs to 
'https://github.com/Andrea-Paz/cin-manual-latex'
suggerimento: Updates were rejected because the remote contains work that you do
suggerimento: not have locally. This is usually caused by another repository 
pushing
suggerimento: to the same ref. You may want to first integrate the remote 
changes
suggerimento: (e.g., 'git pull ...') before pushing again.
suggerimento: See the 'Note about fast-forwards' in 'git push --help' for 
details.


After git pull:
Merge branch 'master' of https://github.com/Andrea-Paz/cin-manual-latex

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
~
"/home/paz/cin-manual-latex/.git/MERGE_MSG" 7 lines, 299 characters 
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] CinGG manual to Latex

2019-05-11 Thread Спицын Андрей

Hi,

Great job!


This part is a little more complicated, so I've made less-than-optimal
decisions.
For example:
- I used "source code listing", I think improperly. But I don't know
how to do it better.


No, you are absolutely right that used source code listing.
I added the descriptions to it.


- Between page 94 and 95, figure 4.6 slipped forward after the
beginning of the next section. I don't like it very much, but I don't
know what to do.

I'm filing that I can't get you right. Are figure 4.6 placed after the
start of new section?
In my pdf it's placed before the new section.

I put all file path and names in \texttt{} to visually  separate them. 
And added two subsections for file list and image2ffmpeg.

Also I increased width of some figures because text was to small on
them. 
Also I modified Introduction.tex to add references to new chapters.




--
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] CinGG manual to Latex

2019-05-11 Thread Andrea paz
Hi,
Add chapter 4.
This part is a little more complicated, so I've made less-than-optimal
decisions.
For example:
- I used "source code listing", I think improperly. But I don't know
how to do it better.
- Figure 4.6 is low resolution, but I couldn't replace it because I
don't have TV streams. (Phyllis, could you supply it? They are 2
images of 5.3.4 section)
- Between page 94 and 95, figure 4.6 slipped forward after the
beginning of the next section. I don't like it very much, but I don't
know what to do.
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] CinGG manual to Latex

2019-05-08 Thread Andrea paz
Hi,
@Phyllis. I think it is best not to waste time converting all images
into high quality png. It's a job you can do as you convert chapters
to Latex.
@einhander. I have finished chapter 4 of the manual (3, in the
conversion to Latex). Now how to submit it to your review? I'm not
familiar with git or other systems, I'd need detailed explanations. A
big problem is my internet connection which uploads no more than
~50KB/s. For a few tens of MB it takes me a whole day.
Now for a few questions:
- How do you make the width of the caption coincide with the width of
the figure? (see figure 3.1).
- Page 67. The second paragraph, "color model", is preceded by an
empty line and I do not understand why. This does not happen with the
other paragraphs.

Note: in the attributes.odt file, fig 3.2 had text on its left. I
tried to do it with \begin{wrapfigure}, but I didn't like the result.
So I went back to the usual way.
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] CinGG manual to Latex

2019-05-07 Thread Спицын Андрей

Hi,


line 104: Package fontenc Error: Encoding file `t2aenc.def' not found.
\ProcessOptions*
line 105: Encoding scheme `T2A' unknown. \fontencoding\encodingdefault
line 104: Package fontenc Error: Encoding file `t2aenc.def' not found.


Please install cyrillic and greek  language support for TexLive and
compile again.  I used my old template and some packages require extra languages. 
I thought I removed them :((



line 20: File `mathtext.sty' not found. \usepackage

Same here. Write me if this error occurs again.



[Note: (I don't know if you need it) Automatically TexStudio was in
Italian; I put it in English. When I opened CinelerraGG_Manual.tex, I
saw that it was set in German. I put it in English]

I have no idea, why TexStudio switch language in your case.

Tue, May 07, 2019 at 11:07:09PM +0200, Andrea paz написал:

Hi,
I have installed TexStudio + TexLive. It had 12 groups to install, I
put everything except "games" and "music". Do I have to put these on
too? Then I added the package for the extra language, not putting
Chinese, Korean, greeks, etc..
I downloaded your main report with git clone, opened it with TexStudio
and compiled the pdf; but it doesn't work and I have the following
errors:

line 104: Package fontenc Error: Encoding file `t2aenc.def' not found.
\ProcessOptions*
line 105: Encoding scheme `T2A' unknown. \fontencoding\encodingdefault
line 104: Package fontenc Error: Encoding file `t2aenc.def' not found.
\ProcessOptions*
line 20: File `mathtext.sty' not found. \usepackage

If necessary, I can provide the entire log.
[Note: (I don't know if you need it) Automatically TexStudio was in
Italian; I put it in English. When I opened CinelerraGG_Manual.tex, I
saw that it was set in German. I put it in English]
--
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


--
С уважением,
к.т.н., доц. каф. ТЛХП, ХД и ФХ СПбГЛТУ 
Спицын Андрей Александрович

+79500166982
--
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] CinGG manual to Latex

2019-05-07 Thread Спицын Андрей

Hi Andrea,

Do you installed only TexStudio, or TexStudio+TexLive?

To get whole structure of Cin Manual for local use you should:

1.Go to the main repo of manual https://github.com/einhander/cin-manual-latex 
and grab the latest version.
1a. If you have git installed you can open terminal in desired folder
and clone whole repo to that folder by command:

git clone https://github.com/einhander/cin-manual-latex

1b. If you don't have git, or don't want to use it just go to 
https://github.com/einhander/cin-manual-latex click on Clone or

Download, select Download Zip. Extract it to desired folder.

2. Open CinelerraGG_Manual.tex with TexStudio and hit F5 to compile and
view resulted PDF.


About "convert to Latex" option in TexStudio.
It convert special characters to latex format, not rich text formating.

Tex file is a plain text document. IDE ads coloring, highlighting  and etc. 
to help you understand text structure.



Can I make a copy paste of the sentences from Libreoffice into TexStudio
Yes. It will be pasted as a plain text. I do all formating manually.  


I apologize for all these annoying beginner questions.

That's OK. Feel free to ask any questions about latex.


Tue, May 07, 2019 at 09:53:48AM +0200, Andrea paz написал:

Hi, einhander
I installed TexStudio to test it and see if I can learn anything. For
the CinGG manual, I'll follow your instructions: should I use Overleaf
or do it locally? In any case I would like to ask you for the file
with your settings, so you have the same structure on which to work
and do the tests. I saw that in Texstudio, in the menu "idefix", there
is the entry "convert to Latex"; does it serve to convert a document
(of libreoffice for example) in latex? Or is it better to rewrite
everything from scratch? Can I make a copy paste of the sentences from
Libreoffice into TexStudio or Overleaf, or do I have to use a plain
text?
I apologize for all these annoying beginner questions.

@Phyllis
I'd need the last revision of chapter 4 to try and create it in Latex.
The .odt file, I mean. Is that possible?
--
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


--
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin


Re: [Cin] CinGG manual to Latex

2019-05-07 Thread Phyllis Smith
Andrea:

>
> @Phyllis
> I'd need the last revision of chapter 4 to try and create it in Latex.
> The .odt file, I mean. Is that possible?
>
> The one that matches the manual that the users see is checked into the git
documentation as file: attributes.odt

https://www.cinelerra-gg.org/git/?p=goodguy/documentation.git;a=commit;h=a031a296bf11ebafb43e5093bcf0875199726997

Let me know if problems getting it.  I am still updating here locally
trying to replace jpg with png but am concerned about getting out of
synch.   phyllis
-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin