how hard is it to just trim a video on android? fossify gallery can't at all and google photos' video editor crashes when i try saving a trimmed video. reddit's answer is "just use a pc lol"
@pancakes using termux, ffmpeg -i input_file_name -ss start_time -t duration output_file_name (where times are entered in the format hh​:mm:​ss.ffff) not the answer you want probably but it's a working one