{"id":18789861,"url":"https://github.com/bpkg/osx-screencast","last_synced_at":"2025-04-13T14:06:34.253Z","repository":{"id":17460778,"uuid":"20234794","full_name":"bpkg/osx-screencast","owner":"bpkg","description":"Easily create a screencast on OS X in a few commands","archived":false,"fork":false,"pushed_at":"2014-05-27T21:25:30.000Z","size":16368,"stargazers_count":105,"open_issues_count":3,"forks_count":5,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-13T14:06:15.113Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bpkg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-27T20:40:40.000Z","updated_at":"2024-11-28T16:29:24.000Z","dependencies_parsed_at":"2022-09-22T18:20:41.691Z","dependency_job_id":null,"html_url":"https://github.com/bpkg/osx-screencast","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpkg%2Fosx-screencast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpkg%2Fosx-screencast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpkg%2Fosx-screencast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpkg%2Fosx-screencast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bpkg","download_url":"https://codeload.github.com/bpkg/osx-screencast/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248724639,"owners_count":21151561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-07T21:08:50.989Z","updated_at":"2025-04-13T14:06:34.226Z","avatar_url":"https://github.com/bpkg.png","language":"Shell","readme":"osx-screencast\n==============\n\nEasily create a screencast on OS X in a few commands.\nInspired from [this gist](https://gist.github.com/dergachev/4627207)\n\n## install\n\n```sh\n$ bpkg install osx-screencast\n```\n\n## example\n\n**record**\n\n![demo-record](osx-screencast-record.gif)\n\n**export**\n\n![demo-export](osx-screencast-export.gif)\n\n## usage\n\nThe `osx-screencast-record` command basically just opens up an\napplication with `open -a` defaulting to `Quicktime Player` as the\napplication that gets opened. The `-a` or `--application` can be used to\noverride this values.\n\n### record\n\n```sh\n$ osx-screencast record\nOpening `Quicktime Player'...\n```\n\nRecord your screen in the application you've chosen and save the file.\nYou will need to know the path to the file you've saved because it will\nbe the `source` of the `osx-screencast-export` command.\n\n### export\n\nThe `osx-screencast-export` command wraps the use of `ffmpeg` and\n`convert` with default arguments. You can define the output fps for a video\nwith the `-f` or `--fps` option. The default is `10`. The delay between\neach frame in the output can be defined in milliseconds with the `-d` or\n`--delay` option. The default is `5`. The output scale can be defined\nwith the `-s` or `--scale` option. The default is `320:-1`. See [this\nlink](https://trac.ffmpeg.org/wiki/Scaling%20(resizing)%20with%20ffmpeg)\nfor more information on `ffmpeg` scaling.\n\n```sh\n$ osx-screencast export screencast.mov screencast.gif -s '720:-1'\nTranscoding frames...\nConverting and writing to destination...\nOk! (screencast.mov =\u003e screencast.gif)\n```\n\n## api\n\n### osx-screencast\n\n```\nusage: osx-screenshot [-hV]\n   or: osx-screenshot record [-h] [-a application]\n   or: osx-screenshot export [-h] [-f fps] [-s scale] [-d delay] \u003csrc\u003e \u003cdest\u003e\n```\n### record\n\n```\nusage: osx-screenshot-record [-h]\n   or: osx-screenshot-record [-a application]\n\noptions:\n   -a,--application     Set screen recording application  (Default: 'Quicktime Player')\n   -h,--help            Show this message\n```\n\n### export\n\n```\nusage: osx-screenshot-export [-h]\n   or: osx-screenshot-export [-f fps] [-s scale] [-d delay] \u003csrc\u003e \u003cdest\u003e\n\noptions:\n   -f,--fps        Frames per second (Default: 10)\n   -s,--scale      Output scaling (Default: 320:-1)\n   -d,--delay      Frame delay\n   -h,--help       Show this message\n```\n\n## license\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbpkg%2Fosx-screencast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbpkg%2Fosx-screencast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbpkg%2Fosx-screencast/lists"}