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
1. Use ffmpeg to update thumbnails for video files
You would add it in https://github.com/Satellite-im/Warp/blob/main/extensions/warp-ipfs/src/thumbnail.rs. A couple of things to note though is that you might want to make sure the target isnt a mobile platform and you should be able to execute the command using tokio process command vs std (since internally it would spawn the blocking thread)
and it might be worth putting ffmpeg behind a feature gate too
The text was updated successfully, but these errors were encountered:
dariusc93
changed the title
(Constellation): Add ffmpeg to update thumbnails for video files as well
constellation: Add ffmpeg to update thumbnails for video files as well
Jan 16, 2024
dariusc93
changed the title
constellation: Add ffmpeg to update thumbnails for video files as well
constellation: Use ffmpeg to update thumbnails for video files
Jan 25, 2024
1. Use ffmpeg to update thumbnails for video files
You would add it in https://github.com/Satellite-im/Warp/blob/main/extensions/warp-ipfs/src/thumbnail.rs. A couple of things to note though is that you might want to make sure the target isnt a mobile platform and you should be able to execute the command using tokio process command vs std (since internally it would spawn the blocking thread)
and it might be worth putting ffmpeg behind a feature gate too
The text was updated successfully, but these errors were encountered: