You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find a media, call convert,but no any effect.
engine.Convert this function no return value.
so you couldn't know whether this convert is invalid or valid.
my code is:
var inputFile = new MediaFile { Filename = input };
string output = GetNewPathName(input);
var outputFile = new MediaFile { Filename = output };
try
{
I find a media, call convert,but no any effect.
engine.Convert this function no return value.
so you couldn't know whether this convert is invalid or valid.
my code is:
var inputFile = new MediaFile { Filename = input };
string output = GetNewPathName(input);
var outputFile = new MediaFile { Filename = output };
try
{
my file is:
https://user-images.githubusercontent.com/56712440/124778078-46fab280-df73-11eb-9ace-251be8653a1c.mp4
my email is [email protected]
The text was updated successfully, but these errors were encountered: