Skip to content

Instantly share code, notes, and snippets.

View radimklaska's full-sized avatar
:octocat:
Working from @cowosedlice. Stop by. ;-)

Radim Klaška radimklaska

:octocat:
Working from @cowosedlice. Stop by. ;-)
View GitHub Profile
@radimklaska
radimklaska / gopro_hevc_to_dnxhd.sh
Created February 18, 2019 13:31 — forked from ncoder-1/gopro_hevc_to_dnxhd.sh
Convert GoPro Hero7 videos (mainly HEVC) to DNxHD and AAC to PCM which can be read with DaVinci Resolve 15 in Linux
#!/usr/bin/env bash
#
# Convert GoPro Hero7 videos (mainly HEVC) to DNxHD and AAC to PCM which can be read with DaVinci Resolve 15 in Linux
# Also keeps GoPro's metadata
#
# Required dependency: ffmpeg 4.1
# To do: per-stream error handling, actually use datastream count and more efficient parsing of ffprobe
#
# Free for the taking.
#
@radimklaska
radimklaska / readme.md
Created December 26, 2018 10:29 — forked from max-mapper/readme.md
Video stabilization using VidStab and FFMPEG (Mac OS X)

Video stabilization using VidStab and FFMPEG

Examples here use the default settings, see the VidStab readme on GitHub for more advanced instructions.

Here's an example video I made

Install ffmpeg with the vidstab plugin from homebrew

brew install ffmpeg --with-libvidstab
ffmpeg -f image2 -start_number 22096 -i G01%05d.JPG -vcodec libx264 -b:v max -s 1920x1080 stx.mp4
@radimklaska
radimklaska / export_google_music.js
Created November 2, 2015 20:38 — forked from jmiserez/export_google_music.js
Export your Google Music Library and Playlists (Google Play Music All Access)
// Jeremie Miserez <jeremie@miserez.org>, 2015
//
// A little bit of Javascript to let you export your Google Music library, playlists, and album track lists :)
//
// 1. Go to: https://play.google.com/music/listen#/all (or your playlist)
//
// 2. Open a developer console (F12 for Chrome). Paste
// code below into the console.
//
// 3. All scraped songs are stored in the `allsongs` object