descriptionAn Automator Action to encode videos to iPod compatible format
ownerpierre.andrews@gmail.com
last changeMon, 17 Sep 2007 16:44:40 +0000 (17 17:44 +0100)
content tags
add:
readme
This is an automator action using ffmpeg to encode the video passed as input into an mp4.h264 format compatible with iTunes and iPod videos. Just provide video files (from a finder actions, etc...) and the new mp4 files will be created. This might take a while as the video encoding is long. You can pass all the format supported by FFmpeg (including flv, real media, etc.. etc..). It mainly puts together the ffmpeg decoder/encoder from: http://ffmpeg.mplayerhq.hu/ with tweaking of the parameters described here: http://rob.opendot.cl/index.php/useful-stuff/ipod-video-guide/ to create an easy to use Automator action. This project is distributed under the terms of the GPL version 3
shortlog
2007-09-17 Pierre Andrewslicense.master
2007-09-15 Pierre Andrewslocalisation in French.
2007-09-15 Pierre AndrewsDescription strings and other properties of the action.
2007-09-15 Pierre Andrewsicons for the action
2007-09-14 Pierre Andrewsadded error checking, corrected bug with home path...
2007-09-14 Pierre Andrewscorrected an error in the bindings of the direcory...
2007-09-14 Pierre Andrewswhen we do the 1st pass, we need to overwrite /dev...
2007-09-14 Pierre Andrewsfixed a bug where the 2pass parameter was not working...
2007-09-13 Pierre Andrewsmore options, loop working. Fixed the problem with...
2007-09-13 Pierre Andrewsinitial commit. The code only works on the first file...
heads
16 years ago master