How to convert video for playback on your Motorola Droid
Things you will need: – Linux – ffmpeg – A Droid, dummy Warning: I do have all the freedom hating codecs installed. You will have to output to H.264, and depending on your inputs, you may need to hate freedom even more than that. 😛 ffmpeg -i filein.mp4 -y -subq 6 -deinterlace -level 30 -f […]