Skip to content

Instantly share code, notes, and snippets.

@gnlc
gnlc / transform-xml.ps1
Created July 17, 2019 08:47 — forked from Scorpio59/transform-xml.ps1
Script which can be used to transform an XML file using XDT. All you need to do is download the script and call it. The script will download the files it needs to run.
<#
.SYNOPSIS
You can use this script to easly transform any XML file using XDT.
To use this script you can just save it locally and execute it. The script
will download it's dependencies automatically.
#>
[cmdletbinding()]
param(
[Parameter(Mandatory=$true,Position=0)]
$sourceFile,
@gnlc
gnlc / WebEx-Arf-to-MP4.md
Created May 21, 2019 07:54 — forked from micahyoung/WebEx-Arf-to-MP4.md
Converting WebEx ARF to MP4 with minimal loss

I couldn't find any best-practices for converting from ARF to MP4 - particularly removing background bar due to the strict 1024x768 size imposed by the ARF converter. This is the highest quality process, I was able to come up with

Pre-reqs

Conversion steps

  1. Record session
  2. Edit recording in WebEx to set start and end times
  • My Event Recordings > Recording Actions dropdown > Modify