{"id":19508299,"url":"https://github.com/yaph/av-tools","last_synced_at":"2026-04-12T17:03:42.984Z","repository":{"id":49355790,"uuid":"468281524","full_name":"yaph/av-tools","owner":"yaph","description":"A collection of programs for working with audio and video.","archived":false,"fork":false,"pushed_at":"2025-05-14T22:47:28.000Z","size":44,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-08T07:20:03.834Z","etag":null,"topics":["audio-processing","bash-script","ffmpeg","video-processing"],"latest_commit_sha":null,"homepage":"https://ukealong.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yaph.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"custom":"https://www.paypal.me/rgmz","github":"yaph"}},"created_at":"2022-03-10T09:47:23.000Z","updated_at":"2025-05-14T22:47:32.000Z","dependencies_parsed_at":"2024-02-12T14:55:12.061Z","dependency_job_id":"79396a84-1f24-4840-b83f-518e806b0630","html_url":"https://github.com/yaph/av-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yaph/av-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaph%2Fav-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaph%2Fav-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaph%2Fav-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaph%2Fav-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yaph","download_url":"https://codeload.github.com/yaph/av-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaph%2Fav-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271808741,"owners_count":24825567,"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-08-24T02:00:11.135Z","response_time":111,"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":["audio-processing","bash-script","ffmpeg","video-processing"],"created_at":"2024-11-10T23:04:40.144Z","updated_at":"2026-04-12T17:03:42.949Z","avatar_url":"https://github.com/yaph.png","language":"Python","funding_links":["https://www.paypal.me/rgmz","https://github.com/sponsors/yaph"],"categories":[],"sub_categories":[],"readme":"# Audio Video Tools\n\nCommand line programs for processing audio and video created while working on https://ukealong.com/.\n\n## Concatenate two video files omitting the audio\n\n    ffmpeg -i v1.mp4 -i v2.mp4 -filter_complex \"[0:v][1:v]concat=n=2:v=1:a=0[v]\" -map \"[v]\" out.mp4\n\n## Find Videos and Show Sizes\n\nFind video files with and list their file sizes and the total size of all videos.\n\n    find . -name \"*.mp*\" -print0 | du -shc --files0-from=-\n\n## Fit Video\n\nFit a vertical video that is smaller than 1080x1920px on these dimensions:\n\n    ffmpeg -i input.mp4 -vf \"pad=1080:1920:(ow-iw)/2:(oh-ih)/2\" output.mp4\n\n## Remove Comments from MP3 files\n\n    eyeD3 --remove-all-comments *.mp3\n\n## Rotate Video\n\n0 = 90 Counter Clockwise and Vertical Flip (default)\n1 = 90 Clockwise\n2 = 90 Counter Clockwise\n3 = 90 Clockwise and Vertical Flip\n\n    ffmpeg -i input.mp4 -vf \"transpose=2\" output.mp4\n\n## Speed-up Video\n\nSpeed up by a factor of 2.\n\n    ffmpeg -i input.mp4 -filter:v \"setpts=0.5*PTS\" output.mp4\n\n## YouTube\n\nCreate a list of YouTube URLs from playlist.\n\n    yt-dlp -j --flat-playlist https://www.youtube.com/playlist?list=ID | jq -r '.id' | sed 's#^#https://youtu.be/#'\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaph%2Fav-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyaph%2Fav-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaph%2Fav-tools/lists"}