Skip to content

Instantly share code, notes, and snippets.

@Microncode
Created February 25, 2020 08:47
Show Gist options
  • Save Microncode/8ea857fe1324b9b3395885eea4eaf07b to your computer and use it in GitHub Desktop.
Save Microncode/8ea857fe1324b9b3395885eea4eaf07b to your computer and use it in GitHub Desktop.
Here is a snap example of using the CSVideoConverter in order to play ANY video (and audio) files using C#:
//Init function, must be call before using any functionality of the library.
videoPlayer.Init(@"../../../libs/ffmpeg/x86/bin", "UserName", "RegKey");
videoPlayer.Open(new Uri(_mediafile));
videoPlayer.Play();
@ilifeup
Copy link

ilifeup commented Oct 5, 2020

how to set Player for x64? many thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment