{"id":21651838,"url":"https://github.com/hoytech/screencast-capture","last_synced_at":"2026-05-17T02:34:59.373Z","repository":{"id":144862969,"uuid":"51113017","full_name":"hoytech/screencast-capture","owner":"hoytech","description":"Script to record screencasts with ffmpeg","archived":false,"fork":false,"pushed_at":"2016-02-05T01:55:08.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-25T05:43:07.890Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Perl","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/hoytech.png","metadata":{"files":{"readme":"README.md","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":"2016-02-04T23:21:47.000Z","updated_at":"2016-02-23T17:54:11.000Z","dependencies_parsed_at":"2023-04-27T11:16:54.047Z","dependency_job_id":null,"html_url":"https://github.com/hoytech/screencast-capture","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoytech%2Fscreencast-capture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoytech%2Fscreencast-capture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoytech%2Fscreencast-capture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoytech%2Fscreencast-capture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hoytech","download_url":"https://codeload.github.com/hoytech/screencast-capture/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244547606,"owners_count":20470103,"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-25T07:49:47.748Z","updated_at":"2025-10-15T17:32:32.581Z","avatar_url":"https://github.com/hoytech.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# screencast-capture\nScript to record screencasts with ffmpeg\n\nThis is a simple perl script that runs ffmpeg with the x11grab format, useful for making screencasts.\n\n## Usage\n\nHere is the simple usage:\n\n    $ ./screencast-capture.pl intro\n    ... press \"q\" when done ...\n\n    creates intro.mkv\n\n## Notes\n\n* By default it puts intermediate files into a directory in `/tmp/` (or wherever [File::Temp](https://metacpan.org/pod/File::Temp) chooses), however you can pass in a directory with the `--tempdir` switch. It will `mkdir()` this directory (it must not exist beforehand) and will not clean it up afterwards, in case you wish to access the intermediate files for whatever reason.\n\n* The default resolution is `1920x1080` but this can be changed with the `--resolution` switch. The frame rate is 25 fps (currently hard-coded).\n\n* It uses the ffmpeg preset `ultrafast` while recording the first pass so as to minimize the CPU usage while filming. After the filming is complete, another pass re-encodes the video with higher compression.\n\n* The first second of your recording should be silent. This is because this second of audio is used to build a noise profile and apply noise reduction with sox.\n\n## Examples\n\nThe [vmprobe screencasts](https://vmprobe.com/screencasts) were recorded with this tool (and edited with [kdenlive](https://kdenlive.org/)).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoytech%2Fscreencast-capture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhoytech%2Fscreencast-capture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoytech%2Fscreencast-capture/lists"}