Last active
August 29, 2015 14:04
-
-
Save Casey-Bateman/72358d19b9435d4f33ea to your computer and use it in GitHub Desktop.
Step Four
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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