{"id":25876069,"url":"https://github.com/andrewarrow/inspiredby2","last_synced_at":"2026-05-15T05:03:53.610Z","repository":{"id":254516493,"uuid":"846781077","full_name":"andrewarrow/inspiredby2","owner":"andrewarrow","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-04T01:50:26.000Z","size":267,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T10:22:28.389Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/andrewarrow.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-24T00:18:10.000Z","updated_at":"2024-10-02T19:57:31.000Z","dependencies_parsed_at":"2024-08-24T01:28:45.430Z","dependency_job_id":"e052e6a2-4e22-42f1-b178-3ac518c8d2c0","html_url":"https://github.com/andrewarrow/inspiredby2","commit_stats":null,"previous_names":["andrewarrow/inspiredby2"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/andrewarrow/inspiredby2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewarrow%2Finspiredby2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewarrow%2Finspiredby2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewarrow%2Finspiredby2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewarrow%2Finspiredby2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrewarrow","download_url":"https://codeload.github.com/andrewarrow/inspiredby2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewarrow%2Finspiredby2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33054454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-15T02:00:06.351Z","response_time":103,"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":[],"created_at":"2025-03-02T10:20:42.748Z","updated_at":"2026-05-15T05:03:53.566Z","avatar_url":"https://github.com/andrewarrow.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# inspiredby2\n\n```\n\nffmpeg -i 000.mp4 -t 3 -acodec pcm_s16le -ar 44100 -ac 2 -y 000.wav\n\n  ffmpeg -i \"$f\" -acodec pcm_s16le -ar 44100 -ac 2 \"wav_files/${f%.mp3}.wav\"\nfor f in wav_files/*.wav; do echo \"file '$PWD/$f'\" \u003e\u003e file_list.txt; done\nffmpeg -f concat -safe 0 -i file_list.txt -c:a pcm_s16le output.wav\nffmpeg -i output.wav -c:a aac -b:a 192k output.aac\n\n\n\n\nffmpeg -i file1.mp4 -i file2.mp4 -filter_complex \"[1:v]scale=1280:720[bg];[0:v]scale=320:180[pip];[bg][pip]overlay=W-w-10:10\" -c:v libx264 -crf 23 -preset veryfast -movflags +faststart -y output.mp4\n\n\nffmpeg -i file1.mp4 -i file2.mp4 -filter_complex \"[1:v]scale=1280:720[bg];[0:v]scale=320:180[pip];[bg][pip]overlay=W-w-10:10[v];[0:a][1:a]amix=inputs=2:duration=longest[a]\" -map \"[v]\" -map \"[a]\" -c:v libx264 -crf 23 -preset veryfast -movflags +faststart -y output.mp4\n\nffmpeg -i file1.mp4 -i file2.mp4 -filter_complex \"[1:v]scale=1280:720[bg];[0:v]scale=320:180,pad=360:220:20:20:orange[bordered_pip];[bg][bordered_pip]overlay=50:50[v];[0:a][1:a]amix=inputs=2:duration=longest[a]\" -map \"[v]\" -map \"[a]\" -c:v libx264 -crf 23 -preset veryfast -movflags +faststart -y output.mp4\n\n\n\n```\n\n# silence hiss\n\n```\nffmpeg -loop 1 -i frame005.jpg -f lavfi -i anoisesrc=d=10:c=pink -filter:a \"volume=0.02\" -c:v libx264 -t 10 -pix_fmt yuv420p -vf \"scale=1280:720\" -c:a aac -b:a 192k output.mp4\n```\n\n\n```\n        \u003ciframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/UfnAOcBirAs?si=V-DTImPbskGYJN9j\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen\u003e\u003c/iframe\u003e\n```\n\n```\n        \u003ciframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/4voK6NiR4Xs?si=Z7tjdb3D3k-SNnFE\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen\u003e\u003c/iframe\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewarrow%2Finspiredby2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewarrow%2Finspiredby2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewarrow%2Finspiredby2/lists"}