great site for how it all works
remember to use /data/local because doesn't modify the original one
then also put in charge mode
forget the remount command
just do adb push bootanimation.zip /data/local
then adb reboot
then should see it running
Good How to Article on installing ADB and the Android SDK so can root device and load the bootanimation zip file
http://www.addictivetips.com/mobile/what-is-adb-and-how-to-install-it-android/
started with this youtube video: http://www.youtube.com/watch?v=bNxvXj9nff4
then used keepvid to grab the mp4
use this to split the files into what you want. i subsituted .png for .jpg and still worked fine
http://stackoverflow.com/questions/3917601/ffmpeg-split-avi-into-frames-with-known-frame-rate
download the program referenced from here
http://ffmpeg.zeranoe.com/builds/
open a command window and run with avi inside that exe directory then it dumps the images in there already indexed for you. then start correlating video at 30fps to time in the video to scroll down and capture what you're interested in.
use command: ffmpeg -i movieName.avi -f image2 %05d.png
this will spit out images with 5 digits starting at 00000.png
Bionic boot animation is 53 seconds. Cut down your video to that.
I used NCH video pad trial version to edit video. works pretty slick. grab what you want in segments and review it and get exactly the right amount of time. then save the file. also can save it as frames but i didn't try that. so maybe its an all in one solution.
use this to grab the audio from the videos or convert to other formats etc.. nice little open source dealio
http://www.getmiro.com/
32 bit png files
No comments:
Post a Comment