{"id":16019677,"url":"https://github.com/tofran/video-combiner","last_synced_at":"2025-04-05T03:25:16.139Z","repository":{"id":80591476,"uuid":"183929052","full_name":"tofran/video-combiner","owner":"tofran","description":"Bash script to automatically combine multipart videos. :car: :video_camera:","archived":false,"fork":false,"pushed_at":"2019-04-28T17:45:00.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T11:44:36.922Z","etag":null,"topics":["dash-cam","mencoder","video"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tofran.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":"2019-04-28T15:56:30.000Z","updated_at":"2022-04-12T18:47:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"d94ce967-2ee1-4905-a412-cf265a177854","html_url":"https://github.com/tofran/video-combiner","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"6c9a5e7f9f552cddc200fc6c2cbf68584e21f8ec"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tofran%2Fvideo-combiner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tofran%2Fvideo-combiner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tofran%2Fvideo-combiner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tofran%2Fvideo-combiner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tofran","download_url":"https://codeload.github.com/tofran/video-combiner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247283521,"owners_count":20913592,"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":["dash-cam","mencoder","video"],"created_at":"2024-10-08T17:05:06.258Z","updated_at":"2025-04-05T03:25:16.114Z","avatar_url":"https://github.com/tofran.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# video-combiner\n\nAutomatically combine multipart videos\n\nGreat for combinng dash cam / helment cam videos, beacause these cameras usually split videos in small parts.\n\n## Requirements\n\nUses [MEncoder](http://www.mplayerhq.hu/design7/news.html) - currently it is hardcoded for `avi` files.\n\nCan be easily adapted to use `ffmpeg` for `mp4`.\n\n\n## Real world example\n\nHere I have 22 files from my dash cam, I want to group them by \"trip\".\n\nThe desired result are 4 files (trips).\n\n| Filename     | Date             | Duration | Trip |\n|--------------|------------------|----------|------|\n| MOVI0011.avi | 1029/04/16@21:05 | 180s     | A    |\n| MOVI0012.avi | 1029/04/16@21:08 | 180s     | A    |\n| MOVI0013.avi | 1029/04/16@21:11 | 180s     | A    |\n| MOVI0014.avi | 1029/04/16@21:14 | 180s     | A    |\n| MOVI0015.avi | 1029/04/16@21:17 | 180s     | A    |\n| MOVI0016.avi | 1029/04/16@21:20 | 180s     | A    |\n| MOVI0017.avi | 1029/04/16@21:24 | 180s     | A    |\n| MOVI0018.avi | 1029/04/16@21:27 | 180s     | A    |\n| MOVI0019.avi | 1029/04/16@21:27 | 32s      | A    |\n| MOVI0020.avi | 1029/04/22@10:42 | 180s     | B    |\n| MOVI0021.avi | 1029/04/22@10:45 | 180s     | B    |\n| MOVI0022.avi | 1029/04/22@10:48 | 180s     | B    |\n| MOVI0023.avi | 1029/04/22@10:51 | 180s     | B    |\n| MOVI0024.avi | 1029/04/22@10:54 | 180s     | B    |\n| MOVI0025.avi | 1029/04/22@10:57 | 180s     | B    |\n| MOVI0026.avi | 1029/04/22@11:00 | 180s     | B    |\n| MOVI0027.avi | 1029/04/22@11:03 | 180s     | B    |\n| MOVI0028.avi | 1029/04/22@11:04 | 39s      | B    |\n| MOVI0030.avi | 1029/04/22@17:37 | 180s     | C    |\n| MOVI0031.avi | 1029/04/22@17:40 | 180s     | C    |\n| MOVI0032.avi | 1029/04/22@17:43 | 180s     | C    |\n| MOVI0033.avi | 1029/04/22@17:44 | 74s      | C    |\n\nThe script in action:\n\n```bash\n$ video-combiner.sh my_videos/*\n\n2019-04-16_20-02.avi will be created from ALL/MOVI0011.avi ALL/MOVI0012.avi ALL/MOVI0013.avi ALL/MOVI0014.avi ALL/MOVI0015.avi ALL/MOVI0016.avi ALL/MOVI0017.avi ALL/MOVI0018.avi ALL/MOVI0019.avi\nPress enter to contune...\n2019-04-22_09-39.avi will be created from ALL/MOVI0020.avi ALL/MOVI0021.avi ALL/MOVI0022.avi ALL/MOVI0023.avi ALL/MOVI0024.avi ALL/MOVI0025.avi ALL/MOVI0026.avi ALL/MOVI0027.avi ALL/MOVI0028.avi\nPress enter to contune...\n2019-04-22_16-34.avi will be created from ALL/MOVI0030.avi ALL/MOVI0031.avi ALL/MOVI0032.avi ALL/MOVI0033.avi\nPress enter to contune...\n\n```\n\nNow I have a full video of every trip :)\n\n\n## License\n\nFeel free to [do whatever you want with this code](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftofran%2Fvideo-combiner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftofran%2Fvideo-combiner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftofran%2Fvideo-combiner/lists"}