Need help with boot animation

sargentmajord

Silver Member
Joined
Nov 30, 2011
Messages
2,195
Reaction score
16
OK I have created a new boot animation
This is my decs.text

720 1280 24
p 1 0 part0
p 1 0 part1
p 1 0 part2
p 1 0 part3
p 1 0 part4
p 1 0 part5

There are 108 frames per folder totalling up to 648 frames the animation plays fine the problem is after each transition to the next folder ie. part0-> part1-> part2 ect. the screen flashes when it changes to the next folder the reason being after jpg 0000000108 (an yes u can use jpg for boot animations) which is the last jpg in the folder it plays the very first JPG again jpg 00000001 before it goes to the next folder an after jpg 216 in the next folder is plays the very first jpg in that folder (jpg109) before going to the next folder so on an so forth so at the end of the animation it has played 6 extra jps the first jpg of every folder twice.

Visual example below (an yes I have padded the real jpgs with 7 zeros)
part0= 1.jpg -> 2.jpg-> 3.jpg-> 4.jpg-> 1.jpg
part1= 5.jpg-> 6.jpg-> 7.jpg-> 8.jpg-> 5.jpg
part2= 9.jpg-> 10.jpg-> 11.jpg-> 12.jpg-> 9.jpg
ect.

What its suppose to do visual example below
part0= 1.jpg -> 2.jpg-> 3.jpg-> 4.jpg->

part1= 5.jpg-> 6.jpg-> 7.jpg-> 8.jpg->

part2= 9.jpg-> 10.jpg-> 11.jpg-> 12.jpg->
ect.

Anyone have any ideas? the file is also only 16 mb so its not ridiculously large

Sent from my 2.106 ghz quadrant score 5680 .247 Droid Bionic using Droid Forums
 
OP
sargentmajord

sargentmajord

Silver Member
Joined
Nov 30, 2011
Messages
2,195
Reaction score
16
Anyone?

Sent from my 2.106 ghz quadrant score 5680 .247 Droid Bionic using Droid Forums
 
OP
sargentmajord

sargentmajord

Silver Member
Joined
Nov 30, 2011
Messages
2,195
Reaction score
16
artvandelay440 said:
Lol just saw your twitter :D

Please let me know if u have any info this boot animation is sick but the repeat of the first JPEG in every folder is killing it

Sent from my 2.106 ghz quadrant score 5680 .247 Droid Bionic using Droid Forums
 

artvandelay440

Theme Developer
Theme Developer
Joined
Apr 1, 2012
Messages
61
Reaction score
14
I've made boots before, but it's been a while, and i'm rusty. Im sure Jason can fix it in about 2 seconds :)
 
OP
sargentmajord

sargentmajord

Silver Member
Joined
Nov 30, 2011
Messages
2,195
Reaction score
16
artvandelay440 said:
I've made boots before, but it's been a while, and i'm rusty. Im sure Jason can fix it in about 2 seconds :)

Here is a link to the boot animation I have the audio file for it but won't put it in till get the animation part fixed
http://www.***********/zip/CHkW6Umk/New_folder.html?


Yes I know its named new folder.zip xD

Sent from my 2.106 ghz quadrant score 5680 .247 Droid Bionic using Droid Forums
 

JaeKar99

Premium Member
Premium Member
Developer
Joined
Jan 7, 2012
Messages
244
Reaction score
95
I pulled the boot animation down and teased it apart could not find any glaring issues. I have seen this before but it was a hidden file that was causing the loopback. I can't find one in this boot animation.


Have you considered building a pause in the desc.txt of one frame to see if that stops the loop?
That is a pause of 1 frame of 1/24 fps.
Code:
720 1280 24
p 1 1 part0
p 1 1 part1
p 1 1 part2
p 1 1 part3
p 1 1 part4
p 1 1 part5

There is also a code that you can try the 'c' is a continuation of the previous folder. I have seen this work with selected kernels.

Code:
720 1280 24
p 1 0 part0
c 1 0 part1
c 1 0 part2
c 1 0 part3
c 1 0 part4
p 1 0 part5

Hope there is some help here.
 
OP
sargentmajord

sargentmajord

Silver Member
Joined
Nov 30, 2011
Messages
2,195
Reaction score
16
JaeKar99 said:
I pulled the boot animation down and teased it apart could not find any glaring issues. I have seen this before but it was a hidden file that was causing the loopback. I can't find one in this boot animation.

Have you considered building a pause in the desc.txt of one frame to see if that stops the loop?
That is a pause of 1 frame of 1/24 fps.

720 1280 24
p 1 1 part0
p 1 1 part1
p 1 1 part2
p 1 1 part3
p 1 1 part4
p 1 1 part5


There is also a code that you can try the 'c' is a continuation of the previous folder. I have seen this work with selected kernels.


720 1280 24
p 1 0 part0
c 1 0 part1
c 1 0 part2
c 1 0 part3
c 1 0 part4
p 1 0 part5


Hope there is some help here.

I saw the c commands but isn't that only for jelly bean? Also if I do the pause for one frame will it still be a fluid animation or will it blink like does when it plays the extra jpeg?

Sent from my 2.106 ghz quadrant score 5680 .247 Droid Bionic using Droid Forums
 
OP
sargentmajord

sargentmajord

Silver Member
Joined
Nov 30, 2011
Messages
2,195
Reaction score
16
JaeKar99 said:
I pulled the boot animation down and teased it apart could not find any glaring issues. I have seen this before but it was a hidden file that was causing the loopback. I can't find one in this boot animation.

Have you considered building a pause in the desc.txt of one frame to see if that stops the loop?
That is a pause of 1 frame of 1/24 fps.

720 1280 24
p 1 1 part0
p 1 1 part1
p 1 1 part2
p 1 1 part3
p 1 1 part4
p 1 1 part5


There is also a code that you can try the 'c' is a continuation of the previous folder. I have seen this work with selected kernels.


720 1280 24
p 1 0 part0
c 1 0 part1
c 1 0 part2
c 1 0 part3
c 1 0 part4
p 1 0 part5


Hope there is some help here.
Using

720 1280 24
p 1 1 part0
p 1 1 part1
p 1 1 part2
p 1 1 part3
p 1 1 part4
p 1 1 part5

Doesn't fix the loop back

Sent from my 2.106 ghz quadrant score 5680 .247 Droid Bionic using Droid Forums
 

JaeKar99

Premium Member
Premium Member
Developer
Joined
Jan 7, 2012
Messages
244
Reaction score
95
That is bizarre. I could not find anything in the files to cause the boot to loop the first image.






Sent with smoke signals using Tapatalk
 

JaeKar99

Premium Member
Premium Member
Developer
Joined
Jan 7, 2012
Messages
244
Reaction score
95
What software did you use to extract the images from the original video?


Sent with smoke signals using Tapatalk
 
OP
sargentmajord

sargentmajord

Silver Member
Joined
Nov 30, 2011
Messages
2,195
Reaction score
16
sargentmajord said:
Using

720 1280 24
p 1 1 part0
p 1 1 part1
p 1 1 part2
p 1 1 part3
p 1 1 part4
p 1 1 part5

Doesn't fix the loop back

Sent from my 2.106 ghz quadrant score 5680 .247 Droid Bionic using Droid Forums

Using
720 1280 24
p 1 0 part0
c 1 0 part1
c 1 0 part2
c 1 0 part3
c 1 0 part4
p 1 0 part5

Didnt fix the loop back either

Sent from my 2.106 ghz quadrant score 5680 .247 Droid Bionic using Droid Forums
 
Top