Image Sequences starting at 1001 doesn't work, 101 does.
Opened this issue · 3 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1. Project > Add Image Sequence
2. Browse to Folder
3. Pick frame 1001 in sequence
What is the expected output? What do you see instead?
Clip should be imported, nothing was imported
What version of the product are you using? On what operating system?
0.14 on Ubuntu 13.04
Please provide any additional information below.
I used PNG's named like this:
breakdown_breakdownIS0210_fx_naiadEmitFluid_v001.1001.png
...
breakdown_breakdownIS0210_fx_naiadEmitFluid_v001.1041.png
It did work if I renamed to 101 -> 141.
Original issue reported on code.google.com by a.heilem...@gmail.com
on 27 Jun 2014 at 12:41
GoogleCodeExporter commented
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
GoogleCodeExporter commented
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
GoogleCodeExporter commented
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
- Changed state: MLTIssue