Skip to content

Instantly share code, notes, and snippets.

View davidtron's full-sized avatar

David Parry davidtron

View GitHub Profile
@davidtron
davidtron / odroid-gist.md
Created January 15, 2017 09:34
Odroid plex server setup
@davidtron
davidtron / transcode-toh264.md
Last active January 19, 2024 12:22
Transcode h265 down to h264 on OSX using ffmpeg
  • Install brew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • Install ffmpeg with h265 and h264 libraries
brew install ffmpeg --with-fdk-aac --with-ffplay --with-freetype --with-libass --with-libquvi --with-libvorbis --with-libvpx --with-opus --with-x265 --with-x264
  • I want to transcode the video from h265 to h264 and copy the audio stream without re-encoding, there's multiple streams in the source mkv
@davidtron
davidtron / keybase.md
Created September 26, 2015 11:59
Proof of ownership for Keybase.io

Keybase proof

I hereby claim:

  • I am davidtron on github.
  • I am davidtron (https://keybase.io/davidtron) on keybase.
  • I have a public key whose fingerprint is D8F5 E802 0ACA 2BFE 8CCD 9B1A 366C F270 DB9D 8B11

To claim this, I am signing this object:

package org.doxla.junit4;
import org.junit.runner.Runner;
import org.junit.runner.notification.RunNotifier;
import org.junit.runners.Suite;
import org.junit.runners.model.RunnerBuilder;
import org.springframework.core.type.classreading.CachingMetadataReaderFactory;
import org.springframework.core.type.classreading.MetadataReaderFactory;
import java.lang.annotation.ElementType;