新增弹幕保存

完善FFmpeg转码
This commit is contained in:
2021-04-05 17:40:09 +08:00
parent 44272a609f
commit 9de83f27aa
8 changed files with 166 additions and 514 deletions

View File

@@ -30,6 +30,13 @@ public class SQLiteManager {
e.printStackTrace();
}
}
public void close(){
try {
conn.close();
} catch (SQLException throwables) {
throwables.printStackTrace();
}
}
public void commit() {
try {