Adamantcheese / Kuroba

Kuroba - imageboard browser for Android
GNU General Public License v3.0
393 stars 29 forks source link

Enhance soundposts #1417

Open AlexZorzi opened 1 year ago

AlexZorzi commented 1 year ago

it would be cool if there was a way to also download soundposts as webm's with sound included, instead of only as no audio files. so they are easier to share outside of imageboards.

the support for soundposts was originally added at https://github.com/Adamantcheese/Kuroba/commit/ab58e9d93541c4a248c1f7ff3db4aceccaf8208c

Adamantcheese commented 1 year ago

This would require muxing, something the Android APIs don't do particularly well from back when I was taking a look at this and I don't want to pull in ffmpeg as a binary dependency because it's massive.

AlexZorzi commented 1 year ago

I tried https://github.com/Docile-Alligator/Infinity-For-Reddit, reddit has the same problem of audio and video being separate but its capable of stitching together videos and audio without problem