{"id":15085999,"url":"https://github.com/yakkun/goproconcat","last_synced_at":"2026-01-03T14:18:22.674Z","repository":{"id":250010082,"uuid":"831822282","full_name":"yakkun/GoProConcat","owner":"yakkun","description":"Combine split videos by GoPro cameras","archived":false,"fork":false,"pushed_at":"2024-07-28T18:24:39.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T10:29:06.856Z","etag":null,"topics":["ffmpeg","gopro","gopro-camera","macos"],"latest_commit_sha":null,"homepage":"","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/yakkun.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-07-21T17:50:52.000Z","updated_at":"2024-08-07T19:23:27.000Z","dependencies_parsed_at":"2024-10-13T08:21:52.586Z","dependency_job_id":null,"html_url":"https://github.com/yakkun/GoProConcat","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"498b27c47f9eb8c9214f270e94926a13dd214084"},"previous_names":["yakkun/goproconcat"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yakkun%2FGoProConcat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yakkun%2FGoProConcat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yakkun%2FGoProConcat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yakkun%2FGoProConcat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yakkun","download_url":"https://codeload.github.com/yakkun/GoProConcat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955711,"owners_count":20374372,"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":["ffmpeg","gopro","gopro-camera","macos"],"created_at":"2024-09-25T07:02:51.192Z","updated_at":"2026-01-03T14:18:22.607Z","avatar_url":"https://github.com/yakkun.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoProConcat\n\nGoProConcat is a tool for macOS that merges split video files generated by GoPro cameras into a single file. It also sets the creation and modification dates of the merged file to match those of the original files.\n\n## Features\n\n- Merge multiple GoPro video files into a single file.\n- Preserve GoPro-specific metadata.\n- Set the creation and modification dates of the merged file to match the original files.\n- Handles both AVC (GH) and HEVC (GX) encoded files.\n\n## Requirements\n\n- macOS\n- ffmpeg\n- Command Line Tools (for `SetFile` command)\n\n## Installation\n\n### Install ffmpeg using Homebrew\n\n```sh\nbrew install ffmpeg\n```\n\n### Install Command Line Tools\n\n```sh\nxcode-select --install\n```\n\n### Clone the repository\n\n```sh\ngit clone https://github.com/yakkun/GoProConcat.git\ncd GoProConcat\n```\n\n### Build the project\n\n```sh\ngo build -o GoProConcat main.go\n```\n\n## Usage\n\n```sh\n./GoProConcat outputfile inputfile1 [inputfile2 ...]\n```\n\n### Example\n\n```sh\n./GoProConcat merged.mp4 GH011234.MP4 GH021234.MP4 GX011234.MP4\n```\n\nThis command will merge `GH011234.MP4`, `GH021234.MP4`, and `GX011234.MP4` into a single file named `merged.mp4`.\n\n## Testing\n\nTo run the tests, use the following command:\n\n```sh\ngo test\n```\n\n## Contributing\n\nContributions are welcome! Please fork the repository and create a pull request with your changes.\n\n1. Fork it (https://github.com/yakkun/GoProConcat/fork)\n2. Create your feature branch (`git checkout -b feature/fooBar`)\n3. Commit your changes (`git commit -am 'Add some fooBar'`)\n4. Push to the branch (`git push origin feature/fooBar`)\n5. Create a new Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgements\n\n- [ffmpeg](https://ffmpeg.org/) for the powerful multimedia framework.\n- [djherbis/times](https://github.com/djherbis/times) for handling file timestamps in Go.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyakkun%2Fgoproconcat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyakkun%2Fgoproconcat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyakkun%2Fgoproconcat/lists"}