{"id":19638652,"url":"https://github.com/miohtama/ffmpegandmencoderbuilder","last_synced_at":"2026-03-02T16:41:04.631Z","repository":{"id":771295,"uuid":"456403","full_name":"miohtama/ffmpegandmencoderbuilder","owner":"miohtama","description":"ffmpeg and mencoder automatic download, configuration and compile script","archived":false,"fork":false,"pushed_at":"2010-01-03T01:29:14.000Z","size":76,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-13T13:03:01.722Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/miohtama.png","metadata":{"files":{"readme":"README.txt.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-01-02T22:38:59.000Z","updated_at":"2014-02-19T01:31:50.000Z","dependencies_parsed_at":"2022-08-16T10:50:26.095Z","dependency_job_id":null,"html_url":"https://github.com/miohtama/ffmpegandmencoderbuilder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/miohtama/ffmpegandmencoderbuilder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miohtama%2Fffmpegandmencoderbuilder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miohtama%2Fffmpegandmencoderbuilder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miohtama%2Fffmpegandmencoderbuilder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miohtama%2Fffmpegandmencoderbuilder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miohtama","download_url":"https://codeload.github.com/miohtama/ffmpegandmencoderbuilder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miohtama%2Fffmpegandmencoderbuilder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30010136,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T15:15:59.058Z","status":"ssl_error","status_checked_at":"2026-03-02T15:15:58.758Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T12:39:36.631Z","updated_at":"2026-03-02T16:41:04.610Z","avatar_url":"https://github.com/miohtama.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"FFMPEG and Mencoder builder is a `buildout \u003chttp://www.buildout.org\u003e`_ based script to automatically\ndownload FFMPEG and MPlayer, configure them and compile them for your usage.\n\nBoth have dependencies to various codec libraries. Due to copyright and patent reason,\ndistributing working binaries on all platforms is difficult. If you want to use all codecs\nof ffmpeg or Mencoder you need to build them by hand which is very tendious process.\n\nThis script should easily give you the latest ffmpeg and mencoder versions available.\n\nDesign goals\n------------\n\n* Get it done with three line of commands\n\n* Portable: Work across OSX, Linux and Win32\n\n* Repeatable - maintaining and tailoring the build process is easy, patches and configuration fixes are scripted\n\n* Aimed for video file batch processing - players are not considered\n\nPrerequisitements\n-----------------\n\nPlease install the following before starting\n\n* Python\n\n* Perl (note: this will go away needed for just one liner script)\n\n* All build essentials needed for your operating system\n\nOn OSX XCode and `Macports \u003chttp://www.macports.org/\u003e commands`_ are handy.\n\t\nOn Ubuntu/Debian the following should get you started::\n\n\tsudo apt-get install build-essential g++ python perl yasm\n\nLibraries\n---------\n\nCurrently the script compiles static builds of\n\n* ffmpeg\n\n* mencoder (mplayer)\n\nand their dependencies and build dependencies:\n\n* yasm\n\n* gpac\n\n* faad\n\n* faac\n\n* libx264\n\nTested\n------\n\nThe building script is tested on the following operating systems\n\n* OSX 10.5 Leopard\n\n* Ubuntu 8.04 Hardy Heron\n\nUsage\n-----\n\nDownload `buildout source code from GitHub \u003chttp://github.com/miohtama/ffmpegandmencoderbuilder\u003e`_. Use wget or your browser to download::\n\n  wget http://github.com/miohtama/ffmpegandmencoderbuilder/tarball/master\n\nExtract it (note: filename may change):\n\n  tar -xzf miohtama-ffmpegandmencoderbuilder-6b3b3b3.tar.gz\n  \n... or alternatively if you have Git version control client installed you can checkout the source tree::\n\n\tgit clone git://github.com/miohtama/ffmpegandmencoderbuilder.git\n\nBootstrap buildout. This will download necessary files to run buildout::\n\n  cd miohtama-ffmpegandmencoderbuilder-6b3b3b3\n  python bootstrap.py\n\nRun buildout to compile::\n\n  bin/buildout\n  \nIf some of the parts fais to build you need to remove it's work files and rerun buildout::\n\n  rm -rf parts/gpac*\n  bin/buildout\n  \nContributing\n------------\n\nPlease fork this project at GitHub and use GitHub's *Make Pull Request* feature to submit any changes.\n\nAuthor\n------\n\n`Twinapex Team \u003cmailto:info@twinapex.com\u003e`_ - Python and mobile professionals for hire.\n\n* `Twinapex company site \u003chttp://www.twinapex.com\u003e`_ (`Twinapex-yritysryhm√§ \u003chttp://www.twinapex.fi\u003e`_)\n\n* `Twinapex company blog \u003chttp://blog.twinapex.fi\u003e`_\n\n* `Twinapex mobile site \u003chttp://www.twinapex.mobi\u003e`_\n\n* `Other open source products by Twinapex \u003chttp://www.twinapex.com/for-developers/open-source\u003e`_\n\n\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiohtama%2Fffmpegandmencoderbuilder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiohtama%2Fffmpegandmencoderbuilder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiohtama%2Fffmpegandmencoderbuilder/lists"}