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
WebODM currently does not support the uploading of .mp4 and videos, even though this functionality is now supported by ODM per this PR. It seems like there's a hard filter on the file extension types that can be uploaded via WebODM to just image types (.png, .jpg, and .svg). (My background is not in webdev, but I came across those in webpack.config.js, not sure if this is controlling that filter or not...)
How can we reproduce this? (What steps trigger the problem? What parameters are you using for processing? Include screenshots. If you are having issues processing a dataset, you must include a copy of your dataset uploaded on Dropbox, Google Drive or https://dronedb.app)
Create a new project and attempt to upload a video file and/or corresponding srt file. While the files will be visible in the file explorer, they will be un-selectable for upload.
The text was updated successfully, but these errors were encountered:
How did you install WebODM (docker, installer, etc.)?
via docker
What's your browser and operating system? (Copy/paste the output of https://www.whatismybrowser.com/)
[Safari 15.6 on macOS]
What is the problem?
WebODM currently does not support the uploading of
.mp4
and videos, even though this functionality is now supported by ODM per this PR. It seems like there's a hard filter on the file extension types that can be uploaded via WebODM to just image types (.png, .jpg, and .svg). (My background is not in webdev, but I came across those inwebpack.config.js
, not sure if this is controlling that filter or not...)How can we reproduce this? (What steps trigger the problem? What parameters are you using for processing? Include screenshots. If you are having issues processing a dataset, you must include a copy of your dataset uploaded on Dropbox, Google Drive or https://dronedb.app)
Create a new project and attempt to upload a video file and/or corresponding srt file. While the files will be visible in the file explorer, they will be un-selectable for upload.
The text was updated successfully, but these errors were encountered: