Hello,
I try to convert a video file with this library but with a "MKV" file my activity is interrupted and I cannot see any messages in the log.
With "mp4" or "avi" files it works fine.
Is there a way to understand what the error is?
Thank you
I try to convert a video file with this library but with a "MKV" file my activity is interrupted and I cannot see any messages in the log.
With "mp4" or "avi" files it works fine.
Is there a way to understand what the error is?
Thank you
B4X:
FFmpegCommand = "-i X.mkv -vcodec libx264 -qscale 0 X_converted.mp4"'
FFmpegKit.ExecuteAsync(FFmpegCommand)