{"id":19392260,"url":"https://github.com/unsignedarduino/esp32-avi-player","last_synced_at":"2025-09-13T10:59:04.608Z","repository":{"id":196361666,"uuid":"695900712","full_name":"UnsignedArduino/ESP32-AVI-Player","owner":"UnsignedArduino","description":"A video player on the M5Stack Core2. ","archived":false,"fork":false,"pushed_at":"2023-09-24T20:51:05.000Z","size":41,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T18:21:45.924Z","etag":null,"topics":["arduino","avi","video","video-player"],"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/UnsignedArduino.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":"2023-09-24T15:16:06.000Z","updated_at":"2024-10-08T16:50:27.000Z","dependencies_parsed_at":"2023-09-29T13:44:21.819Z","dependency_job_id":null,"html_url":"https://github.com/UnsignedArduino/ESP32-AVI-Player","commit_stats":null,"previous_names":["unsignedarduino/esp32-avi-player"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnsignedArduino%2FESP32-AVI-Player","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnsignedArduino%2FESP32-AVI-Player/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnsignedArduino%2FESP32-AVI-Player/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnsignedArduino%2FESP32-AVI-Player/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UnsignedArduino","download_url":"https://codeload.github.com/UnsignedArduino/ESP32-AVI-Player/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248822195,"owners_count":21167016,"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":["arduino","avi","video","video-player"],"created_at":"2024-11-10T10:31:50.504Z","updated_at":"2025-04-14T04:33:08.511Z","avatar_url":"https://github.com/UnsignedArduino.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESP32-AVI-Player\n\nAn AVI video player for the M5Stack Core2.\n\n## Install\n\n1. Ensure you have PlatformIO installed.\n2. Clone this repo.\n\n## Build and upload\n\n1. `pio run --target upload` or open in VS Code with the PlatformIO extension and run `PlatformIO: m5stack-core2 \u003e Project tasks \u003e General \u003e Upload`\n\n## FFmpeg command\n\nWe use Cinepak as the video codec and MP3 as the audio codec.\n\n```cmd\nffmpeg -i INPUT.mp4 -c:a mp3 -ar 22050 -ac 1 -sample_fmt s16 -c:v cinepak -q:v 10 -vf \"fps=15,scale=iw*min(1\\,if(gt(iw\\,ih)\\,320/iw\\,(240*sar)/ih)):(floor((ow/dar)/4))*4:flags=lanczos\" OUTPUT.avi\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funsignedarduino%2Fesp32-avi-player","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funsignedarduino%2Fesp32-avi-player","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funsignedarduino%2Fesp32-avi-player/lists"}