Skip to content

Instantly share code, notes, and snippets.

View amarao's full-sized avatar
⌨️
Pushing buttons hard enough to get paid

George Shuklin amarao

⌨️
Pushing buttons hard enough to get paid
  • Servers.com
  • Limassol, Cyprus
View GitHub Profile
@SolomonHD
SolomonHD / ec2_name_mapping.yml
Last active July 6, 2018 14:10
EC2 Name Mapping
---
- name: Build list of instance IDs by instance name
ec2_instance_facts:
region: "{{ region }}"
filters:
"tag:NightlyBackup": "Yes"
# "tag:Name": "{{ groups['backup'] }}"
register: ec2_facts
- debug:
@Spoygg
Spoygg / Mencoder add .ass subs
Created April 26, 2012 06:35
Mencoder add .ass subs to mp4, output to avi
mencoder movie.mp4 -sub subtitle.ssa -vf fixpts=fps=30000/1001,ass,fixpts -ass -o movie.avi -oac mp3lame -ovc lavc -lavcopts vbitrate=1200