Use 7zip. I don't believe that the amount of pictures makes the frame rate... the original movie would be the frame rate. If the images do not have smooth transitions... it will show in the frame rate. Its a matter of just playing with it. If you mess up the bootanimation... don't worry about it... the phone will still boot.
How about just posting an animated gif of it?
How about just posting an animated gif of it?
How do I do that? Do i have to convert it? I just recorded it with my brothers digital.
How about just posting an animated gif of it?
How do I do that? Do i have to convert it? I just recorded it with my brothers digital.
Yeah, sorry my way is a little time consuming, loading each frame into photoshop/imageready and adding frames a layer each, in which you hide the top layers as the frames go on.
I think there are programs that do that faster, but I don't know which ones off hand, image sequence to animated gif - Google Search.
Just tried it with the "Store" method. I previously left it as "Normal" before.
Still doesn't work. Black screen. And I'm sad to see no one else has really replied to help.
Your download above has this:# 480 wide, 854 high, 15 frames a second
480 854 15
# p means we're defining a part
# first number is repeat count, 0 means infinite
# second number is delay in frames before performing the next part
# so if you are playing 15 frames a second 15 would be... one second
# string defines the directory to load files from
# files will be loaded in order but names don't matter
# s defines a sound for a part
# sounds will be loaded from /data/local
# oggs with loop points will loop automatically
# only one sound will play at a time
# timing is driven by the part, not the sounds
# if you want no sound, declare 'none'
# stars for 30 frames
p 1 30 part0
s none
# R2D2 rises
p 1 0 part1
s none
# Looping R2D2
p 0 0 part2
s d2_r2d2_pu.ogg
# must have newline after each part
I came to that conclusion before but was reaching for ideas at the time I posted that
- newline in this context only means a carriage return, not a whole, empty line
This looks fine, albiet I've never gone over 23 fps. part0 is going to play through 1x, then part1 is going to loop until boot complete.
If you are zipping the files correctly(STORE), I would imagine it is the compression of the image files causing the issue.
It looks like SUPER, which I've been using to convert video to a sequence of PNGs will also output a video to animated gif, as in to make an avatar. I think you can even specify the fps, which is difficult I think with ImageReady. IR wants to have a delay per frame set and that gets into decimals if you are trying to make it play at a set speed. I usually set delay to 0 and it plays close enough to the actual animation.
I'm trying now to see if it can take my alphanumerically ordered image sequence and output it to an animated gif.