jumpcutter
jumpcutter copied to clipboard
"Could find no file with path 'TEMP/newFrame%06d.jpg' "
I tried this on both Windows and Ubuntu and i get the same issue, it happens right after
libavutil 55. 78.100 / 55. 78.100
libavcodec 57.107.100 / 57.107.100
libavformat 57. 83.100 / 57. 83.100
libavdevice 57. 10.100 / 57. 10.100
libavfilter 6.107.100 / 6.107.100
libavresample 3. 7. 0 / 3. 7. 0
libswscale 4. 8.100 / 4. 8.100
libswresample 2. 9.100 / 2. 9.100
libpostproc 54. 7.100 / 54. 7.100
The exact error is
[image2 @ 0x559654f87b20] Could find no file with path 'TEMP/newFrame%06d.jpg' and index in the range 0-4
TEMP/newFrame%06d.jpg: No such file or directory
I disabled the code that deletes the TEMP file and ran the script again and found that there are no files named newFrame as it states, so its probably failing to generate them somehow.
i have not use nix-build to build the program, i am just using the python script
Just a hunch, have you installed the prerequisite programs? Should be in requirements.txt if not...