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
OpenChat's video attachment feature is pretty useless at the moment because videos uploaded on one platform do not work on other platforms. To overcome this we would (probably) need to transcode everything to a more cross platform format (e.g. mp4).
Seems like there are open source tools that can do most of the work here. Most notably https://ffmpeg.org/. Is there some rust wrapper for this?
OpenChat's video attachment feature is pretty useless at the moment because videos uploaded on one platform do not work on other platforms. To overcome this we would (probably) need to transcode everything to a more cross platform format (e.g. mp4).
Seems like there are open source tools that can do most of the work here. Most notably https://ffmpeg.org/. Is there some rust wrapper for this?