Results 2 issues of tomatocc

this my first step: ![image](https://user-images.githubusercontent.com/12983537/152298578-8e721f3b-338c-4cfc-8c2f-81b548b037bd.png) but my second step always erro: ![image](https://user-images.githubusercontent.com/12983537/152299468-d3ee1b27-9189-40d4-af94-259cbc867e1a.png)

我们的需求是对手机拍摄后的视频进行转码压缩,测试的时候发现,安卓手机拍摄的视频,在转码后会发生旋转(顺时针旋转90度),请问有什么解决方案吗 // 压缩前文件路径 File source = new File("D:/video/000.mp4"); // 压缩后的文件路径 File target = new File("D:/video/test000.mp4"); try { long start = System.currentTimeMillis(); System.out.println("begin"); // 音频编码属性配置 AudioAttributes audio= new AudioAttributes(); audio.setCodec("libmp3lame"); //...