tomaszzmuda / Xabe.FFmpeg

.NET Standard wrapper for FFmpeg. It allows to process media without know how FFmpeg works, and can be used to pass customized arguments to FFmpeg from dotnet core application.

Home Page:https://xabe.net/product/xabe_ffmpeg/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I fix this error?

Ziad251 opened this issue · comments

commented

error CS0200: Property or indexer 'FFmpeg.ExecutablesPath' cannot be assigned to -- it is read only

Hello,

Please Use FFmpeg.SetExecutablesPath()

commented

Thank you 😊