FFMpeg on Mac OS X

I’ve been using ffmpeg a lot and suffering from the lack of updated and reliable releases for Mac OS X. I’m currently using Snow LeopardĀ  version 10.6.8 and toyed around a lot with it, and now I’m sharing this work with the world.

This was compiled using a git checkout. Documentation information is inside (readme, copying, etc). This was compiled with multi-thread support.

FFMpeg for Mac OS X

dmg format. ~11MB Released 2011-07-13

Now, if you’re trying to convert your videos to play on your iPad, AppleTV, iPhone or one of apple gadgets, you can try this 1-pass command:

ffmpeg -i video.avi -vcodec libx264 -b 2600k -g 250 -s 1280x720 -f mp4 -acodec libfaac -ar 44100 -ab 192k output.mp4

Altough I prefer the 2-pass method below. Using the 1-pass I sometimes have problems with seeking, and other times the video just stops in the middle of the way, so, there you go:

ffmpeg -i video.avi -pass 1 -vcodec libx264 -b 2600k -g 250 -s 1280x720 -f mp4 -acodec libfaac -ar 44100 -ab 192k output.mp4
ffmpeg -i video.avi -pass 2 -vcodec libx264 -b 2600k -g 250 -s 1280x720 -f mp4 -acodec libfaac -ar 44100 -ab 192k output.mp4

Let me know if the package and commands worked for you.
Have fun!

Posted in Uncategorized | Leave a comment

Eve Agent

Track your Eve Online training skills on your iPhone, iPod Touch or iPad with this app.

App Store Link

The Eve Online App was submitted to the AppStore and it’s waiting for approval, but i’m providing you all some screenshots so you can take a sneak-peek.

The App provides Local Notifications of completion skills. You don’t need any internet connection to receive the notifications, only to update your API information.

v. 1.0 (released)

v. 1.1 (waiting for approval)

Changelog:

  • List of known skills and certificates
  • UI colors consistent all around the application
  • Fixed a minor memory leak
  • Improved visuals and information displayed of the CharacterSheet
  • Fixed a bug that locked the user out if the download of the skillList returned an error
  • Fixed a bug where the corporation name of the pilot was not changed if the pilot changed corporations

v. 1.2 (in development)

coming soon…

If you have any questions or suggestions, feel free to leave a comment.

Posted in development, iPhone | Leave a comment

Looking for iPhone Wallpapers?

Most of the hits coming from Google to this site so far are from people looking for iPhone Wallpapers, so, i’ve reorganized this site’s posts to make a category page with all the iPhone Wallpapers-related in an easy to find link.

So, if your interest is Wallpapers, this is where you want to go, but feel free to look the rest of the site up and see if anything jumps to your eyes.

Enjoy your stay!

Posted in iPhone, News | Leave a comment

Eve Online Chronicles: Lost Stars

New Eve Chronicle out, and we’ve just made the ePub version for it. Feel free to grab it.

All the content (pictures an text) is Copyright 2010 CCP

Posted in Books | Tagged , | Leave a comment

Eve Online Chronicles in ePub Format

Eve Online Chronicles

You can now enjoy the Eve Online chronicles in the ePub format.

We’ve converted and published some of the free chronicles available in the Eve Online site to the ePub format, so you can download them and sync with your mobile devices (such as iPod Touch, iPhone and iPad with iBooks).

As of now, only the Xenocracy and Anoikis chronicles (the latest two) are available, but soon we’ll add some more.

Check our full ePub gallery.

Posted in Uncategorized | Tagged , , | Leave a comment

iOS 4 default Background

You’re not a developer? Want to get the default iOS wallpaper? Search no more.

Posted in iPhone, Wallpapers | Leave a comment

iStat Menus Giveaway!

But no, not us.

The guys at AppFlow are giving away a family license pack for iStat Menus, from the same makers of Consume (for iPhone and soon for iPad).

Bjango (twitter) is developing some nice applications for iPhone and is coming to the Mac desktop with the iStat Menus, and what a great start! Their application monitors your system (even the battery of you MacBook) in a very discrete way.

The giveaway ends next Saturday, June 5th, so if I were you, I would wait no more.

The iStat Menus is available for download on Bjango site, and the full version costs $16 dollars.

Posted in Uncategorized | Leave a comment

New application: Encomendas Brasil

I’ve just finished up creating an iPhone application intended to track packages at Brazilian’s mail company: Correios. You’ll be able to track packages and keep record of what you’re tracking. You need only to enter the information once, and the application keeps it stored for you (until you delete it).

You’ll need only a device with an active internet connection.

Check out the screen shots:

Once the application is approved, i’ll post a link to the iTunes store. The application is free with ads.

The truck icon was made by cemagraphics from DeviantArt.

Posted in Uncategorized | 1 Comment

Wolf Set

Wolves are beautiful wild animals. They are present in mystical stories like the Werewolves, and I particularly like what they did in the movie Blood and Chocolate.

Now, a small set of wolf backgrounds for your iPhone

Continue reading »

Posted in iPhone, Wallpapers | Tagged , | Leave a comment

iPhone Developer Enrollment Experience

I’ve seen numerous posts of how long it takes for someone in a country that do not have a Apple Store (not to be confused with iTunes Store) to enroll into the iPhone Developer Program.

I’m from Brazil, and I’ve seen many reports of enrollments taking more than 4 weeks to complete, and, after reading all these posts, I was conformed in waiting the four weeks for the process.

Just so you know, we need to send a signed fax with a lot of information, including credit-card details, to Apple.

I was astonished that, 4 hours after I’ve sent the fax, my credit card was charged and I’ve got two e-mails saying that my developer program was activated and it was ready to use. Immediately I’ve logged on the Apple developer site, and it was everything there. Provisioning creation, iPhone SDK 4 and iPhone OS 4 available for download… Everything.

Well, thank you Apple, for another great customer service.

I’m sorry my fellow countrymates took so long, but we do need to report the goods and bads, right? Expect some info on upcoming app store software from us!

Posted in iPhone, News | Tagged , , , | Leave a comment