Open GoogleCodeExporter opened 9 years ago
Traceback (most recent call last):
File "/usr/share/pyshared/Flowblade/projectaction.py", line 478, in _add_image_sequence_callback
PROJECT().add_image_sequence_media_object(resource_path, file_name + "(img_seq)", length)
File "/usr/share/pyshared/Flowblade/projectdata.py", line 103, in add_image_sequence_media_object
media_object = self.add_media_file(resource_path)
File "/usr/share/pyshared/Flowblade/projectdata.py", line 122, in add_media_file
(icon_path, length) = thumbnail_thread.write_image(file_path)
File "/usr/share/pyshared/Flowblade/projectdata.py", line 404, in write_image
raise ProducerNotValidError(file_path)
projectdata.ProducerNotValidError:
'/data/users/andersh/Desktop/flowbladeTest/2/breakdown_breakdownIS0210_fx_naiadE
mitFluid_v001.%04d.png'
Original comment by a.heilem...@gmail.com
on 27 Jun 2014 at 12:52
Related: Sequences starting at frame 123 or 111 doesn't work, while the same
images work if the first frame is named 101 or 102
Original comment by a.heilem...@gmail.com
on 27 Jun 2014 at 2:51
Confirmed.
This is a MLT issue, I will try to get a fix there eventually. Meanwhile I
would suggest using numbering that is accepted, that is 0001, 0002, 0003 etc.
I think I'll hack something on Flowblade side too, e.g. a frames renumbering
tool but that will take same time.
Original comment by janne.li...@gmail.com
on 26 Aug 2014 at 8:15
Original issue reported on code.google.com by
a.heilem...@gmail.com
on 27 Jun 2014 at 12:41