{"id":16407433,"url":"https://github.com/leandromoreira/player-ffmpeg","last_synced_at":"2025-10-04T00:31:36.033Z","repository":{"id":141425718,"uuid":"80913108","full_name":"leandromoreira/player-ffmpeg","owner":"leandromoreira","description":"Up to date tutorial of ffmpeg","archived":false,"fork":false,"pushed_at":"2017-02-04T11:38:11.000Z","size":2780,"stargazers_count":19,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-04T13:21:20.007Z","etag":null,"topics":["codec","ffmpeg","player","sdl","tutorial","video"],"latest_commit_sha":null,"homepage":"","language":"C","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/leandromoreira.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-04T10:48:34.000Z","updated_at":"2024-10-29T01:41:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"a428c704-981c-4492-99cb-f13b356c93fd","html_url":"https://github.com/leandromoreira/player-ffmpeg","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leandromoreira/player-ffmpeg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandromoreira%2Fplayer-ffmpeg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandromoreira%2Fplayer-ffmpeg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandromoreira%2Fplayer-ffmpeg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandromoreira%2Fplayer-ffmpeg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leandromoreira","download_url":"https://codeload.github.com/leandromoreira/player-ffmpeg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandromoreira%2Fplayer-ffmpeg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278249326,"owners_count":25955834,"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","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["codec","ffmpeg","player","sdl","tutorial","video"],"created_at":"2024-10-11T06:13:55.108Z","updated_at":"2025-10-04T00:31:35.681Z","avatar_url":"https://github.com/leandromoreira.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Intro\n\nThis follows the tutorial on http://dranger.com/ffmpeg/tutorial01.html but using a most up to date ffmpeg libraries. (ie: ffmpeg/swscale become libswscale/swscale)\n\nThis was tested with `MacOSx 10.12.3`, `ffmpeg 3.2.2` and `GCC stable 6.3.0` but I think you can run it on linux and even windows (with a few caveats).\n\n## FFmpeg API documentation for this version\n\nhttps://www.ffmpeg.org/doxygen/3.2/index.html\n\n## Basic terminology\n\n* **Container** - a wrapper, providing sync, metadata and muxing for the streams.\n* **Stream** - a continuous stream (audio and video) of data over time, the data itself are the frames, each stream is encoded by a different codec.\n* **Codec** - defines how data are COded and DECoded.\n* **Packet** - are the data decoded as raw frames (for this simple explanation), one frame for video and multiple for audio.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleandromoreira%2Fplayer-ffmpeg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleandromoreira%2Fplayer-ffmpeg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleandromoreira%2Fplayer-ffmpeg/lists"}