{"id":27014956,"url":"https://github.com/magnusrodseth/ffmpeg-tools","last_synced_at":"2025-04-09T17:46:27.144Z","repository":{"id":286071001,"uuid":"960267425","full_name":"magnusrodseth/ffmpeg-tools","owner":"magnusrodseth","description":"⚙️ A collection of high-level scripts to interact with FFmpeg in an easier way.","archived":false,"fork":false,"pushed_at":"2025-04-04T06:25:06.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T07:27:43.665Z","etag":null,"topics":["bash","ffmpeg","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/magnusrodseth.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":"2025-04-04T06:22:49.000Z","updated_at":"2025-04-04T06:25:10.000Z","dependencies_parsed_at":"2025-04-04T08:45:45.542Z","dependency_job_id":null,"html_url":"https://github.com/magnusrodseth/ffmpeg-tools","commit_stats":null,"previous_names":["magnusrodseth/ffmpeg-tools"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magnusrodseth%2Fffmpeg-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magnusrodseth%2Fffmpeg-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magnusrodseth%2Fffmpeg-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magnusrodseth%2Fffmpeg-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magnusrodseth","download_url":"https://codeload.github.com/magnusrodseth/ffmpeg-tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248081270,"owners_count":21044657,"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":["bash","ffmpeg","shell"],"created_at":"2025-04-04T14:15:35.243Z","updated_at":"2025-04-09T17:46:27.114Z","avatar_url":"https://github.com/magnusrodseth.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FFmpeg Tools\n\nA collection of high-level scripts to interact with FFmpeg in an easier way. This repository organizes useful FFmpeg operations into categories for audio, video, and image processing.\n\n## Requirements\n\n- FFmpeg installed on your system\n- Bash shell\n\n## Structure\n\nThe repository is organized into the following directories:\n\n- `video/`: Scripts for video processing\n- `audio/`: Scripts for audio processing\n- `image/`: Scripts for image processing\n\n## Available Tools\n\n### Video\n\n#### compress.sh\n\nCompresses videos using H.264 encoding with a reasonable compression ratio.\n\n```bash\n./video/compress.sh \"*.mp4\"\n```\n\n**Features:**\n\n- Supports wildcard glob patterns\n- Creates a separate compressed/ directory for output files\n- Shows size comparison between original and compressed files\n\n## Installation\n\nClone this repository and make the scripts executable:\n\n```bash\ngit clone https://github.com/yourusername/ffmpeg-tools.git\ncd ffmpeg-tools\nchmod +x video/*.sh audio/*.sh image/*.sh\n```\n\n## Contributing\n\nFeel free to contribute new scripts or improvements to existing ones by submitting a pull request.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagnusrodseth%2Fffmpeg-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagnusrodseth%2Fffmpeg-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagnusrodseth%2Fffmpeg-tools/lists"}