diff options
Diffstat (limited to 'unix/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.html')
-rw-r--r-- | unix/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.html | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/unix/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.html b/unix/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.html index 47fb0b3..15c776f 100644 --- a/unix/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.html +++ b/unix/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.html @@ -10,10 +10,13 @@ /> <meta property="og:image" content="/includes/images/logo_diag.png" /> <meta property="og:site_name" content="53hor.net" /> - <meta property="og:title" content="Offloading GoPro Video the Easy Way!" /> + <meta + property="og:title" + content="Offloading GoPro Footage the Easy Way!" + /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://www.53hor.net" /> - <title>53hornet ➙ Offloading GoPro Video the Easy Way!</title> + <title>53hornet ➙ Offloading GoPro Footage the Easy Way!</title> </head> <body> @@ -59,7 +62,7 @@ </nav> <article> - <h1>Offloading GoPro Video the Easy Way!</h1> + <h1>Offloading GoPro Footage the Easy Way!</h1> <p> Transferring files off of most cameras to a Linux computer isn't all @@ -87,9 +90,11 @@ any of the small video formats or actual HTML files. Here's what I used: </p> - <p> - <code>sh wget --recursive --accept "*.MP4" http://10.5.5.9:8080/ </code> - </p> + <pre> + <code> +sh wget --recursive --accept "*.MP4" http://10.5.5.9:8080/ + </code> + </pre> <p> This tells <code>wget</code> to download all of the files at the GoPro's |