Skip to content

Instantly share code, notes, and snippets.

View halr9000's full-sized avatar
👋
🤙

Hal Rottenberg halr9000

👋
🤙
View GitHub Profile
@halr9000
halr9000 / Mp4Utils.psm1
Last active October 30, 2023 01:51 — forked from gvoze32/ffmpeg GIF to MP4.MD
Mp4Utils: a PowerShell module for converting animated GIF to MP4 using ffmpeg
<#
.SYNOPSIS
Converts a GIF file to an MP4 file using ffmpeg.
.DESCRIPTION
The ConvertTo-Mp4 function takes a GIF file as input and converts it into an MP4 file.
It creates a directory named "mp4" to store the converted files.
If the MP4 file already exists, it will not perform the conversion.
# Flags used with ffmpeg
@halr9000
halr9000 / 0_reuse_code.js
Last active August 29, 2015 14:20
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console