Jump to content

Convert movies to MP4 (playable on Apple TV and iOS)


Recommended Posts

[uPDATED: October 16th, 2013]

[uPDATED: October 24th, 2013]

 

I've released the Alfred 2 workflow (on github) to control the apple-tv-converter (on github) gem.
thanks to Zhao Cai for his Alfred 2 Workflow Ruby Template.

 

main features

  • convert movies to MP4 format playable on apple tv (does not allow multiple conversions in parallel)
  • can convert multiple files and/or folders in one batch
  • fetches movie metadata from IMDB and tv shows metadata from TheTVDB.com
  • can optionally automatically rename the converted file to the recommended format for Plex Media Server
  • works on Mac OS X Mavericks

caveats

  • requires rvm to be installed
    • currently needs to have any version of ruby v1.9.3 to work (can't install some gems on v1.8 and some dependencies don't work yet on v2.0)
  • requires ffmpeg to be installed for the conversion process (recommended installation via Homebrew)

notes

 

Since the first usage will install the required gems, it can take a while before getting any kind of feedback (around 1 minute), so it is recommended that the first use is checking the conversion status. If all goes well, it should output  Large Type message "Apple TV Converter was installed".

 

trans.gifusage

  • converting
    • first, select one or more files or folders either in Finder or Path Finder...
      finder_01-300x175.png
    • and then use the atc keyword on Alfred 2 to start the conversion
      alfred-300x147.png
    • after a while, you should see an mp4 file show up next to the original
      finder_02-300x175.png
    • when the process completes, you'll get a notification
      complete-300x90.png
  • status report
    • use the keyword atc status to get a status report for the conversion in a Large Type message
      status-300x187.png
  • cancel conversion
    • use the keyword atc cancel to cancel the conversion. you'll get a notification indicating that the cancelation was requested...
      canceling-300x90.png
    • and another one when the process actually stops
      canceled-300x90.png
    • note: no cleanup is made, and a partly converted file will be left on the directory.
  • update
    • use the keyword atc update to update the underlying apple-tv-converter gem.
    • you'll get a notification stating whether the update isn't necessary
      update_unnecessary-300x84.png
    • or one indicating which version the gem was updated to
      update_successful-300x84.png
 
 

troubleshooting

 

if you find any bug, or have any problems using this, feel free to get in touch with me.

Edited by pedromr
Link to comment

That is odd, I gave the workflow to a couple of friends to test, and they didn't have any problems.

 

It appears to be a problem with hpricot, maybe statically linked something in my computer... I'll try looking into it.

Link to comment
  • 1 month later...

Sorry for not saying anything sooner, I've been completely swamped at work.

 

Haven't been able to look into this yet, but I'll probably need to implement some way of installing the gems on the first use, as hpricot needs to install native extensions...

Link to comment
  • 4 months later...
  • 4 weeks later...

Hi there.

It might be something to do with the workflow's configuration.

Have you tried with a single file, and just type 'atc' in Alfred (no spaces)?

 

I've also found that since the last update of Path Finder 6 (which I use), I've been getting a lot of problems with the workflow. I'll have to try using Finder to see whether the same problems occur.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...