Skip to content

Instantly share code, notes, and snippets.

View BennettWerner's full-sized avatar
💭
sending that thing

Bennett Werner BennettWerner

💭
sending that thing
  • Los Angeles
View GitHub Profile
@BennettWerner
BennettWerner / EditorHelper.cs
Created May 3, 2021 16:44 — forked from thebeardphantom/EditorHelper.cs
Show confirmation dialog before actually quitting the Unity Editor.
using UnityEditor;
[InitializeOnLoad]
public static class EditorHelper
{
#region Constructors
static EditorHelper()
{
EditorApplication.wantsToQuit += OnEditorWantsToQuit;
@BennettWerner
BennettWerner / AdbCommands
Created April 9, 2020 19:06 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
@BennettWerner
BennettWerner / ffmpeg-cheatsheet.md
Created August 7, 2017 17:18 — forked from nickkraakman/ffmpeg-cheatsheet.md
FFmpeg cheat sheet for 360 video

FFmpeg Cheat Sheet for 360º video

Brought to you by Headjack

 
FFmpeg is one of the most powerful tools for video transcoding and manipulation, but it's fairly complex and confusing to use. That's why I decided to create this cheat sheet which shows some of the most often used commands.

 
Let's start with some basics:

  • ffmpeg calls the FFmpeg application in the command line window, could also be the full path to the FFmpeg binary or .exe file