Open korabelnikov opened 4 years ago
Check this line,
https://github.com/Ericsson/eva/blob/717a2c49306445f35bfdf917a3f53e35361a0d47/annotator/tasks.py#L170
Seems , you had more than 4 digits long names for image files, a long sequence I mean thus the files were not sorted properly. for the time being you can increase this number.
try:
subprocess.run([settings.FFMPEG_BIN, '-i', video_file,
os.path.join(img_dir_abs, **'%04d.**{}'.format(img_ext))], check=True)
Thank you, but bug in different code. I can share fix here if interested
sure.
see https://github.com/antingshen/BeaverDam/issues/164