Port ffmpegkit in maui and make it cross platform #2111
Closed
Barshan-Mandal
started this conversation in
General
Replies: 2 comments 1 reply
-
I believe this is too huge to be part of our toolkit... What we already have on the MediaElement doesn't work for you? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Closed as duplicate to #2127 which has more details. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Add support for FFMPEG in a cross platform manner .
implementation can be like this:
ffmpegkit ffmpegkit=new ffmpegkit();
ffmpegkit.convertvideo(parameters);
//to execute any command directly and return errors by try catch
ffmpegkit.executecommand(command);
Beta Was this translation helpful? Give feedback.
All reactions