3 Mar
2022
3 Mar
'22
12:57 p.m.
(My TOC is also not completely empty; just does not contain file paths) Using the command: ffmpeg -i sample_1920x1080.mov test%05d.dpx creates the images, but does not create the TOC. Using image2ffmpeg: - I created the imagelist.sh script (https://cinelerra-gg.org/download/CinelerraGG_Manual/Image_Sequence_Creation...) - I created the sequence of jpgs with the previous command (ffmpeg -i sample_1920x1080.mov test%05d.jpg). I got all the images without TOC. - I created the TOC file with the script: ./imagelist.sh test_list%05d.txt test*.jpg - obtained the TOC file (test_list%05d.txt), this is imported into CinGG without problems.