{"id":17047717,"url":"https://github.com/konradit/gopro-linux","last_synced_at":"2025-03-14T05:02:09.036Z","repository":{"id":74740826,"uuid":"61578216","full_name":"KonradIT/gopro-linux","owner":"KonradIT","description":"Bash script which helps with post production for GoPro cameras in Linux, can be used as a replacement for GoPro Studio","archived":false,"fork":false,"pushed_at":"2024-08-11T16:30:35.000Z","size":59,"stargazers_count":344,"open_issues_count":10,"forks_count":49,"subscribers_count":28,"default_branch":"master","last_synced_at":"2025-03-02T12:16:36.718Z","etag":null,"topics":["gopro","gopro-cameras","gopro-linux","linux","post-processing"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KonradIT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2016-06-20T20:30:50.000Z","updated_at":"2025-02-26T22:35:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"4e2eb949-4f19-4773-9860-0e87ccba2ce7","html_url":"https://github.com/KonradIT/gopro-linux","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KonradIT%2Fgopro-linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KonradIT%2Fgopro-linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KonradIT%2Fgopro-linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KonradIT%2Fgopro-linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KonradIT","download_url":"https://codeload.github.com/KonradIT/gopro-linux/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243526891,"owners_count":20305112,"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":["gopro","gopro-cameras","gopro-linux","linux","post-processing"],"created_at":"2024-10-14T09:50:08.262Z","updated_at":"2025-03-14T05:02:08.996Z","avatar_url":"https://github.com/KonradIT.png","language":"Shell","readme":"# GoPro Linux Tool\n\nVarious Linux Bash scripts and command line interface for processing media filmed on GoPro HERO 3, 4, 5, 6, and 7 cameras.\n\n**New functions for GoPro HERO BLACK 7 devices.**\n\n\u003cb style=\"color: red;\"\u003eNOTICE:\u003c/b\u003e\n\nThis project has been deprectated, I will be adding most functions from this script to my new project [mmt](https://github.com/konradit/mmt). MMT is cross compatible with Win/OSX/Linux since it's a Golang program. \n\n### Usage:\n\n````\n- gopro\n    \u003e\u003eCheck for missing dependencies, e.g. ffmpeg, imagemagick and mencoder\n\n- gopro timelapse [fps] [outfilename] [res width] [res height]\n\t\t\u003e\u003eMakes a timelapse with pictures in the current folder, make sure to cd to a DCIM/XXXGOPRO folder!\n\t\t\u003e\u003eExample: gopro timelapse 30 goproTL.mp4 1920 1080\n\n- gopro superview\n\t\t\u003e\u003eApplies SuperView to all GoPro videos in the current dir\n\n- gopro fisheye\n\t\t\u003e\u003eFixes barrel distorsion to all GoPro pictures in the current folder\n\n- gopro fisheye_video [video]\n\t\t\u003e\u003eFixes barrel distorsion on GoPro videos, [video] is optional, remove to apply to all mp4 videos in current dir\n\t\t\u003e\u003eAlso needs camera name input\n\n- gopro convert\n\t\t\u003e\u003eConverts all GoPro MP4 videos to MPEG4 MOV videos for easy editing\n\n- gopro convert-h265-toh264 [input_video]\n\t\t\u003e\u003eConverts videos with h.265 codecs to h.264\n\t\t\u003e\u003eThis is useful for backwards compatibility. Some videos recorded on HERO Black 7 devices cannot be played on older hardware until codecs are converted.\n\n- gopro slowmo [video]\n\t\t\u003e\u003eReduces the speed in a High FPS GoPro Video\n\t\t\u003e\u003eExample: gopro slowmo GOPRO0553.MP4\n\n- gopro trim [input video] [output video] [HH:MM:SS start] [HH:MM:SS end]\n\t\t\u003e\u003eTrims a video to start and end times\n\t\t\u003e\u003eExample: gopro trim GOPR0553.MP4 Trimmed.mp4 00:05:04 00:07:43\n\n- gopro merge [output_video]\n\t\t\u003e\u003eMerges all videos present in the current folder to [output_video]\n\n- gopro rotate90deg [input_video]\n\t\t\u003e\u003eRotates video 90 degrees clockwise (edit 'translate=2' argument for counter-clockwise)\n\n- gopro stabilize\n\t\t\u003e\u003eStabilizes video\n\t\t\u003e\u003eExample: gopro GOPRO0005.MP4 Stabilized.MP4\n\n- gopro sort\n\t\t\u003e\u003eSorts media, please execute in DCIM/XXXGOPRO\n\n- gopro wifiinfo\n\t\t\u003e\u003eSets Wifi SSID and Password for HERO5, 6, 7 cameras\n\n- gopro gif\n\t\t\u003e\u003eMakes gif from images in current dir\n\t\t\u003e\u003eExample: gopro gif 800x600 animation.gif\n\n- gopro proxy [option]\n\t\t\u003e\u003e[rename] = renames .LRV to lowres/*.MP4\n\t\t\u003e\u003e[move] = when finish editing, moves highres/*.MP4 to lowres/\n\n- gopro update\n\t\t\u003e\u003eUpdates this script\n\n- gopro help\n\t\t\u003e\u003eshow this usage message\n\n````\n\n### Install\n\n#### [Arch Linux](https://www.archlinux.org/)\n\nAvailable as [AUR package](https://aur.archlinux.org/packages/gopro-tools-git/)\n\n```\ngit clone https://aur.archlinux.org/gopro-tools-git.git\ncd gopro-tools-git\nmakepkg -si\n```\n\n#### manually on Linux\n\n1. First install [FFmpeg](http://ffmpeg.org/), [imagemagick](http://www.imagemagick.org/) and [mencoder (now part of mplayer)](http://www.mplayerhq.hu/) for your distribution.\n2. Then run the following commands\n```\nsudo curl https://raw.githubusercontent.com/KonradIT/gopro-linux/master/gopro -o /usr/local/bin/gopro\nsudo chmod +x /usr/local/bin/gopro\n```\n\n## Other software worth checking out:\n\n- https://github.com/encarsia/gpt\n- https://github.com/konradit/gopro_fw_dl\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonradit%2Fgopro-linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkonradit%2Fgopro-linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonradit%2Fgopro-linux/lists"}