预设视频相关内容
This commit is contained in:
@@ -1,13 +1,24 @@
|
||||
package com.yutou.nas;
|
||||
|
||||
import com.yutou.nas.Services.IVideoToolsService;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
import java.io.File;
|
||||
|
||||
@SpringBootTest
|
||||
class NasApplicationTests {
|
||||
|
||||
@Resource
|
||||
IVideoToolsService toolsService;
|
||||
|
||||
@Test
|
||||
void contextLoads() {
|
||||
}
|
||||
|
||||
@Test
|
||||
void testOutSub(){
|
||||
toolsService.scanVideo();
|
||||
// toolsService.outSubtitle(0,"0:2",new File("Z:\\download\\anim\\小林家的龙女仆S\\[NC-Raws] 小林家的龙女仆S - 01 [B-Global][WEB-DL][2160p][AVC AAC][CHS_CHT_ENG_TH_SRT][MKV].mkv"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user