<br><br>On Monday, March 7, 2022, Phyllis Smith via Cin <<a href="mailto:cin@lists.cinelerra-gg.org">cin@lists.cinelerra-gg.org</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-size:small" class="gmail_default">The ffmpeg TOC file does not need to contain the list of files.</div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default">Here is how to test this for TIFF files:</div><div style="font-size:small" class="gmail_default">1) render using options: ffmpeg / tif</div><div style="font-size:small" class="gmail_default">2) for ease of use, put the files in /tmp/test/test%5d.tif   (so create /tmp/test directory first)</div><div style="font-size:small" class="gmail_default">3) do the render and you will see that test%5d.tiff will contain ONLY:</div><div style="font-size:small" class="gmail_default"> IMAGE2<br># Frame rate: 29.970030<br># Width: 352<br># Height: 240</div><div style="font-size:small" class="gmail_default">and all of the test00###.tiff files exist in the /tmp/test directory</div><div style="font-size:small" class="gmail_default">4) now just add a video track and drag the test%5d.tiff from the Media folder of the Resources window and it works correctly <br></div><div style="font-size:small" class="gmail_default">    or later just load /tmp/test%5d.tiff and it works.</div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default">Now for the interesting part, yesterday and this morning DPX was working on my builds and AppImages from October, November, and December UNTIL I switch to using TIFF instead of DPX.  Now DPX no longer works so there is something going on and I have not figured it out yet.</div></div></blockquote><div><br></div><div><br></div><div>I think in my case (i tried ffmpeg/bmp seq) Cin just created bmps instead of dpx! </div><div><br></div><div>for scripting.. </div><div><br></div><div>I first </div><div><br></div><div> cp dpx%6d.dpx dpx.dpxs</div><div>(copied cingg's header/toc into new file) </div><div><br></div><div>then</div><div><br></div><div> ls *.dpx > dpx.list</div><div>(will list all dpx files in current dir including cingg's header/toc one) </div><div><br></div><div>then</div><div><br></div><div>cat dpx.list >> dpx.dpxs</div><div>(glue two files together) </div><div>then</div><div><br></div><div>sed  '/%d*/d' -i dpx.dpxs</div><div>(remove cin-gg's header/toc file from resulting file in-place) </div><div><br></div><div>but because dpx really bmp in my case it failed to work... </div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default">  Also, yesterday, I tried it on Arch dated 10/30/2020 and DPX did not work (have to check to see if TIFF does).  The correct contents of the dpx file is:</div><div style="font-size:small" class="gmail_default">IMAGE2<br># Frame rate: 29.970030<br># Width: 352<br># Height: 240</div><div style="font-size:small" class="gmail_default">with NO listing of each individual dpx files needed.  <br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
I tried to do a dpx render; it came with all the images and a TOC file<br>
that doesn't have the links to the images. Then I created a second TOC<br>
file using imagelist.sh. A TOC came up with the links to the dpx<br>
images. This doesn't work when imported into CinGG; it's obvious<br>
because imagelist.sh uses only jpeg images and not dpx.<br>
So I took the first TOC and pasted in the links from the second TOC.<br>
This TOC+ works in CinGG and Natron; it doesn't work in Kdenlive and<br>
OpenShot (but I don't know if these programs support DPX).</blockquote><br>
</blockquote></div></div>
</blockquote>