Skip to content

Instantly share code, notes, and snippets.

@Casey-Bateman
Last active August 29, 2015 14:04
Show Gist options
  • Save Casey-Bateman/72358d19b9435d4f33ea to your computer and use it in GitHub Desktop.
Save Casey-Bateman/72358d19b9435d4f33ea to your computer and use it in GitHub Desktop.
Step Four
//this command will map the filtered streams to the path, with the settings we defined
filtered.MapTo<Mp4>("c:/foo/bar4.mp4", settings);
//the render command will start feeding the commands to FFmpeg
factory.Render();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment